diff options
Diffstat (limited to 'groups.xml')
-rw-r--r-- | groups.xml | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -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> |