Skip to main content

How To Create Custom Staff Permission Groups on Your Schedule 1 Server

1. Log In to Your Panel


2. Select the ‘File’ Tab

Cybrancee Panel navigation menu with the Files tab highlighted

3. Select the ‘User Data’ Folder

Cybrancee Panel File Manager root directory with the UserData folder highlighted

4. Select the Permissions Configuration File

Select permissions.toml inside the ‘UserData’ folder to open the text editor.

Cybrancee Panel File Manager UserData folder with permissions.toml highlighted

5. Define a Custom Staff Group

Add a new group table using the [group.<group_name>] format, setting a priority level and listing the allowed permission nodes:

[group.mods]
priority = 10
allow = ["server.kick", "server.ban"]
deny = []
Cybrancee Panel text editor showing custom group permissions configured in permissions.toml

6. Assign Players to the Custom Staff Group

Add a user entry for each staff member using their 17-digit SteamID64 and assign them to your custom group:

[user.76561198000000000]
groups = ["moderator"]
allow = []
deny = []
Cybrancee Panel text editor showing user SteamID assigned to custom staff group in permissions.toml

7. Save the Configuration File


8. Select the ‘Console’ Tab

Cybrancee Panel navigation menu with the Console tab highlighted

9. Reload Server Permissions

Enter reloadpermissions into the console input field and press ‘Enter’ to update permissions without restarting the server:

reloadpermissions

Cybrancee Panel Console showing reloadpermissions command executed with success response

Schedule 1 Server Hosting

Starts at $9.99

External link icon

Was this article helpful?
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents