Guest User

xml

a guest
Jul 25th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. <?xml version="1.0" ?><configuration plugin="alteradmin">
  2. <settings name="settings">
  3. <set name="autoUpdate">1</set> <!-- set to 1 if you automatically want to receive new alteradmin updates -->
  4. <set name="mapfile">@b3/extplugins/conf/maplist.txt</set> <!-- txt file containing a list of maps that can be used with commands like !map -->
  5. <set name="b3root">@b3</set> <!-- do not alter unless you know what you are doing -->
  6. <set name="modfile">@b3/extplugins/conf/modlist.txt</set> <!-- txt file containing a list of mods that can be used with commands like !mod -->
  7. <set name="gametypefile">@b3/extplugins/conf/gametypelist.txt</set> <!-- txt file containing a list of gametypes that can be used with commands like !gametype -->
  8. <set name="ipbansfile">@b3/extplugins/conf/ipbans.txt</set><!-- list of ips that are banned -->
  9. <set name="voteTime">60</set><!-- durance of a vote -->
  10. <set name="minVoteRatio">2</set><!-- ratio of players that need to agree on a vote -->
  11. <set name="minVoteRatioBan">3</set><!-- ratio of players that need to agree on a ban vote -->
  12. <set name="tempbaninterval">1800</set><!-- time in seconds that a player is banned with !voteban -->
  13. <set name="voteCooldown">120</set><!-- time in seconds untill the player can do another vote after he failed horrible with his previous vote -->
  14. <set name="lastMapLimit">3</set><!-- amount of maps shown when issuing !lastmap -->
  15. <set name="mostplayedLimit">10</set><!-- amount of maps shown when issuing !mostplayed -->
  16. <set name="pushoverUserKey"></set> <!-- User Key get it by registering an account at https://pushover.net/ -->
  17. <set name="pushoverAppToken"></set> <!-- Application token, get it by creating a new application after registering an account at https://pushover.net/apps -->
  18. <set name="dbSave">1</set> <!-- enables or disables alteradmin extra db functionality, for instance !ignore and the re-enable of !damage and !fps depends on this -->
  19. <set name="socketEnable">0</set> <!-- Enables third party applications to interact with this plugin. Alteradmin app or any other third party application. (This feature is still in development) -->
  20. <set name="appPort">7001</set> <!-- Port number to which the socket server binds to. In simple terms, the port number that you fill in the AlterAdmin app ;D (need to enable socketEnable) -->
  21. <set name="mistakeLimit">30</set> <!-- Amount of mistakes/spam untill ban the client of spam and don't connnections to the app socket (define mistake = invalid login, invalid command request or below level request) -->
  22. </settings>
  23. <!-- below is a list of all alteradmins commands and the minimal user level to use these -->
  24. <settings name="commands">
  25. <set name="ipban">100</set>
  26. <set name="spawn">80</set>
  27. <set name="maprestart">80</set>
  28. <set name="fastrestart-fr">80</set>
  29. <!-- vote commands are made with for administrators on the server, so the admin can call a vote and see who agrees easily -->
  30. <set name="callvote-vote">1</set>
  31. <set name="voterestart-vr">1</set>
  32. <set name="votemap-vm">1</set>
  33. <set name="maplist-mlist">1</set>
  34. <set name="pm">1</set>
  35. <set name="ignore-block">1</set>
  36. <set name="ragequit">1</set>
  37. <set name="damage-dmg">1</set>
  38. <set name="timeplayed">1</set>
  39. <set name="votestatus-vs">1</set>
  40. <set name="lastmap-prevmap">1</set>
  41. <set name="yes-y">0</set>
  42. <set name="no-n">0</set>
  43. </settings>
  44. </configuration>
Add Comment
Please, Sign In to add comment