-
Notifications
You must be signed in to change notification settings - Fork 0
Custom Configuration
In this page, I will describe the custom configurations that you can apply to the BOT.
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.
RZUB | RepZ Ultimate Bot | wiki | 2021
- Home
- Features
- Setup and Run:
- Plugins *
- Custom Configuration
- Commands
- Modules (switchables)