Update conf settings section

master
shivajiva101 2019-12-15 20:12:59 +00:00 committed by GitHub
parent 9a10f0c25c
commit 39971babf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 4 deletions

View File

@ -228,13 +228,21 @@ Please note that if you delete or adjust the setting, after restarting the serve
created while the setting was active will not change and will retain their original
expiry date.
#### sban.accounts_per_ip
#### sban.accounts_per_id
Restricts accounts a player can make from an ip address.
Restricts how many accounts an id can have.
sban.accounts_per_ip = 5
sban.accounts_per_id = 5
Please note this is optional and without the setting the player accounts are unrestricted.
Please note this setting is optional and the default behaviour is unrestricted.
### sban.ip_limit
Restricts how many ip addresses an id can have.
sban.ip_limit = 10
Please note this setting is optional and the default behaviour is unrestricted.
#### sban.import_enabled