This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
plugin.yml
66 lines (63 loc) · 1.68 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
59
60
61
62
63
64
65
66
main: aliuly\worldprotect\Main
api: [1.10.0,1.12.0]
load: STARTUP
name: WorldProtect
description: protect worlds from griefers, pvp, limits and borders
version: 2.2.0
author: aliuly
website: https://github.com/alejandroliu/pocketmine-plugins/tree/master/WorldProtect
commands:
worldprotect:
description: Manage worlds
usage: "/wp <help|sub-cmd> [options]"
permission: wp.cmd.all
aliases: [wp]
permissions:
wp.motd:
default: true
description: "Display MOTD"
wp.cmd.all:
default: op
description: "Allow access to protect command"
wp.cmd.protect:
default: op
description: "Change protect mode"
wp.cmd.protect.auth:
default: op
description: "Permit place/destroy in protected worlds"
wp.cmd.border:
default: op
description: "Allow contfol of border functionality"
wp.cmd.pvp:
default: op
description: "Allow PvP controls"
wp.cmd.noexplode:
default: op
description: "Allow NoExplode controls"
wp.cmd.limit:
default: op
description: "Allow control to limit functionality"
wp.cmd.wpmotd:
default: op
description: "Allow editing the motd"
wp.cmd.addrm:
default: op
description: "Allow modifying the auth list"
wp.cmd.unbreakable:
default: op
description: "Modify unbreakable block list"
wp.cmd.bancmd:
default: op
description: "Ban/unban commands"
wp.cmd.banitem:
default: op
description: "Ban/unban items"
wp.cmd.info:
default: true
description: "Show WP config info"
wp.cmd.gm:
default: op
description: "Allow setting a per-world gamemode"
wp.cmd.gm.exempt:
default: false
description: "Users with this permissions will ignore per world gm"