-
Notifications
You must be signed in to change notification settings - Fork 7
/
plugin.yml
78 lines (77 loc) · 2.23 KB
/
plugin.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
name: ChatCensor
main: ChatCensor\ChatCensor
version: 2.3
api: [3.0.0]
load: STARTUP
author: EvolSoft
description: A powerful chat censoring plugin
website: https://www.evolsoft.tk
commands:
chatcensor:
aliases: [cc, chatc, censor]
description: ChatCensor commands.
permission: chatcensor
mute:
description: Mute a player.
permission: chatcensor.commands.mute
unmute:
description: Unmute a player.
permission: chatcensor.commands.unmute
listmuted:
description: Get the list of muted players.
permission: chatcensor.commands.listmuted
addword:
description: Add a censored word.
permission: chatcensor.commands.addword
removeword:
description: Remove a censored word.
permission: chatcensor.commands.removeword
permissions:
chatcensor:
default: op
description: ChatCensor permission tree.
children:
chatcensor.bypass:
default: op
description: Bypass ChatCensor features.
children:
chatcensor.bypass.censor:
default: op
description: Bypass ChatCensor censor feature.
chatcensor.bypass.anti-caps:
default: op
description: Bypass ChatCensor anti-caps feature.
chatcensor.bypass.char-check:
default: op
description: Bypass ChatCensor char-check feature.
chatcensor.bypass.anti-spam:
default: op
description: Bypass ChatCensor spam-check feature.
chatcensor.commands:
default: op
description: ChatCensor commands permission tree.
children:
chatcensor.commands.help:
default: op
description: Let player read ChatCensor commands help.
chatcensor.commands.info:
default: op
description: Let player read info about ChatCensor.
chatcensor.commands.reload:
default: op
description: Let player reload ChatCensor configuration.
chatcensor.commands.addword:
default: op
description: Let player add a censored word.
chatcensor.commands.removeword:
default: op
description: Let player remove a censored word.
chatcensor.commands.mute:
default: op
description: Let player mute a player.
chatcensor.commands.unmute:
default: op
description: Let player unmute a player.
chatcensor.commands.listmuted:
default: op
description: Let player show the list of muted players.