SCP: Secret Laboratory servers can add custom roles for players with unique permissions or badges, potentially creating an incentivizing reward system for loyal community members. This also allows players to expand beyond having only admin or moderator roles, which can keep things running smoothly on the server. Server owners can also hide custom roles or display their badges for all other players.
1. Log in to the BisectHosting Starbase panel.
2. Stop the server.
3. Go to Files tab.
4. Find the following directory: /home/container/Config .
5. Open the config_remoteadmin.txt file.
6. Under the Roles: line, add the desired role name in a new line: - role .
7. Navigate to #Let's define roles.
8. Enter the role from step 6 in a new line, following the format:
role_badge: BadgeTitle
role_color: Color
role_cover: true
role_hidden: false
role_kick_power: 255
role_required_kick_power: 255| Format | Description |
|---|---|
role_badge |
The badge name. |
role_color |
Colors the badge. none turns off the badge.
|
role_cover |
true/false Prioritizes the badge over global titles.
|
role_hidden |
true/false Sets the badge to hidden.
|
role_kick_power |
0-255 sets the role's kick/ban power level.
|
role_required_kick_power |
0-255 sets the level required to kick/ban the role.
|
9. Under the Permissions: line, input the role from step 6, separated by a comma (,) next to the desired permissions within the square brackets[].
10. Under the Members: line, enter the following SteamID64 with the role from step 6: - SteamID64@steam: role .
Note: Learn how to find SteamID64 here.
11. Press the Save button.