Advertisement
InsetJesux

Untitled

Feb 14th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. #Let's assign roles (you can modify them and create custom roles below)
  2. Members:
  3. - 76561198164389157: owner
  4.  
  5. #Should Secret Lab development staff be able to use the Remote Admin?
  6. enable_staff_access: false
  7.  
  8. #Should Secret Lab CEO and managers be able to use Remote Admin? (We do not abuse our powers)
  9. enable_manager_access: true
  10.  
  11. #Allow remote admin access for the banning team, to allow them searching and fightung cheaters globally
  12. enable_banteam_access: true
  13.  
  14. #Let's define roles
  15. #use color "none" to disable badge
  16. #you can add own roles too
  17. #cover means that this local badge is more important than a global badge and will cover it
  18. #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)
  19.  
  20. owner_badge: SERVER OWNER
  21. owner_color: red
  22. owner_cover: true
  23. owner_hidden: false
  24.  
  25. admin_badge: ADMIN
  26. admin_color: red
  27. admin_cover: true
  28. admin_hidden: false
  29.  
  30. moderator_badge: MODERATOR
  31. moderator_color: silver
  32. moderator_cover: true
  33. moderator_hidden: false
  34.  
  35. #And add them to the roles list
  36. Roles:
  37. - owner
  38. - admin
  39. - moderator
  40.  
  41. #Let's setup permissions for roles
  42. #More info can be found on our wiki: https://en.scpslgame.com/index.php/Docs:Permissions
  43. Permissions:
  44. - ServerConfigs: [owner]
  45. - KickingAndShortTermBanning: [owner, admin, moderator]
  46. - BanningUpToDay: [owner, admin, moderator]
  47. - LongTermBanning: [owner, admin]
  48. - ForceclassSelf: [owner, admin, moderator]
  49. - ForceclassToSpectator: [owner, admin, moderator]
  50. - ForceclassWithoutRestrictions: [owner, admin]
  51. - GivingItems: [owner, admin]
  52. - WarheadEvents: [owner, admin, moderator]
  53. - RespawnEvents: [owner, admin]
  54. - RoundEvents: [owner, admin, moderator]
  55. - SetGroup: [owner]
  56. - GameplayData: [owner, admin]
  57. - Overwatch: [owner, admin, moderator]
  58. - FacilityManagement: [owner, admin, moderator]
  59. - PlayersManagement: [owner, admin]
  60. - PermissionsManagement: [owner]
  61. - ServerConsoleCommands: [owner]
  62. - ViewHiddenBadges: [owner, admin, moderator]
  63.  
  64. #Set to "none" in order to disable password.
  65. #WE DON'T RECOMMEND USING PASSWORD!!!
  66. #SETUP STEAMID AUTHENTICATION INSTEAD (of the top of this config file)!
  67. override_password: none
  68. override_password_role: owner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement