-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.yml
47 lines (40 loc) · 1.33 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
44
45
46
47
name: ChestLocker
author: zzz1999
main: net.mcbbs.zzz1999.ChestLocker.ChestLocker
api: ["1.0.0"]
version: "1.0.0"
#commands:
# chestlock:
# description: "锁住一个箱子"
# aliases: ["cl","chestlock"]
# permission: ChestLocker.commands.chestlock
# usage: "/chestlock 点击你要锁的箱子"
# chestshare:
# description: "共享一个你锁住的箱子"
# aliases: ["cs","chestshare"]
# permission: ChestLocker.commands.chestshare
# useage: "/chestshare <共享给谁>"
# chestunlock:
# description: "解锁一个你曾经锁住的箱子"
# permission: ChestLocker.commands.chestunlock
# usage: "/chestunlock 点击你要解锁的箱子"
# chestunshare:
# description: "取消给某个玩家的共享"
# permission: ChestLocker.commands.chestunshare
# usage: "/chestshare <取消共享人的名字>"
permissions:
ChestLocker.commands.ChestLock:
default: true
description: "锁住一个箱子的权限"
ChestLocker.commands.ChestShare:
default: true
description: "共享箱子的权限"
ChestLocker.commands.ChestUnlock:
default: true
description: "解锁一个箱子的权限"
ChestLocker.commands.ChestUnshare:
default: true
description: "取消分享箱子的权限"
ChestLocker.commands.ChestInfo:
default: true
description: "检测一个箱子所对应的关联"