-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
32 lines (31 loc) · 927 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
---
description: "Thanks for Giving - Create, save and get kits of different items!"
main: de.endrikatz.thanksgiving.ThanksGiving
name: ThanksGiving
version: 1.10.2
commands:
c:
description: "Create a new kit"
permission: ThanksGiving.c
usage: "/<command> [name] [minecraft:material#count] .. [minecraft:material]"
g:
description: "Shortened /give command"
permission: ThanksGiving.g
tab-complete: 1
usage: "/<command> [minecraft:material]"
h:
description: "This help screen"
permission: ThanksGiving.h
usage: /<command>
k:
description: "Get a kit of different items"
permission: ThanksGiving.k
usage: "/<command> [name]"
l:
description: "List all available kits"
permission: ThanksGiving.l
usage: /<command>
rm:
description: "Remove an existing kit"
permission: ThanksGiving.rm
usage: "/<command> [name]"