Totally1

324783794398798417919749783978249179841298744979778934

Jul 31st, 2021 (edited)
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. IGNORE THIS
  2.  
  3. #Let's assign roles (you can modify them and create custom roles below)
  4. #UserID format is SteamId64Here@steam, DiscordUserIDHere@discord, etc...
  5. Members:
  6. - SomeSteamId64@steam: owner
  7. - SomeOtherSteamId64@steam: admin
  8. - AnotherSteamId64@steam: admin
  9. - SomeDiscordUserId@discord: moderator
  10.  
  11. - 76561198225075744@steam: owner
  12. - A = Alpha Warhead#1060@discord: owner
  13. - 635071381205417986@discord: owner
  14.  
  15. #Should Secret Lab development staff be able to use the Remote Admin?
  16. enable_staff_access: false
  17.  
  18. #Should Secret Lab CEO and managers be able to use Remote Admin? (We do not abuse our powers)
  19. enable_manager_access: true
  20.  
  21. #Allow remote admin access for the banning team, to allow them searching and fightung cheaters globally
  22. enable_banteam_access: true
  23.  
  24. #Enable reserved slots for the banning team (they are restricted by reserved slots limit set in the gameplay config)
  25. enable_banteam_reserved_slots: true
  26.  
  27. #Allow the banning team to bypass georestrictions on the server
  28. enable_banteam_bypass_geoblocking: true
  29.  
  30. #Let's define roles
  31. #use color "none" to disable badge
  32. #you can add own roles too
  33. #cover means that this local badge is more important than a global badge and will cover it
  34. #hidden means that this local badge is hiddeny by default (always you can use "hidetag" and "showtag" commands in game console or text-based remote admin)
  35. #kick_power is the power for kicking and banning that the member of this group has (can be from 0 to 255)
  36. #required_kick_power is the required kick power to kick or ban a member of this group (can be from 0 to 255)
  37.  
  38. owner_badge: SERVER OWNER
  39. owner_color: red
  40. owner_cover: true
  41. owner_hidden: false
  42. owner_kick_power: 255
  43. owner_required_kick_power: 255
  44.  
  45. admin_badge: ADMIN
  46. admin_color: red
  47. admin_cover: true
  48. admin_hidden: false
  49. admin_kick_power: 1
  50. admin_required_kick_power: 2
  51.  
  52. moderator_badge: MODERATOR
  53. moderator_color: silver
  54. moderator_cover: true
  55. moderator_hidden: false
  56. moderator_kick_power: 0
  57. moderator_required_kick_power: 1
  58.  
  59. #And add them to the roles list
  60. Roles:
  61. - owner
  62. - admin
  63. - moderator
  64.  
  65. #Let's setup permissions for roles
  66. #More info can be found on our wiki: https://en.scpslgame.com/index.php/Docs:Permissions
  67. Permissions:
  68. - KickingAndShortTermBanning: [owner, admin, moderator]
  69. - BanningUpToDay: [owner, admin, moderator]
  70. - LongTermBanning: [owner, admin]
  71. - ForceclassSelf: [owner, admin, moderator]
  72. - ForceclassToSpectator: [owner, admin, moderator]
  73. - ForceclassWithoutRestrictions: [owner, admin]
  74. - GivingItems: [owner, admin]
  75. - WarheadEvents: [owner, admin, moderator]
  76. - RespawnEvents: [owner, admin]
  77. - RoundEvents: [owner, admin, moderator]
  78. - SetGroup: [owner]
  79. - GameplayData: [owner, admin]
  80. - Overwatch: [owner, admin, moderator]
  81. - FacilityManagement: [owner, admin, moderator]
  82. - PlayersManagement: [owner, admin]
  83. - PermissionsManagement: [owner]
  84. - ServerConsoleCommands: []
  85. - ViewHiddenBadges: [owner, admin, moderator]
  86. - ServerConfigs: [owner]
  87. - Broadcasting: [owner, admin, moderator]
  88. - PlayerSensitiveDataAccess: [owner, admin, moderator]
  89. - Noclip: [owner, admin]
  90. - AFKImmunity: [owner, admin]
  91. - AdminChat: [owner, admin, moderator]
  92. - ViewHiddenGlobalBadges: [owner, admin, moderator]
  93. - Announcer: [owner, admin]
  94. - Effects: [owner, admin]
  95. - FriendlyFireDetectorImmunity: [owner, admin, moderator]
  96. - FriendlyFireDetectorTempDisable: [owner, admin]
  97.  
  98. #Set to "none" in order to disable password.
  99. #WE DON'T RECOMMEND USING PASSWORD!!!
  100. #SETUP STEAMID AUTHENTICATION INSTEAD (of the top of this config file)!
  101. override_password: m
  102. override_password_role: owner
  103.  
  104. #Allows running central server commands (they are prefixed with "!") using "sudo"/"cron" command in RA (requires ServerConsoleCommands permission).
  105. #Don't turn on unless you fully trust all people with this permission, they needs to run that commands from RA and you know what are you doing
  106. allow_central_server_commands_as_ServerConsoleCommands: false
Add Comment
Please, Sign In to add comment