forked from LukeDarling/iProtector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
58 lines (58 loc) · 2.37 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
48
49
50
51
52
53
54
55
56
57
58
name: iProtector
author: LDX
version: 3.1.0-9
main: LDX\iProtector\Main
load: POSTWORLD
api: [3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10]
website: "https://github.com/LDX-MCPE/iProtector"
commands:
area:
description: "Allows you to manage areas."
usage: "/area <pos1/pos2/create/list/here/flag/whitelist/delete>"
permission: iprotector.command.area
permissions:
iprotector:
description: "Allows access to all iProtector features."
default: false
children:
iprotector.access:
description: "Allows access to editing terrain in iProtector areas."
default: op
iprotector.command:
description: "Allows access to all iProtector commands."
default: false
children:
iprotector.command.area:
description: "Allows access to the area command."
default: op
children:
iprotector.command.area.pos1:
description: "Allows access to the iProtector pos1 subcommand."
default: op
iprotector.command.area.pos2:
description: "Allows access to the iProtector pos2 subcommand."
default: op
iprotector.command.area.create:
description: "Allows access to the iProtector create subcommand."
default: op
iprotector.command.area.list:
description: "Allows access to the iProtector list subcommand."
default: op
iprotector.command.area.here:
description: "Allows access to the iProtector here subcommand."
default: op
iprotector.command.area.flag:
description: "Allows access to the iProtector flag subcommand."
default: op
iprotector.command.area.delete:
description: "Allows access to the iProtector delete subcommand."
default: op
iprotector.command.area.whitelist:
description: "Allows access to the iProtector whitelist subcommand."
default: op
iprotector.command.area.tp:
description: "Allows access to the iProtector tp subcommand."
default: op
iprotector.command.area.list:
description: "Allows access to the iProtector list subcommand."
default: op