fishert2208901

Open Save Data

Aug 21st, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 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. The admin and whitelist sections can contain
  5. both individual Steam users as well as Steam groups.
  6.  
  7. STEAM ID INSTRUCTIONS:
  8. ===============================================================
  9. You can find the SteamID64 of any user with one of the following pages:
  10. https://steamdb.info/calculator/, https://steamid.io/lookup, http://steamid.co/
  11. http://steamid.co/ instructions:
  12. Input the player's name in the search field. example: Kinyajuu
  13. If the name doesn't work, you can also use the url of their steam page.
  14. Also you may add/remove admins, mods, whitelist, blacklist using in game commands.
  15. You will want the STEAM64ID. example: 76561198021925107
  16.  
  17. STEAM GROUP ID INSTRUCTIONS:
  18. ===============================================================
  19. You can find the SteamID64 of any group by taking its address and adding
  20. /memberslistxml/?xml=1
  21. to the end. You will get the XML information of the group which should have an entry
  22. memberList->groupID64.
  23. Example: The 'Steam Universe' group has the address
  24. https://steamcommunity.com/groups/steamuniverse
  25. So you point your browser to
  26. https://steamcommunity.com/groups/steamuniverse/memberslistxml/?xml=1
  27. And see that the groupID64 is 103582791434672565.
  28.  
  29. PERMISSION LEVEL INSTRUCTIONS:
  30. ===============================================================
  31. permission level : 0-1000, a user may run any command equal to or above their permission level.
  32. Users not given a permission level in this file will have a default permission level of 1000!
  33.  
  34. COMMAND PERMISSIONS INSTRUCTIONS:
  35. ===============================================================
  36. cmd : This is the command name, any command not in this list will not be usable by anyone but the server.
  37. permission level : 0-1000, a user may run any command equal to or above their permission level.
  38. Commands not specified in this file will have a default permission level of 0!
  39.  
  40. EVERYTHING BETWEEN <!- - and - -> IS COMMENTED OUT! THE ENTRIES BELOW ARE EXAMPLES THAT ARE NOT ACTIVE!!!
  41. -->
  42.  
  43. <adminTools>
  44. <!-- Name is optional for display purposes only -->
  45. <admins>
  46. <!-- <user steamID="76561198021925107" name="Hint on who this user is" permission_level="0" /> -->
  47. <!-- <group steamID="103582791434672565" name="Steam Universe" permission_level_default="1000" permission_level_mod="0" /> -->
  48. </admins>
  49.  
  50. <permissions>
  51. <!-- <permission cmd="dm" permission_level="0" /> -->
  52. <!-- <permission cmd="kick" permission_level="1" /> -->
  53. <!-- <permission cmd="say" permission_level="1000" /> -->
  54. <permission cmd="chunkcache" permission_level="1000" />
  55. <permission cmd="debugshot" permission_level="1000" />
  56. <permission cmd="debugweather" permission_level="1000" />
  57. <permission cmd="getgamepref" permission_level="1000" />
  58. <permission cmd="getgamestat" permission_level="1000" />
  59. <permission cmd="getoptions" permission_level="1000" />
  60. <permission cmd="gettime" permission_level="1000" />
  61. <permission cmd="gfx" permission_level="1000" />
  62. <permission cmd="help" permission_level="1000" />
  63. <permission cmd="listplayerids" permission_level="1000" />
  64. <permission cmd="listthreads" permission_level="1000" />
  65. <permission cmd="memcl" permission_level="1000" />
  66. <permission cmd="settempunit" permission_level="1000" />
  67. </permissions>
  68.  
  69. <!-- ONLY PUT ITEMS IN WHITELIST IF YOU WANT WHITELIST ONLY ENABLED!!! -->
  70. <!-- If there are any items in the whitelist, the whitelist only mode is enabled -->
  71. <!-- Nobody can join that ISN'T in the whitelist or admins once whitelist only mode is enabled -->
  72. <!-- Name is optional for display purposes only -->
  73.  
  74. <whitelist>
  75. <!-- <user steamID="" name="" /> -->
  76. <!-- <group steamID="" name="" /> -->
  77. </whitelist>
  78.  
  79. <!-- Name is optional for display purposes only -->
  80. <blacklist>
  81. <!-- <blacklisted steamID="" unbandate="" /> -->
  82. </blacklist>
  83. </adminTools>
  84.  
Add Comment
Please, Sign In to add comment