summaryrefslogtreecommitdiff
path: root/groups.xml
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-02-17 20:18:28 -0500
committergumi <git@gumi.ca>2018-02-17 20:18:28 -0500
commit461e1e22418993ca05876f85a64882dc09a90b1f (patch)
tree01929b378270095d02232b421e1617bb5f0e5271 /groups.xml
parent19a6d4e24591de198e69d32f5b21644c71e5ba17 (diff)
downloadclientdata-461e1e22418993ca05876f85a64882dc09a90b1f.tar.gz
clientdata-461e1e22418993ca05876f85a64882dc09a90b1f.tar.bz2
clientdata-461e1e22418993ca05876f85a64882dc09a90b1f.tar.xz
clientdata-461e1e22418993ca05876f85a64882dc09a90b1f.zip
add group badges
Diffstat (limited to 'groups.xml')
-rw-r--r--groups.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/groups.xml b/groups.xml
index d7f6b309..70845c78 100644
--- a/groups.xml
+++ b/groups.xml
@@ -2,7 +2,7 @@
<!-- Author: 4144
Copyright (C) 2017 Evol Online -->
<groups>
- <group id="0" name="Player" longName="Player">
+ <group id="0" name="Player" longName="Player" showBadge="false">
<commands>
<command name="help" use="self"/>
<command name="setleader" use="self"/>
@@ -18,8 +18,8 @@ Copyright (C) 2017 Evol Online -->
<permission name="view_equipment"/>
</permissions>
</group>
- <group id="1" name="Bot" longName="Bot" inherit="0"/>
- <group id="40" name="Dev" longName="Developer" inherit="1">
+ <group id="1" name="Bot" longName="Bot" inherit="0" badge="groups/bot.xml" showBadge="true"/>
+ <group id="40" name="Dev" longName="Developer" inherit="1" badge="groups/dev.xml" showBadge="true">
<commands>
<command name="broadcast" use="self"/>
<command name="localbroadcast" use="self"/>
@@ -60,8 +60,8 @@ Copyright (C) 2017 Evol Online -->
<permission name="any_warp"/>
</permissions>
</group>
- <group id="41" name="Dev" longName="Developer (hidden)" inherit="40"/>
- <group id="50" name="Event" longName="Event coordinator" inherit="41">
+ <group id="41" name="Dev" longName="Developer (hidden)" inherit="40" showBadge="false"/>
+ <group id="50" name="Event" longName="Event coordinator" inherit="41" badge="groups/event.xml" showBadge="true">
<commands>
<command name="invisible" use="self"/>
<command name="visible" use="self"/>
@@ -70,7 +70,7 @@ Copyright (C) 2017 Evol Online -->
<command name="charclass" use="self"/>
</commands>
</group>
- <group id="51" name="Event" longName="Event coordinator (hidden)" inherit="50"/>
+ <group id="51" name="Event" longName="Event coordinator (hidden)" inherit="50" showBadge="false"/>
<group id="60" name="GM" longName="Game master" showBadge="true" inherit="51">
<commands>
<command name="charpvp" use="self"/>
@@ -126,8 +126,8 @@ Copyright (C) 2017 Evol Online -->
<permission name="receive_requests"/>
</permissions>
</group>
- <group id="61" name="GM" longName="Game master (hidden)" inherit="60"/>
- <group id="80" name="Dev" longName="Core developer" inherit="61">
+ <group id="61" name="GM" longName="Game master (hidden)" inherit="60" showBadge="false"/>
+ <group id="80" name="Dev" longName="Core developer" inherit="61" badge="groups/dev2.xml" showBadge="true">
<commands>
<command name="setmagic" use="self"/>
<command name="magicinfo" use="self"/>
@@ -151,8 +151,8 @@ Copyright (C) 2017 Evol Online -->
<command name="debug" use="self"/>
</commands>
</group>
- <group id="81" name="Dev" longName="Core developer (hidden)" inherit="80"/>
- <group id="98" name="Admin" longName="Administrator (hidden)" inherit="81">
+ <group id="81" name="Dev" longName="Core developer (hidden)" inherit="80" showBadge="false"/>
+ <group id="98" name="Admin" longName="Administrator (hidden)" inherit="81" showBadge="false">
<commands>
<command name="dropall" use="self"/>
<command name="questskill" use="self"/>
@@ -180,5 +180,5 @@ Copyright (C) 2017 Evol Online -->
<permission name="all_commands"/>
</permissions>
</group>
- <group id="99" name="Admin" longName="Administrator" showBadge="true" inherit="98"/>
+ <group id="99" name="Admin" longName="Administrator" showBadge="true" inherit="98" badge="groups/admin.xml"/>
</groups>