-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
31 lines (31 loc) · 1.13 KB
/
plugin.yml
File metadata and controls
31 lines (31 loc) · 1.13 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
name: Collectables
main: com.fawkes.plugin.collectables.CollectablesPlugin
version: 2.1
load: STARTUP
commands:
showcase:
description: See all of your collectables!
usage: /showcase [player]
permission: collectables.showcase
aliases: [awards]
permission-message: You don't have permission to do that!
giveaward:
description: Give a player an award.
usage: /giveaward <player> <award id> <award level>
permission: collectables.giveaward
permission-message: You don't have permission to do that!
removeaward:
description: Take an award from a player. (irreversible)
usage: /giveaward <player> <award id>
permission: collectables.removeaward
permission-message: You don't have permission to do that!
listawards:
description: List all possible awards.
usage: /listawards
permission: collectables.listawards
permission-message: You don't have permission to do that!
refreshawards:
description: List all possible awards.
usage: /listawards
permission: collectables.refreshawards
permission-message: You don't have permission to do that!