AutoRelog: Allow any kick message

Set ignorekickmessage=true in config
See issues #880 #921
This commit is contained in:
ORelio 2020-04-02 18:19:37 +02:00
parent dbe02c063c
commit c5b0f447c9
5 changed files with 41 additions and 15 deletions

View file

@ -192,6 +192,7 @@ A kick message "Connection has been lost." is generated by the console itself wh
A kick message "Login failed." is generated the same way when it failed to login to the server.
A kick message "Failed to ping this IP." is generated when it failed to ping the server.
You can use them for reconnecting when connection is lost or the login failed.
If you want to always reconnect, set ignorekickmessage=true in MinecraftClient.ini. Use at own risk!
Using the Script Scheduler
------