-
Notifications
You must be signed in to change notification settings - Fork 6
/
commands.yml
397 lines (396 loc) · 9.33 KB
/
commands.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
# Allows to customize commands and their subcommand
# Please note that reload won't work and the server needs to be FULLY restarted in order to apply changes
advancedchat:
enabled: true
command: advancedchat
permission: advancedchat.use
description: Main command for AdvancedChat
aliases:
- achat
- chat
- achats
- ac
- adc
subcommands:
announceconfig:
enabled: true
command: announceconfig
permission: advancedchat.command.announceconfig
description: Announce a message from the announcement config
aliases: [ ]
announce:
enabled: true
command: announce
permission: advancedchat.command.announce
description: Announce a message to all players
aliases: []
args:
message: message
clear:
enabled: true
command: clear
permission: advancedchat.command.clear
description: Clear the chat
aliases: []
info:
enabled: true
command: info
permission: advancedchat.command.info
description: Display information
aliases: []
preview:
enabled: true
command: preview
permission: advancedchat.command.preview
description: Preview an auto-announcement message privately
aliases: []
args:
id: id
reload:
enabled: true
command: reload
permission: advancedchat.command.reload
description: Reload the plugin
aliases: []
commands:
enabled: true
command: commands
permission: advancedchat.command.commands
description: List all custom commands
aliases: []
alert:
enabled: true
command: alert
permission: advancedchat.command.alert
description: Sends an alert message to all staff members
args:
message: message
channel:
enabled: true
command: channel
description: Change your chat channel
aliases:
- ch
subcommands:
join:
enabled: true
command: join
permission: advancedchat.command.channel.join
description: Join a channel
aliases: []
args:
channel: channel
applyFor: applyFor
leave:
enabled: true
command: leave
permission: advancedchat.command.channel.leave
description: Leave a channel
aliases: []
args:
applyFor: applyFor
info:
enabled: true
command: info
permission: advancedchat.command.channel.info
description: Info about channel
aliases: []
args:
channel: channel
autojoin:
enabled: true
command: autojoin
permission: advancedchat.command.channel.autojoin
description: Toggle auto-join for channels
aliases: []
args:
applyFor: applyFor
channels:
enabled: true
command: channels
permission: advancedchat.channels
description: List all available channels
aliases:
- chs
channelspy:
enabled: true
command: channelspy
permission: advancedchat.command.channel.spy
description: Spy on messages from a specific channel
aliases:
- chspy
subcommands:
all:
enabled: true
command: all
permission: advancedchat.command.channel.spy.all
description: Spy on messages from all channels
aliases: []
args:
applyFor: applyFor
channel:
enabled: true
command: channel
permission: advancedchat.command.channel.spy.channel
description: Spy on messages from a specific channel
aliases: []
args:
channel: channel
applyFor: applyFor
list:
enabled: true
command: list
permission: advancedchat.command.channel.spy.list
description: List all channels you are spying on
aliases: []
args:
applyFor: applyFor
channelunspy:
enabled: true
command: channelunspy
permission: advancedchat.command.channel.unspy
description: Stop spying on messages from a specific channel
aliases:
- chunspy
subcommands:
all:
enabled: true
command: all
permission: advancedchat.command.channel.unspy.all
description: Stop spying on messages from all channels
aliases: []
args:
applyFor: applyFor
channel:
enabled: true
command: channel
permission: advancedchat.command.channel.unspy.channel
description: Stop spying on messages from a specific channel
aliases: []
args:
channel: channel
applyFor: applyFor
msg:
enabled: true
command: msg
permission: advancedchat.command.msg
description: Send a private message to a player
aliases:
- amsg
- m
- tell
- whisper
- w
- t
- pm
- message
args:
target: target
message: message
reply:
enabled: true
command: reply
permission: advancedchat.command.reply
description: Reply to the last private message
aliases:
- r
args:
message: message
spy:
enabled: true
command: spy
permission: advancedchat.command.spy
description: Spy on private messages
aliases:
- msgspy
- aspy
subcommands:
all:
enabled: true
command: all
permission: advancedchat.command.spy.all
description: Spy on all private messages
aliases: []
args:
applyFor: applyFor
player:
enabled: true
command: player
permission: advancedchat.command.spy.player
description: Spy on a specific player's private messages
aliases: []
args:
target: target
applyFor: applyFor
list:
enabled: true
command: list
permission: advancedchat.command.spy.list
description: List all players you are spying on
aliases: []
args:
applyFor: applyFor
unspy:
enabled: true
command: unspy
permission: advancedchat.command.unspy
description: Stop spying on private messages
aliases:
- msgunspy
- aunspy
subcommands:
all:
enabled: true
command: all
permission: advancedchat.command.unspy.all
description: Stop spying on all private messages
aliases: []
args:
applyFor: applyFor
player:
enabled: true
command: player
permission: advancedchat.command.unspy.player
description: Stop spying on a specific player's private messages
aliases: []
args:
target: target
applyFor: applyFor
ignore:
enabled: true
command: ignore
permission: advancedchat.command.ignore
description: Ignore player's private messages
aliases:
- aignore
subcommands:
all:
enabled: true
command: all
permission: advancedchat.command.ignore.all
description: Ignore all player's messages
aliases: []
args:
applyFor: applyFor
player:
enabled: true
command: player
permission: advancedchat.command.ignore.player
description: Ignore a specific player's messages
aliases: []
args:
target: target
applyFor: applyFor
list:
enabled: true
command: list
permission: advancedchat.command.ignore.list
description: List all players you are ignoring
aliases: []
args:
applyFor: applyFor
unignore:
enabled: true
command: unignore
permission: advancedchat.command.unignore
description: Stop ignoring player's messages
aliases:
- aunignore
subcommands:
all:
enabled: true
command: all
permission: advancedchat.command.unignore.all
description: Stop ignoring all player's messages
aliases: []
args:
applyFor: applyFor
player:
enabled: true
command: player
permission: advancedchat.command.unignore.player
description: Stop ignoring a specific player's messages
aliases: []
args:
target: target
applyFor: applyFor
chatcolor:
enabled: true
command: chatcolor
permission: advancedchat.command.chatcolor
description: Change your chat color
aliases:
- color
- colors
- chatcolors
- chatcolor
tags:
enabled: true
command: tags
permission: advancedchat.command.tags
description: Change your chat tag
aliases:
- tag
- tags
- chattags
- chattag
subcommands:
apply:
enabled: true
command: apply
permission: advancedchat.command.tags.apply
description: Apply a tag
aliases: []
args:
player: player
tag: tag
create:
enabled: true
command: create
permission: advancedchat.command.tags.create
description: Create a tag
aliases: []
args:
id: id
tag: tag
material: material
delete:
enabled: true
command: delete
permission: advancedchat.command.tags.delete
description: Delete a tag
aliases: []
args:
tag: tag
list:
enabled: true
command: list
permission: advancedchat.command.tags.list
description: List all tags
aliases: []
args:
page: page
warn:
enabled: true
command: warn
permission: advancedchat.command.warn
description: Warn a player
aliases:
- awarn
args:
target: target
message: message
hidechat:
enabled: true
command: hidechat
permission: advancedchat.command.hidechat
description: Hide chat messages
aliases:
- chathide
hideannouncements:
enabled: true
command: hideannouncements
permission: advancedchat.command.hideannouncements
description: Hide all announcements
aliases:
- announcementshide