Skip to content

Custom Configuration

Sepehr Gh edited this page Apr 1, 2021 · 2 revisions

In this page, I will describe the custom configurations that you can apply to the BOT.

IP-Range & IP-Region ban

Normally when you use any of these anti-evade features, they would start to ban any clients that connect to the server with certain IP addresses. It may be a good practice to avoid banning clients from same region who already have a certain amount of playing clean on your server.

For such purpose, you can edit this configuration under custom field in settings.json. For example:

...
"custom": {
   "ipb": {
       "client-date-sensitive": true,
       "client-date-sensitive-hours": 5
   }
}
...

With such configuration, bot will avoid banning the clients that have already spent 5 hours of play time in any of your servers (its not a sum. for comparison we use the server that client has used the most). Note that you can completely turn off this feature by setting client-date-sensitive value to false.

Clone this wiki locally