Summary
Kicking or banning players in a Wreckfest 2 server is essential for maintaining fair play and an enjoyable experience for everyone. Disruptive behavior, such as intentional ramming in non-contact races or excessive trolling, can ruin the game for others. Enforcing rules ensures a competitive and fun environment while keeping cheaters and toxic players out.
How to Kick Players on a Wreckfest 2 Server
1. Join the game as admin. Learn how to admin here.
2. From the lobby, select the desired player and choose Kick.
How to Ban Players on a Wreckfest 2 Server
1. Log in to the BisectHosting Games panel.
2. Stop the server.
3. Go to the Files tab.
4. Choose the Save folder.
5. Open the server_privilege.sprv file.
6. Copy the following format:{
"bbmeta": "sban v0 n1",
"banned id": SteamID64,
"last moderator id": 0,
"unban time point": 18446744073709552000,
"times banned": 1
}
7. Next to "bans", paste the format from Step 6 within the square brackets. Replace SteamID64 with the desired player's SteamID64.
8. To add multiple bans, add a comma after the previous format and copy the following format:{
"banned id": SteamID64,
"last moderator id": 0,
"unban time point": 18446744073709552000,
"times banned": 1
}
9. Paste the format from Step 8 for subsequent bans after a comma. The line "bbmeta": "sban v0 n1"
is only used for the initial ban.
10. Press the Save Content button.
11. Start the server.
12. Players' SteamID64s in the ban list are now banned from the server.