Advertisement
Guest User

Untitled

a guest
May 28th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <Users> <!-- Users with special rights in xShunter. -->
  3.     <User>
  4.         <Username>CB</Username> <!-- The username as it is used with the !login command from IRC or ingame. -->
  5.         <Password>mypassword</Password> <!-- The password as it is used with the !login command from IRC or ingame. -->
  6.         <IRCAuth>NickServ</IRCAuth> <!-- The IRC authentication username (NickServ or Q account) that can be used to automatically login a user. -->
  7.         <Privileges>
  8.             <Privilege name="mastertrigger" value="true" /> <!-- User use the master trigger on IRC -->
  9.             <Privilege name="rcon" value="true" /> <!-- User can execute rcon commands -->
  10.             <Privilege name="kick" value="true" /> <!-- User can kick players -->
  11.             <Privilege name="ban" value="true" /> <!-- User can ban players -->
  12.             <Privilege name="cancelvote" value="true" /> <!-- User can cancel any vote -->
  13.             <Privilege name="shutdown" value="true" /> <!-- User can completely shutdown xShunter and the OpenTTD server -->
  14.             <Privilege name="restartserver" value="true" /> <!-- User can restart the OpenTTD server -->
  15.             <Privilege name="restart" value="true" /> <!-- User can restart the server with a new map -->
  16.             <Privilege name="restartgame" value="true" /> <!-- User can restart the server with the same map -->
  17.             <Privilege name="reload" value="true" /> <!-- User can reload the xShunter configuration -->
  18.             <Privilege name="save" value="true" /> <!-- User can save the game -->
  19.             <Privilege name="load" value="true" /> <!-- User can load the game -->
  20.             <Privilege name="emptycompany" value="true" /> <!-- User can move all players out of a company -->
  21.             <Privilege name="resetcompany" value="true" /> <!-- User can reset a company if it is empty -->
  22.             <Privilege name="resetcompanyspec" value="true" /> <!-- User can reset a company and move all players on it to spectators -->
  23.             <Privilege name="resetcompanykick" value="true" /> <!-- User can reset a company and kick all players on it -->
  24.             <Privilege name="resetcompanyban" value="true" /> <!-- User can reset a company and ban all players on it -->
  25.             <Privilege name="reconnectirc" value="true" /> <!-- User can disconnect xShunter from IRC and reconnect it. -->
  26.         </Privileges>
  27.     </User>
  28. </Users>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement