Summary
Players on a Schedule 1 server are typically banned to enforce rules, maintain a fair environment, and prevent disruptive behavior like cheating or harassment. Unbanning, often on a schedule, allows for re-evaluating past infractions, offering reformed players a second chance, or correcting mistaken bans to promote community growth. This systematic approach ensures accountability while providing pathways for reintegration based on sustained good conduct or updated server policies.
How to Ban and Unban Players in the Banlist on a Schedule 1 Server (On Start)
1. Log in to the BisectHosting Games panel.
2. Stop the server.
3. Under the Config Files tab, select Banlist.
4. Within the "bans": square brackets[]
, paste the following:{
"id": "SteamID64",
"reason": ""
}
5. Next to "id":, enter the desired SteamID64. Learn how to find SteamID64 here.
6. For multiple bans, duplicate the format from Step 4, separated by a comma.
7. Press the Save Content button.
8. Start the server.
How to Ban and Unban Players in the Banlist on a Schedule 1 Server (Running)
1. Log in to the BisectHosting Games panel.
2. Go to the Console tab.
3. Enter the desired command.
Command | Description |
players |
Lists the current players connected to the server. |
ban "name" reason |
Bans the desired player from the server. |
unban "name"/id |
Removes the desired player from the ban list. |
Note | Admins can use the same ban commands in-game using a / prefix. |