forked from FVZA/Rankup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
33 lines (30 loc) · 916 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
32
33
name: Rankup
author: FVZA
version: 1.2
description: Allows players to pay for new ranks.
website: http://dev.bukkit.org/server-mods/rank-up/
main: com.fvza.rankup.Rankup
depend: [Vault]
commands:
rankup:
description: Pay to rank up to the next rank.
permissions:
rankup.*:
description: Give access to all rank up commands.
children:
rankup.rankup: true
rankup.version: true
rankup.reload: true
rankup.sign: true
rankup.rankup:
description: Permission to run the /rankup command.
default: true
rankup.reload:
description: Permission to run the /rankup reload command.
default: op
rankup.version:
description: Permission to run the /rankup version command.
default: op
rankup.sign:
description: Permission to create Rankup signs.
default: op