-
Log onto your control panel
-
Click on Confiugration Files
- Open the Text Editor for the adminconfig.yaml file. You will see something like the example below.
- On one of the Id lines, replace the 0's with your SteamID64. You can find this number on the steamid.io website.
- You can change the Permission value on the line under the Id, see the example below for infomration on the different permission levels.
- Note: You need to have spaces in front of the permission line for it to be valid YAML.
- Restart your server, and you will now have elevated permissions.
Example Configuration:
# Admin Configuration
# This file can contain two lists: one with elevated players with special permissions
# and one with banned players.
# 'Id' is a SteamID64 in both lists, lookup possible at https://steamid.io/
# 'Permission' is 3 for 'GameMaster', 6 for 'Moderator' and 9 for 'Admin' - other values are not allowed.
# 'Until' is the time when the ban ends.
Elevated:
- Id: 00000000000000000
Permission: 9
- Id: 00000000000000000
Permission: 6
- Id: 00000000000000000
Permission: 3