forked from Arondight/Adachi-BOT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommand.yml
406 lines (394 loc) · 9.06 KB
/
command.yml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
# ==============================================================================
# 此为项目的管理者插件配置。
# ==============================================================================
# 不推荐自己维护此文件,如果确实有制定需求……
#
# 1. 将此文件复制到 ../config/ 下进行修改,不要直接修改此文件。
# 2. 每次更新时关注此文件的变更,在 ../config/ 下的同名文件中体现变更。
# 3. 全局唯一的项目保证 ./command.yml 和 ./command_master.yml 中唯一。
# ==============================================================================
# plugin: # 插件名称(全局唯一、禁止修改、忽略大小写)
# enable: boolean # 是否加载插件
# weights: number # 权重越高,帮助信息里显示越靠前
# regex: # 插件入口(正则、全局唯一、忽略大小写、忽略行首空格)
# - string
# functions:
# function: # 功能代号(全局唯一、禁止修改、忽略大小写)
# type: command # 功能类型( command 、 switch 、 option )
# show: boolean # 是否显示在帮助信息中,不影响实际使用
# weights: number # 权重越高,帮助信息里显示越靠前
# name: string # 呈现给用户的功能名称(忽略大小写)
# usage: string # 呈现给用户的功能格式
# description: string # 呈现给用户的功能说明
# entrance: # 功能入口(正则 、插件唯一、忽略大小写)
# - string
# options: # 候选项列表,插件自由使用, switch 约定 on 和 off 为开关选项
# option_name: string # 候选项(键禁止修改,功能唯一)
# ==============================================================================
aby:
enable: true
weights: 9699
regex:
- ^(上期)?深渊\s*$
- ^(上期)?深渊\s+\d+.*$
- ^(上期)?深渊\s*\[CQ:at,qq=.*$
functions:
aby:
type: command
show: true
weights: 9999
name: 深渊
usage: "[游戏内UID、@群友]"
description:
entrance:
- ^深渊
lastaby:
type: command
show: true
weights: 9899
name: 上期深渊
usage: "[游戏内UID、@群友]"
description:
entrance:
- ^上期深渊
artifacts:
enable: true
weights: 9299
regex:
- ^圣遗物\s*$
- ^圣遗物\s+\S+\s*$
- ^(强化|副本)\s*$
functions:
artifacts:
type: command
show: true
weights: 9999
name: 圣遗物
usage: "[副本编号、副本名称]"
description: 掉落一个圣遗物
entrance:
- ^圣遗物
strengthen:
type: command
show: true
weights: 9899
name: 强化
usage:
description: 强化掉落的上一个圣遗物
entrance:
- ^强化
dungeons:
type: command
show: true
weights: 9799
name: 副本
usage:
description: 查看所有副本编号
entrance:
- ^副本
card:
enable: true
weights: 9899
regex:
- ^米游社\s*$
- ^米游社\s+\d+\s*$
- ^米游社\s*\[CQ:at,qq=.*$
functions:
card:
type: command
show: true
weights: 9999
name: 米游社
usage: "[米游社通行证ID、@群友]"
description: 查询并更新角色信息
entrance:
- ^米游社
character:
enable: true
weights: 9599
regex:
- ^我的\s+\S+\s*$
- ^((\[CQ:at,qq=.*?\])|(\d+))\s*的\s+\S+\s*$
functions:
character:
type: command
show: true
weights: 9999
name: 我的
usage: <角色名>
description: 查询我的角色
entrance:
- ^我的
others_character:
type: command
show: true
weights: 9899
name: <游戏内UID、@群友>的
usage: <角色名>
description: 查询别人的角色
entrance:
- ^((\[CQ:at,qq=.*?\])|(\d+))
gacha:
enable: true
weights: 9399
regex:
- ^(十连|定轨)\s*$
- ^(卡池|定轨)\s+\S+\s*$
- ^(查看|取消)定轨\s*$
functions:
gacha:
type: command
show: true
weights: 9999
name: 十连
usage:
description:
entrance:
- ^十连
pool:
type: option
show: true
weights: 9899
name: 卡池
usage:
description: 切换【十连】的卡池
entrance:
- ^卡池
options:
200: 常驻
301: 角色
302: 武器
999: 彩蛋
select:
type: command
show: true
weights: 9799
name: 定轨
usage: <武器名>
description:
entrance:
- ^定轨
select-what:
type: command
show: true
weights: 9699
name: 查看定轨
usage:
description:
entrance:
- ^查看定轨
select-nothing:
type: command
show: true
weights: 9599
name: 取消定轨
usage:
description:
entrance:
- ^取消定轨
tools:
enable: true
weights: 99
regex:
- ^(help|roll|菜单|管理(命令|功能)|伟大的升华|求签|占卜)\s*$
- ^(今天)?吃什么\s*$
- ^roll\s+[+-]?\d+\s*$
- ^带(个)?话\s+.+$
functions:
menu:
type: command
show: true
weights: 9999
name: 今天吃什么
usage:
description:
entrance:
- ^(今天)?吃什么
- ^菜单
prophecy:
type: command
show: true
weights: 9899
name: 求签
usage:
description:
entrance:
- ^(求签|占卜)
roll:
type: command
show: true
weights: 9799
name: roll
usage: "[1-100]"
description: 掷骰子
entrance:
- ^roll
quote:
type: command
show: false
weights: 9699
name: 伟大的升华
usage:
description:
entrance:
- ^伟大的升华
feedback:
type: command
show: true
weights: 299
name: 带话
usage: <单行图文>
description: 给主人带话
entrance:
- ^带(个)?话
master:
type: command
show: true
weights: 199
name: 管理命令
usage:
description: 查看主人功能
entrance:
- ^管理(命令|功能)
help:
type: command
show: true
weights: 99
name: help
usage:
description: 查看本帮助
entrance:
- ^help
material:
enable: true
weights: 9099
regex:
- ^(武器|天赋|周本)\s*$
functions:
weapon:
type: command
show: true
weights: 9999
name: 武器
usage:
description: 武器素材表
entrance:
- ^武器
talent:
type: command
show: true
weights: 9989
name: 天赋
usage:
description: 天赋素材表
entrance:
- ^天赋
weekly:
type: command
show: true
weights: 9979
name: 周本
usage:
description: 周本材料表
entrance:
- ^周本
music:
enable: true
weights: 8999
regex:
- ^点歌\s+.+$
- ^音乐源\s+\S+\s*$
functions:
music:
type: command
show: true
weights: 9999
name: 点歌
usage: <单行文本>
description:
entrance:
- ^点歌
music_source:
type: option
show: true
weights: 9899
name: 音乐源
usage:
description: 切换【点歌】的音乐源
entrance:
- ^音乐源
options:
qq: QQ
163: 163
overview:
enable: true
weights: 9499
regex:
- ^(角色|武器|信息)\s+\S+\s*$
functions:
info:
type: command
show: true
weights: 9999
name: 信息
usage: <角色名、武器名>
description: 查询角色或武器的游戏数据
entrance:
- ^(信息|角色|武器)
package:
enable: true
weights: 9799
regex:
- ^uid\s*$
- ^uid\s+\d+\s*$
- ^uid\s*\[CQ:at,qq=.*$
functions:
package:
type: command
show: true
weights: 9999
name: uid
usage: "[游戏内UID、@群友]"
description: 查询并更新角色信息
entrance:
- ^uid
rating:
enable: true
weights: 9199
regex:
# https://github.com/Arondight/Adachi-BOT/issues/54
- ^评分\s*\[CQ:image,file=.*$
functions:
rating:
type: command
show: true
weights: 9999
name: 评分
usage: <背包中的圣遗物截图>
description:
entrance:
- ^评分
save:
enable: true
weights: 9999
regex:
- ^(绑定|改绑)\s+\d+\s*$
functions:
save:
type: command
show: true
weights: 9999
name: 绑定
usage: <米游社通行证ID>
description:
entrance:
- ^绑定
change:
type: command
show: true
weights: 9899
name: 改绑
usage: <米游社通行证ID>
description:
entrance:
- ^改绑