#Let's assign roles (you can modify them and create custom roles below) #UserID format is SteamId64Here@steam, DiscordUserIDHere@discord, etc... Members: - 76561198979271283@steam: owner - 76561198320083032@steam: admin - 76561198095299293@steam: admin - 76561198798536053@steam: admin - 76561198145951210@steam: cmoderator - : moderator - 76561198044418910@steam: moderator - 76561198276294428@steam: moderator - 76561198166720708@steam: apremium - 76561198283364665@steam: premium - 76561198119361598@steam: moderator - 76561198357026171@steam: spremium - 76561198133954922@steam: moderator # last guy is Adrian Shephard #Should Secret Lab development staff be able to use the Remote Admin? enable_staff_access: true #Should Secret Lab CEO and managers be able to use Remote Admin? (We do not abuse our powers) enable_manager_access: true #Allow remote admin access for the banning team, to allow them searching and fightung cheaters globally enable_banteam_access: true #Enable reserved slots for the banning team (they are restricted by reserved slots limit set in the gameplay config) enable_banteam_reserved_slots: true #Allow the banning team to bypass georestrictions on the server enable_banteam_bypass_geoblocking: true #Let's define roles #use color "none" to disable badge #you can add own roles too #cover means that this local badge is more important than a global badge and will cover it #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) #kick_power is the power for kicking and banning that the member of this group has (can be from 0 to 255) #required_kick_power is the required kick power to kick or ban a member of this group (can be from 0 to 255) owner_badge: O5 COUNCIL (OWNER) owner_color: cyan owner_cover: true owner_hidden: false owner_kick_power: 255 owner_required_kick_power: 255 admin_badge: FACILITY MANAGER (ADMIN) admin_color: red admin_cover: true admin_hidden: false admin_kick_power: 255 admin_required_kick_power: 255 moderator_badge: ZONE MANAGER (MOD) moderator_color: blue_green moderator_cover: true moderator_hidden: false moderator_kick_power: 255 moderator_required_kick_power: 255 apremium_badge: ADVANCED PREMIUM (SUPPORTER) apremium_color: magenta apremium_cover: true apremium_hidden: false apremium_kick_power: 0 apremium_required_kick_power: 0 premium_badge: PREMIUM (SUPPORTER) premium_color: magenta premium_cover: true premium_hidden: false premium_kick_power: 0 premium_required_kick_power: 0 tmod_badge: TRIAL ZONE MANAGER (TRAINING) tmod_color: lime tmod_cover: true tmod_hidden: false tmod_kick_power: 1 tmod_required_kick_power: 1 cmoderator_badge: FACILITY MANAGER | ADVANCED PREMIUM (ADMIN) (SUPPORTER) cmoderator_color: red cmoderator_cover: true cmoderator_hidden: false cmoderator_kick_power: 255 cmoderator_required_kick_power: 255 spremium_badge: STANDARD PREMIUM (SUPPORTER) spremium_color: magenta spremium_cover: true spremium_hidden: false spremium_kick_power: 0 spremium_required_kick_power: 0 #And add them to the roles list Roles: - owner - admin - moderator - apremium - tmod - cmoderator - premium - spremium #Let's setup permissions for roles #More info can be found on our wiki: https://en.scpslgame.com/index.php/Docs:Permissions Permissions: - Effects: [owner, admin, moderator, tmod, cmoderator] - Announcer: [owner, admin, moderator, tmod, cmoderator] - AdminChat: [owner, admin, moderator, tmod, cmoderator] - ViewHiddenGlobalBadges: [owner, admin, moderator, tmod, cmoderator] - KickingAndShortTermBanning: [owner, admin, moderator, tmod, cmoderator] - BanningUpToDay: [owner, admin, moderator, tmod, cmoderator] - LongTermBanning: [owner, admin, moderator, tmod, cmoderator] - ForceclassSelf: [owner, admin, moderator, tmod cmoderator] - ForceclassToSpectator: [owner, admin, moderator, tmod, cmoderator] - ForceclassWithoutRestrictions: [owner, admin, moderator, tmod, cmoderator] - GivingItems: [owner, admin, moderator, tmod, cmoderator] - WarheadEvents: [owner, admin, moderator, tmod, cmoderator] - RespawnEvents: [owner, admin, moderator, tmod, cmoderator] - RoundEvents: [owner, admin, moderator, tmod, cmoderator] - SetGroup: [owner, admin, moderator, tmod, cmoderator] - GameplayData: [owner, admin, moderator, tmod, cmoderator] - Overwatch: [owner, admin, moderator, cmoderator] - FacilityManagement: [owner, admin, moderator, tmod, cmoderator] - PlayersManagement: [owner, admin, moderator, tmod, cmoderator] - PermissionsManagement: [owner, admin, moderator, tmod, cmoderator] - ServerConsoleCommands: [owner, admin, moderator, tmod, cmoderator] - ViewHiddenBadges: [owner, admin, moderator, tmod, cmoderator] - ServerConfigs: [owner, admin, moderator, tmod, cmoderator] - Broadcasting: [owner, admin, moderator, tmod, cmoderator] - PlayerSensitiveDataAccess: [owner, admin, moderator, tmod, cmoderator] - Noclip: [owner, admin, moderator, tmod, cmoderator] - AFKImmunity: [owner, admin, moderator, tmod, cmoderator] #Set to "none" in order to disable password. #WE DON'T RECOMMEND USING PASSWORD!!! #SETUP STEAMID AUTHENTICATION INSTEAD (of the top of this config file)! override_password: none override_password_role: owner #Allows running central server commands (they are prefixed with "!") using "sudo"/"cron" command in RA (requires ServerConsoleCommands permission). #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 allow_central_server_commands_as_ServerConsoleCommands: false