AutoReconnect
AutoReconnect copied to clipboard
[Feature Request] Avoid reconnecting conditions
a way to add conditions to avoid reconnecting.
For example, let's say that you are afk-ing on a farm, but suddenly the farm started to lag the server (without you knowing or because you haven't been afk before that long), so some staff kicks you out, but then you would reconnect again, therefore the staff decides to ban you so you won't reconnect.
In this case you could add a Conditions
feature to select what types of disconnecting message you got will trigger to autorecconect to the server...
The easier way I can think of to do it would be to add a text input to add some text that the disconnected message should match, like: if ( text contains input ) then { trigger }
.
The more elaborate would be adding a selection of the most common disconnected options (looking up all the possible error messages or scenarios) and select from it, I believe this is more elaborate because you would need to add some options and, if a new message is added to the game, update the options to choose from.
in the end this would either trigger as a blacklist or whitelist.