Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. This file holds the settings for who is banned, whitelisted,
  4. admins and server command permissions.
  5. Steam ID can be found using http://steamid.co/
  6.  
  7. STEAM ID INSTRUCTIONS:
  8. ===============================================================
  9. http://steamid.co/ instructions:
  10. Input the player's name in the search field. example: Kinyajuu
  11. If the name doesn't work, you can also use the url of their steam page.
  12. Also you may add/remove admins, mods, whitelist, blacklist using in game commands.
  13. You will want the STEAM64ID. example: 76561198021925107
  14.  
  15. PERMISSION LEVEL INSTRUCTIONS:
  16. ===============================================================
  17. permission level : 0-1000, a user may run any command equal to or above their permission level.
  18. Users not given a permission level in this file will have a default permission level of 1000!
  19.  
  20. COMMAND PERMISSIONS INSTRUCTIONS:
  21. ===============================================================
  22. cmd : This is the command name, any command not in this list will not be usable by anyone but the server.
  23. permission level : 0-1000, a user may run any command equal to or above their permission level.
  24. Commands not specified in this file will have a default permission level of 0!
  25.  
  26. EVERYTHING BETWEEN <!- - and - -> IS COMMENTED OUT! THE ENTRIES BELOW ARE EXAMPLES THAT ARE NOT ACTIVE!!!
  27. -->
  28.  
  29. <adminTools>
  30. <admins>
  31. <!-- <admin steamID="76561198362999323" permission_level="0" /> -->
  32. </admins>
  33.  
  34. <permissions>
  35. <!-- <permission cmd="dm" permission_level="0" /> -->
  36. <!-- <permission cmd="kick" permission_level="1" /> -->
  37. <!-- <permission cmd="say" permission_level="1000" /> -->
  38. <permission cmd="chunkcache" permission_level="1000" />
  39. <permission cmd="debugweather" permission_level="1000" />
  40. <permission cmd="getgamepref" permission_level="1000" />
  41. <permission cmd="getgamestat" permission_level="1000" />
  42. <permission cmd="gettime" permission_level="1000" />
  43. <permission cmd="help" permission_level="1000" />
  44. <permission cmd="listplayerids" permission_level="1000" />
  45. <permission cmd="listthreads" permission_level="1000" />
  46. <permission cmd="memcl" permission_level="1000" />
  47. <permission cmd="settempunit" permission_level="1000" />
  48. </permissions>
  49.  
  50. <!-- ONLY PUT ITEMS IN WHITELIST IF YOU WANT WHITELIST ONLY ENABLED!!! -->
  51. <!-- If there are any items in the whitelist, the whitelist only mode is enabled -->
  52. <!-- Nobody can join that ISN'T in the whitelist or admins once whitelist only mode is enabled -->
  53.  
  54. <whitelist>
  55. <!-- <whitelisted steamID="" /> -->
  56. </whitelist>
  57.  
  58. <blacklist>
  59. <!-- <blacklisted steamID="" unbandate="" /> -->
  60. </blacklist>
  61. </adminTools>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement