-
Notifications
You must be signed in to change notification settings - Fork 4
/
plugin.yml
31 lines (31 loc) · 1012 Bytes
/
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
name: CustomLeveling
main: io.github.mac_genius.customleveling.CustomLeveling
version: 1.0
permissions:
cl.*:
description: Gives access to all commands for the plugin
children:
cl.reload: true
cl.help: true
cl.reload:
description: Allows a player to reload the config
default: op
cl.help:
description: Brings up the commands
default: op
commands:
cl:
description: This is the help command.
usage: /cl
permission: cl.help
permission-message: You do not have permission to do that.
cl reload:
description: This will reload the plugin.
usage: /cl reload
permission: cl.reload
permission-message: You do not have permission to do that.
cl reload:
description: This will show the commands.
usage: /cl help
permission: cl.help
permission-message: You do not have permission to do that.