-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugin.yml
40 lines (40 loc) · 1.25 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
name: ChestGuard
main: Napol\ChestGuard
author: NapolGamer TH
version: 1.1
api:
- 3.0.0-ALPHA8
- 3.0.0-ALPHA9
- 3.0.0-ALPHA10
- 3.0.0-ALPHA11
- 3.0.1
load: POSTWORLD
description: ปกป้องกล่องของผู้เล่นในเซิร์ฟของคุณ
website: https://github.com/NapolGamerTH/ChestGuard/
commands:
cg:
desciption: "ล็อกและปลดล็อกกล่อง"
usage: /cg <option>
permission: chestguard.command.cg
scg:
desciption: "คำสั่งสำหรับแอดมิน"
usage: /scg <option>
permission: chestguard.command.scg
permissions:
chestguard:
default: op
description: "ใช้คำสั่งของปลั๊กอินนี้ทั้งหมด"
children:
chestguard.command:
default: op
description: "ใช้คำสั่งของปลั๊กอินนี้ทั้งหมด"
children:
chestguard.command.cg:
default: true
description: "ใช้คำสั่ง /cg"
chestguard.command.scg:
default: op
description: "ใช้คำสั่ง /scg"
chestguard.op:
default: op
description: "สามารถทำลายกล่องที่ล็อกได้!"