-
-
Notifications
You must be signed in to change notification settings - Fork 2
Anti Bot System
The captcha system is simple, you just need to properly setup your AuthSettings.yml
in the Anti-Bots section. For more information about the settings click here.
If a user tells you that they got blocked because their ip changed you don't have to worry, in order to update their ip address you must run the command sauth updateuser <Username> ip <New IP>
. And when the user is kicked by default the plugin provides their new IP Address. You may implement any kind of verification system to verify their IP Address. You just need to make sure to update their IP address if is valid in order to let them play.
To disable the setting modify your AuthSettings.yml
file and set to false
the section AntiBots.BlockIPChanges
This can be configured in AuthSettings.yml
, this allows you to limit the authentication time. If the user exceeds the time they will be kicked from the server. For more information about the settings click here.