Bans
Local bans
All your local bans, which means the bans given on your server will be saved in resource rac -> banData -> bans.json.
In case you want to unban someone there are more ways to remove him from the anticheat ban list:
Unban from in game menu
To unban a specific player from anticheat ban list, you can use in game menu Unban player from Bans options (Recommended)
To unban all players from anticheat ban list, you can use in game menu Unban all from Self options, in the right side of the in game menu
Unban from server console
To unban a specific player from anticheat ban list, you can type in server console racunban <Id>. Check Commands section for more information about racunban <Id> command
To unban all players from anticheat ban list, you can type in server console racunban all. Check Commands section for more information about racunbanall command
Unban from bans.json file (Use this methods only in case you know what are you doing because you have to keep the json format without errors)
Delete the ban from bans.json for the player you want to unban
Delete all bans and keep only the brackets from initial file
In case you cause errors because of json format from bans.json the connection to server will not work anymore (it will show rac: Deferring connection..), so players cannot connect anymore and errors on server console. It is recommended to use an extension on your editing software or run a compiler to check the error in case you have this issue.
In case you delete the entire file without having the brackets from initial file the connection to server will not work anymore (it will show rac: Deferring connection..) and errors on server console, so players cannot connect anymore. To fix the issue, add the brackets as in the initial file was or replace the bans.json with the initial one.
This is how bans.json file looks without any ban:
or
Last updated