-
Notifications
You must be signed in to change notification settings - Fork 196
/
plugins.json
57 lines (57 loc) · 3.37 KB
/
plugins.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"github订阅": {
"module": "github_sub",
"module_path": "github_sub",
"description": "订阅github用户或仓库",
"usage": "usage:\n github新Comment,PR,Issue等提醒\n 指令:\n 添加github ['用户'/'仓库'] [用户名/{owner/repo}]\n 删除github [用户名/{owner/repo}]\n 查看github\n 示例:添加github订阅 用户 HibiKier\n 示例:添加gb订阅 仓库 HibiKier/zhenxun_bot\n 示例:添加github 用户 HibiKier\n 示例:删除gb订阅 HibiKier",
"author": "xuanerwa",
"version": "0.9",
"plugin_type": "NORMAL",
"is_dir": true,
"github_url": "https://github.com/xuanerwa/zhenxun_github_sub"
},
"Minecraft查服": {
"module": "mc_check",
"module_path": "mc_check",
"description": "Minecraft服务器状态查询,支持IPv6",
"usage": "Minecraft服务器状态查询,支持IPv6\n 用法:\n 查服 [ip]:[端口] / 查服 [ip]\n 设置语言 zh-cn\n 当前语言\n 语言列表\n eg:\n mcheck ip:port / mcheck ip\n set_lang en\n lang_now\n lang_list",
"author": "molanp",
"version": "1.23",
"plugin_type": "NORMAL",
"is_dir": true,
"github_url": "https://github.com/molanp/zhenxun_plugin_mccheck"
},
"明日方舟干员收集": {
"module": "zhenxun_plugin_arknights_collect_operator",
"module_path": ".",
"description": "消耗金币项目,卡池包含全部3星以上角色,按照游戏里的情况给黄票和保底增加概率",
"usage": "\n 抽干员(?十连)\n 干员(皮肤|立绘)(1|2|...)\n (克洛斯|能天使)语音(?戳一下|信赖触摸)\n 我的黄票,黄票兑换(年|令|...)\n 我的干员,我的六星记录\n ",
"author": "sophisticate9008",
"version": "0.1",
"plugin_type": "NORMAL",
"is_dir": true,
"github_url": "https://github.com/sophisticate9008/zhenxun_plugin_arknights_collect_operator/tree/master"
},
"海滨乱斗": {
"module": "zhenxun_plugin_honkai_shore_fight",
"module_path": ".",
"description": "崩坏三曾经的网页赛制押注活动,插件以文字方式展示战斗过程并可以押注金币(仅限qq平台)",
"usage": "\n 海滨乱斗(?静默)\n ",
"author": "sophisticate9008",
"version": "0.1",
"plugin_type": "NORMAL",
"is_dir": true,
"github_url": "https://github.com/sophisticate9008/zhenxun_plugin_honkai_shore_fight/tree/master"
},
"游戏立绘抽卡": {
"module": "zhenxun_plugin_draw_painting",
"module_path": ".",
"description": "从本地图片库中随机抽取游戏人物立绘",
"usage": "抽取老婆/老公\n 指令:\n 抽老婆/老公[游戏名参数可选]\n 我老婆/老公 [查看所有立绘]\n 老婆/老公改名 [修改单张立绘名称]\n 老婆/老公概率 ?[数量参数可选,默认全部] [查看各游戏占比]\n 这是男的/女的 [抽老婆抽到男的的时候可以用,另一个同理,只能处理自己的立绘]\n 投票删除 [回复抽到的图片,非男非女时可以使用]\n 请注意,如果出现乱用指令的情况,将会被永久封禁。",
"author": "PackageInstaller",
"version": "1.0",
"plugin_type": "NORMAL",
"is_dir": true,
"github_url": "https://github.com/PackageInstaller/zhenxun_plugin_draw_painting/tree/master"
}
}