Blacklist

Local blacklist

All your blacklist bans, which means the blacklist given on your server will be saved in resource rac -> banData -> blacklist.json

The blacklist can be used in case you want to unban all players, except some players which can be added in the blacklist, so you can unban the others and keep the blacklisted players banned

In case you want to blacklist someone there are more ways to move him from the anticheat ban list to the anticheat blacklist:

a. Blacklist from in game menu

To blacklist a specific player from anticheat ban list, you can use in game menu bans page and use Move to blacklist button from player bans options (Recommended)

b. Blacklist from server console

To blacklist a specific player from server console, you can type in server console racmovetoblacklist <id>. Check Commands section for more information about racmovetoblacklist <id> command

c. Blacklist from blacklist.json file (Use this method only in case you know what are you doing because you have to keep the json format without errors)

To move a specific player from anticheat bans.json file to anticheat blacklist.json file, you have to move the entire content of the specific player you want to blacklist and keep the json format

In case you want to unblacklist someone there are more ways to remove him from the anticheat blacklist:

a. Unblacklist from in game menu

  1. To unblacklist a specific player from anticheat blacklist, you can use in game menu Unblacklist player from Blacklist options (Recommended)

  2. To unblacklist all players from anticheat blacklist, you can use in game menu Unblacklist all from Self options, in the left side of the in game menu

b. Unblacklist from server console

  1. To unblacklist a specific player from anticheat blacklist, you can type in server console racunblacklist <id>. Check Commands section for more information about racunblacklist <id> command

  2. To unblacklist all players from anticheat blacklist, you can type in server console racunblacklistall. Check Commands section for more information about racunblacklistall command

c. Unblacklist from blacklist.json file (Use this method only in case you know what are you doing because you have to keep the json format without errors)

  1. Delete the blacklist from blacklist.json for the player you want to unblacklist

  2. Delete all blacklists and keep only the brackets from initial file

This is how blacklist.json file looks without any ban:

or

Last updated