Advertisement
PowerMasterYT

Untitled

Sep 10th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. #Let's assign roles (you can modify them and create custom roles below)
  2. Members:
  3. - [REDACTED]: owner
  4. - [REDACTED]: admin
  5.  
  6. #Should Secret Lab development staff be able to use the Remote Admin?
  7. enable_staff_access: true
  8.  
  9. #Should Secret Lab CEO and managers be able to use Remote Admin? (We do not abuse our powers)
  10. enable_manager_access: true
  11.  
  12. #Allow remote admin access for the banning team, to allow them searching and fightung cheaters globally
  13. enable_banteam_access: true
  14.  
  15. #Let's define roles
  16. #use color "hidden" to disable badge
  17. #you can add own roles too
  18. owner_badge: OWNER
  19. owner_color: red
  20.  
  21. admin_badge: ADMIN
  22. admin_color: orange
  23.  
  24. moderator_badge: MODERATOR
  25. moderator_color: light_green
  26.  
  27. #And add them to the roles list
  28. Roles:
  29. - owner
  30. - admin
  31. - moderator
  32.  
  33. #Let's setup permissions for roles
  34. Permissions:
  35. - KickingAndShortTermBanning: [owner, admin, moderator]
  36. - BanningUpToDay: [owner, admin, moderator]
  37. - LongTermBanning: [owner, admin]
  38. - ForceclassSelf: [owner, admin, moderator]
  39. - ForceclassToSpectator: [owner, admin, moderator]
  40. - ForceclassWithoutRestrictions: [owner, admin]
  41. - GivingItems: [owner, admin]
  42. - WarheadEvents: [owner, admin]
  43. - RespawnEvents: [owner, admin]
  44. - RoundEvents: [owner, admin]
  45. - SetGroup: [owner]
  46. - GameplayData: [owner, admin]
  47. - Overwatch: [owner, admin, moderator]
  48. - FacilityManagement: [owner, admin, moderator]
  49. - PlayersManagement: [owner, admin]
  50.  
  51. #Set to "none" in order to disable password.
  52. #WE DON'T RECOMMEND USING PASSWORD!!!
  53. #SETUP STEAMID AUTHENTICATION INSTEAD (of the top of this config file)!
  54. override_password: none
  55. override_password_role: owner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement