Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion [admin]/admin/conf/ACL.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
<right name="command.setmoney" access="true" />
<right name="command.setskin" access="true" />
<right name="command.setteam" access="true" />
<right name="command.removefromteam" access="true" />
<right name="command.giveweapon" access="true" />
<right name="command.setstat" access="true" />
<right name="command.jetpack" access="true" />
<right name="command.warp" access="true" />
<right name="command.warpto" access="true" />
<right name="command.setdimension" access="true" />
<right name="command.setinterior" access="true" />
<!--Teams related-->
Expand All @@ -45,7 +47,9 @@
<right name="command.destroyvehicle" access="true" />
<right name="command.customize" access="true" />
<right name="command.setcolor" access="true" />
<right name="command.setlights" access="true" />
<right name="command.setpaintjob" access="true" />
<right name="command.setplates" access="true" />
<!--Messages related-->
<right name="command.listmessages" access="true" />
<right name="command.readmessage" access="true" />
Expand Down Expand Up @@ -116,10 +120,12 @@
<right name="command.setmoney" access="true" />
<right name="command.setskin" access="true" />
<right name="command.setteam" access="true" />
<right name="command.removefromteam" access="true" />
<right name="command.giveweapon" access="true" />
<right name="command.setstat" access="true" />
<right name="command.jetpack" access="true" />
<right name="command.warp" access="true" />
<right name="command.warpto" access="true" />
<right name="command.setdimension" access="true" />
<right name="command.setinterior" access="true" />
<!--Teams related-->
Expand All @@ -132,7 +138,9 @@
<right name="command.destroyvehicle" access="true" />
<right name="command.customize" access="true" />
<right name="command.setcolor" access="true" />
<right name="command.setlights" access="true" />
<right name="command.setpaintjob" access="true" />
<right name="command.setplates" access="true" />
<!--Messages related-->
<right name="command.listmessages" access="true" />
<right name="command.readmessage" access="true" />
Expand Down Expand Up @@ -202,10 +210,12 @@
<right name="command.setmoney" access="false" />
<right name="command.setskin" access="true" />
<right name="command.setteam" access="true" />
<right name="command.removefromteam" access="true" />
<right name="command.giveweapon" access="true" />
<right name="command.setstat" access="true" />
<right name="command.jetpack" access="true" />
<right name="command.warp" access="true" />
<right name="command.warpto" access="true" />
<right name="command.setdimension" access="true" />
<right name="command.setinterior" access="true" />
<!--Teams related-->
Expand All @@ -218,7 +228,9 @@
<right name="command.destroyvehicle" access="true" />
<right name="command.customize" access="true" />
<right name="command.setcolor" access="true" />
<right name="command.setlights" access="true" />
<right name="command.setpaintjob" access="true" />
<right name="command.setplates" access="true" />
<!--Messages related-->
<right name="command.listmessages" access="true" />
<right name="command.readmessage" access="true" />
Expand Down Expand Up @@ -288,10 +300,12 @@
<right name="command.setmoney" access="false" />
<right name="command.setskin" access="false" />
<right name="command.setteam" access="false" />
<right name="command.removefromteam" access="false" />
<right name="command.giveweapon" access="false" />
<right name="command.setstat" access="false" />
<right name="command.jetpack" access="false" />
<right name="command.warp" access="false" />
<right name="command.warpto" access="false" />
<right name="command.setdimension" access="false" />
<right name="command.setinterior" access="false" />
<!--Teams related-->
Expand All @@ -304,7 +318,9 @@
<right name="command.destroyvehicle" access="false" />
<right name="command.customize" access="false" />
<right name="command.setcolor" access="false" />
<right name="command.setlights" access="false" />
<right name="command.setpaintjob" access="false" />
<right name="command.setplates" access="false" />
<!--Messages related-->
<right name="command.listmessages" access="false" />
<right name="command.readmessage" access="false" />
Expand Down Expand Up @@ -351,4 +367,4 @@
<right name="command.viewscreenshot" access="false" />
<right name="command.listscreenshots" access="false" />
</acl>
</ACL>
</ACL>
23 changes: 20 additions & 3 deletions [admin]/admin2/conf/ACL.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
<!--Player Related-->
<right name="command.kick" access="true" />
<right name="command.freeze" access="true" />
<right name="command.unfreeze" access="true" />
<right name="command.mute" access="true" />
<right name="command.unmute" access="true" />
<right name="command.shout" access="true" />
<right name="command.spectate" access="true" />
<right name="command.slap" access="true" />
Expand All @@ -32,6 +34,7 @@
<right name="command.setstat" access="true" />
<right name="command.jetpack" access="true" />
<right name="command.warp" access="true" />
<right name="command.warpto" access="true" />
<right name="command.getscreen" access="true" />
<right name="command.setdimension" access="true" />
<right name="command.setinterior" access="true" />
Expand Down Expand Up @@ -78,6 +81,7 @@
<right name="command.setidlekicker" access="true" />
<right name="command.clearchat" access="true" />
<right name="command.setconfig" access="true" />
<right name="command.shutdown" access="true" />
<!--Bans related-->
<right name="command.ban" access="true" />
<right name="command.unban" access="true" />
Expand All @@ -100,7 +104,9 @@
<!--Player Related-->
<right name="command.kick" access="true" />
<right name="command.freeze" access="true" />
<right name="command.unfreeze" access="true" />
<right name="command.mute" access="true" />
<right name="command.unmute" access="true" />
<right name="command.shout" access="true" />
<right name="command.spectate" access="true" />
<right name="command.slap" access="true" />
Expand All @@ -115,6 +121,7 @@
<right name="command.setstat" access="true" />
<right name="command.jetpack" access="true" />
<right name="command.warp" access="true" />
<right name="command.warpto" access="true" />
<right name="command.getscreen" access="true" />
<right name="command.setdimension" access="true" />
<right name="command.setinterior" access="true" />
Expand Down Expand Up @@ -183,7 +190,9 @@
<!--Player Related-->
<right name="command.kick" access="false" />
<right name="command.freeze" access="true" />
<right name="command.unfreeze" access="true" />
<right name="command.mute" access="true" />
<right name="command.unmute" access="true" />
<right name="command.shout" access="true" />
<right name="command.spectate" access="true" />
<right name="command.slap" access="true" />
Expand All @@ -198,6 +207,7 @@
<right name="command.setstat" access="true" />
<right name="command.jetpack" access="true" />
<right name="command.warp" access="true" />
<right name="command.warpto" access="true" />
<right name="command.getscreen" access="true" />
<right name="command.setdimension" access="true" />
<right name="command.setinterior" access="true" />
Expand Down Expand Up @@ -266,7 +276,9 @@
<!--Player Related-->
<right name="command.kick" access="false" />
<right name="command.freeze" access="false" />
<right name="command.unfreeze" access="false" />
<right name="command.mute" access="false" />
<right name="command.unmute" access="false" />
<right name="command.shout" access="false" />
<right name="command.spectate" access="false" />
<right name="command.slap" access="false" />
Expand All @@ -281,14 +293,18 @@
<right name="command.setstat" access="false" />
<right name="command.jetpack" access="false" />
<right name="command.warp" access="false" />
<right name="command.warpto" access="false" />
<right name="command.getscreen" access="false" />
<right name="command.setdimension" access="false" />
<right name="command.setinterior" access="false" />
<!--Teams related-->
<right name="command.createteam" access="false" />
<right name="command.destroyteam" access="false" />
<!--Vehicle related-->
<right name="command.givevehicle" access="false" />
<right name="command.repair" access="false" />
<right name="command.blow" access="false" />
<right name="command.destroy" access="false" />
<right name="command.blowvehicle" access="false" />
<right name="command.destroyvehicle" access="false" />
<right name="command.customize" access="false" />
<right name="command.setcolor" access="false" />
<right name="command.setpaintjob" access="false" />
Expand Down Expand Up @@ -324,6 +340,7 @@
<right name="command.setidlekicker" access="false" />
<right name="command.clearchat" access="false" />
<right name="command.setconfig" access="false" />
<right name="command.shutdown" access="false" />
<!--Bans related-->
<right name="command.ban" access="false" />
<right name="command.unban" access="false" />
Expand All @@ -333,4 +350,4 @@
<right name="command.unbanserial" access="false" />
<right name="command.listbans" access="false" />
</acl>
</ACL>
</ACL>
Loading