You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Francisco Solis edited this page Oct 20, 2021
·
2 revisions
Captcha System - Since v2.0.X
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.
IP Security System - Since v3.12.X
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
Max Auth Time - Since v2.0.X
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.