-
Notifications
You must be signed in to change notification settings - Fork 7
/
plugin.yml
43 lines (43 loc) · 1.24 KB
/
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
34
35
36
37
38
39
40
41
42
43
name: ChestLocker
main: ChestLocker\Main
version: "1.2"
api: [2.0.0, 3.0.0-ALPHA1, 3.0.0-ALPHA2, 3.0.0-ALPHA3, 3.0.0-ALPHA4]
load: STARTUP
author: EvolSoft
description: Lock/Unlock Chests.
website: https://www.evolsoft.tk
commands:
chestlocker:
aliases: [chlock, chl, chestlock, cl]
description: ChestLocker commands.
lockchest:
description: Lock a Chest.
unlockchest:
description: Unlock a Chest.
permissions:
chestlocker:
default: true
description: ChestLocker permissions.
children:
chestlocker.bypass:
default: op
description: Bypass Chest lock.
chestlocker.commands:
default: true
description: ChestLocker commands permissions.
children:
chestlocker.commands.help:
default: true
description: ChestLocker command Help permission.
chestlocker.commands.info:
default: op
description: ChestLocker command Info permission.
chestlocker.commands.reload:
default: op
description: ChestLocker command Reload permission.
chestlocker.commands.lockchest:
default: true
description: ChestLocker command LockChest permission.
chestlocker.commands.unlockchest:
default: true
description: ChestLocker command UnlockChest permission.