forked from gitter-badger/WorldEditArt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpermissions.xml
More file actions
43 lines (38 loc) · 1.62 KB
/
permissions.xml
File metadata and controls
43 lines (38 loc) · 1.62 KB
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
<?xml version="1.0" encoding="UTF-8" ?>
<!--
WorldEditArt
Copyright (C) 2016 LegendsOfMCPE
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
@author LegendsOfMCPE Team
-->
<permissions>
<worldeditart description="Root node for WorldEditArt permissions" default="false">
<builder description="Root node for builder permissions" default="op">
<command description="Allows using //help"/>
<desel description="Allows using //desel"/>
<set description="Allows using //set"/>
<select description="Allows using selection commands">
<sphere description="Allows using //sphere"/>
<pos1 description="Allows using //pos1"/>
<pos2 description="Allows using //pos2"/>
</select>
</builder>
<admin description="Permissions beyond builders' rights" default="false">
<zones description="Allows administration of zones" default="false">
<bypass description="Permission to bypass zone restrictions" default="false">
<constr description="Permission to use WorldEditArt outside under-construction areas"
default="false"/>
</bypass>
<create description="Allows creating zones" default="op">
<constr description="Allows creating under-construction zones" default="op"/>
</create>
<remove description="Allows removing zones" default="op">
<constr description="Allows removing under-construction zones" default="op"/>
</remove>
</zones>
</admin>
</worldeditart>
</permissions>