-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommands.xml
36 lines (35 loc) · 919 Bytes
/
commands.xml
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
<commands>
<commandList>
<checkpermissions>
<description>Show your current permissions.</description>
</checkpermissions>
<cmds>
<description>Show a list of available commands.</description>
</cmds>
<maptp>
<description>Show a map in which you can select the target to which you want to teleport to.</description>
</maptp>
</commandList>
<groupList>
<group>
<name>Permissions</name>
<description>Commands to manage permissions.</description>
<subitems>
<command>checkpermissions</command>
</subitems>
</group>
<group>
<name>Help</name>
<description>Get help</description>
<subitems>
<command>about</command>
<command>cmds</command>
<command>help</command>
</subitems>
</group>
<group>
<name>Miscellaneous</name>
<description>Miscellaneous commands which don't fit in another category</description>
</group>
</groupList>
</commands>