Advertisement
Guest User

Untitled

a guest
May 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 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="76561198021925107" permission_level="0" /> -->
  32. <admin steamID="76561197992275992" permission_level="0" />
  33. <admin steamID="76561197978009393" permission_level="0" />
  34. <admin steamID="76561198044754649" permission_level="0" />
  35. <admin steamID="76561197977736539" permission_level="0" />
  36. <admin steamID="76561198042622498" permission_level="0" />
  37. <admin steamID="76561198110168781" permission_level="0" />
  38. </admins>
  39.  
  40. <permissions>
  41. <!-- <permission cmd="dm" permission_level="0" /> -->
  42. <!-- <permission cmd="kick" permission_level="1" /> -->
  43. <!-- <permission cmd="say" permission_level="1000" /> -->
  44. <permission cmd="dm" permission_level="0" />
  45. <permission cmd="kick" permission_level="1" />
  46. <permission cmd="say" permission_level="100" />
  47. <permission cmd="cm" permission_level="0" />
  48. <permission cmd="chunkcache" permission_level="100" />
  49. <permission cmd="debugweather" permission_level="1000" />
  50. <permission cmd="getgamepref" permission_level="1000" />
  51. <permission cmd="getgamestat" permission_level="1000" />
  52. <permission cmd="gettime" permission_level="1000" />
  53. <permission cmd="help" permission_level="1000" />
  54. <permission cmd="listplayerids" permission_level="1000" />
  55. <permission cmd="listthreads" permission_level="1000" />
  56. <permission cmd="memcl" permission_level="1000" />
  57. <permission cmd="spawnsupplycrate" permission_level="0" />
  58. <permission cmd="killall" permission_level="0" />
  59. <permission cmd="spawnentity" permission_level="0" />
  60. <permission cmd="settime" permission_level="0" />
  61. <permission cmd="giveself" permission_level="0" />
  62. <permission cmd="settempunit" permission_level="1000" />
  63. </permissions>
  64.  
  65. <!-- ONLY PUT ITEMS IN WHITELIST IF YOU WANT WHITELIST ONLY ENABLED!!! -->
  66. <!-- If there are any items in the whitelist, the whitelist only mode is enabled -->
  67. <!-- Nobody can join that ISN'T in the whitelist or admins once whitelist only mode is enabled -->
  68.  
  69. <whitelist>
  70. <!-- <whitelisted steamID="" /> -->
  71. </whitelist>
  72.  
  73. <blacklist>
  74. <!-- <blacklisted steamID="" unbandate="" /> -->
  75. </blacklist>
  76. </adminTools>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement