-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
41 lines (39 loc) · 1.1 KB
/
Copy pathplugin.yml
File metadata and controls
41 lines (39 loc) · 1.1 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
name: HashStrike
main: me.aphymi.hashstrike.HashStrike
version: 0.1.0
commands:
hashstrike:
description: Central command for HashStrike
usage: '/hashstrike [subcommand]'
aliases: hs
strikelist:
description: Lists the words someone will be striked for saying.
usage: '/strikelist'
aliases: strikewords
permissions:
hashstrike.*:
description: Gives all HashStrike permissions
children:
- 'hashstrike.toggle'
- 'hashstrike.exempt'
- 'hashstrike.reload'
- 'hashstrike.add'
- 'hashstrike.remove'
hashstrike.toggle:
description: Disable or re-enable striking on hashtag
default: Op
hashstrike.exempt:
description: Stops someone from being stricken by this plugin
default: False
hashstrike.reload:
description: Permission to reload the config
default: Op
hashstrike.add:
description: Permission to add words to the strike list
default: Op
hashstrike.remove:
description: Permission to remove words from the strike list
default: Op
hashstrike.strikelist:
description: Permission to use /strikelist
default: True