Advertisement
SCP-722

Kingdom of Khaos SERVER CONFIG REMOTEADMIN v1.1

Jul 19th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.25 KB | None | 0 0
  1. #Set to "none" in order to disable password.
  2. override_password: none
  3. override_password_role: 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 fighting cheaters globally
  12. enable_banteam_access: true
  13.  
  14. #Let's define roles
  15. #use color "hidden" to disable badge
  16. #you can add own roles too
  17. owner_badge: ELDER GOD
  18. owner_color: crimson
  19.  
  20. silence_badge: GOD OF SILENCE
  21. silence_color: magenta
  22.  
  23. pegasus_badge: THE MEME PEGASUS
  24. pegasus_color: red
  25.  
  26. admin_badge: GOD
  27. admin_color: red
  28.  
  29. moderator_badge: DEMIGOD
  30. moderator_color: cyan
  31.  
  32. modabuse_badge: MOD ABUSER
  33. modabuse_color: yellow
  34.  
  35. #And add them to the roles list
  36. #this list is visible to all your players
  37. Roles:
  38. - owner
  39.  - admin
  40.  - silence
  41.  - pegasus
  42.  - moderator
  43.  - modabuse
  44.  
  45. #Let's setup permissions for roles
  46. Permissions:
  47.  - KickingAndShortTermBanning: [owner, admin, moderator, silence, pegasus]
  48.  - FacilityManagement: [owner, admin, silence, pegasus]
  49.  - BanningUpToDay: [owner, admin, silence, pegasus]
  50.  - LongTermBanning: [owner, admin, silence, pegasus]
  51.  - ForceclassSelf: [owner, admin, moderator, silence, pegasus]
  52.  - ForceclassToSpectator: [owner, admin, moderator, silence, pegasus]
  53.  - ForceclassWithoutRestrictions: [owner, admin, silence, pegasus]
  54.  - GivingItems: [owner, admin, moderator, silence, pegasus]
  55.  - WarheadEvents: [owner, admin, moderator, silence, pegasus]
  56.  - RespawnEvents: [owner, admin, silence, pegasus]
  57.  - RoundEvents: [owner, admin, silence, pegasus]
  58.  - SetGroup: [owner]
  59.  - GameplayData: [owner, admin, silence, pegasus]
  60.  - Overwatch: [owner, admin, moderator, silence, pegasus]
  61.  
  62. #Let's assign roles
  63. Members:
  64.  - 76561198071607345: owner
  65.  - 76561198399926191: admin
  66.  - 76561198068941103: silence
  67.  - 76561198066909183: moderator
  68.  - 76561198073881293: admin
  69.  - 76561198098427183: pegasus
  70.  - 76561198361514982: moderator
  71.  - 76561198189309841: modabuse
  72.  - 76561198369855630: moderator
  73.  - 76561198066579905: moderator
  74.  - 76561198821674962: moderator
  75.  - 76561198110045600: modabuse
  76.  - 76561198314497038: moderator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement