-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
48 lines (48 loc) · 1.62 KB
/
plugin.yml
File metadata and controls
48 lines (48 loc) · 1.62 KB
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
name: CensorIt
main: com.worldcretornica.censorit.CensorIt
version: 0.3
description: >
Censoring API and plugin to remove all those dirty words
commands:
censorit:
description: Lists the commands
usage: censorit
censorit censor:
description: Adds a word to the censored list
usage: censorit censor word
censorit allow:
description: Adds a word to the allowed list
usage: censorit allow word
censorit uncensor:
description: Removes a word from the censored list
usage: censorit uncensor word
censorit unallow:
description: Removes a word from the allowed list
usage: censorit unallow word
censorit replace:
description: Adds a word to the happy list
usage: censorit replace word
censorit unreplace:
description: Removes a word to the happy list
usage: censorit unreplace word
censorit enable:
description: Enables chat censoring
usage: censorit enable
censorit disable:
description: Disables chat censoring
usage: censorit disable
censorit reload:
description: Reloads configuration
usage: censorit reload
censorit verify:
description: Enables online word verification
usage: censorit verify
censorit unverify:
description: Disables online word verification
usage: censorit unverify
censorit replaceon:
description: Enables funny word replacement
usage: censorit replaceon
censorit replaceoff:
description: Disables funny word replacement
usage: censorit replaceoff