Login
Login setting that will apply every first time the bot is logging into the server.
Spam Login ( Bypassing Server Overload )
This feature spam login will keep spamming login in the safe method where it will try to connect until it's limit is reached ( x8 ), if it is then it will wait for time
minutes before trying to login again.
Force Login
By default, force login is not really necessary since it will wait for your bot to get online. Thus this making the auto login process longer.
Example
login = {
spamLogin = true,
forceLogin = true,
limiter = 8,
time = 5
}
Last updated