This repository has been archived by the owner on Oct 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
/
plugin.yml
49 lines (49 loc) · 1.88 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
name: iProtector
author: LDX
version: 3.1b
main: LDX\iProtector\Main
load: POSTWORLD
api: [1.9.0, 2.0.0]
website: "https://github.com/LDX-MCPE/iProtector"
commands:
area:
description: "Allows you to manage areas."
usage: "/area <pos1/pos2/create/list/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.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