-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
23 lines (23 loc) · 718 Bytes
/
plugin.yml
File metadata and controls
23 lines (23 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: DeathBind
description: 'Bind your favourite items, avoid loosing them on death!'
version: 1.0
main: com.github.norbo11.deathbind.DeathBind
commands:
bind:
description: 'Binds an item.'
usage: 'Usage: /<command>'
unbind:
description: 'Unbinds an item.'
usage: 'Usage: /<command>'
permissions:
deathbind.*:
children:
itembind.use: true
itembind.circumstances: true
default: op
deathbind.use:
description: 'Allows you to bind items.'
default: false
deathbind.circumstances:
description: 'Allows you to view the circumstances in which you can die and receive your bound items.'
default: false