Added a new feature such that the client will attempt to reconnect to the Daemon after every interval if it gets disconnected or was unable to connect initially.
This can be configured from the config.yml file of client part.
Fixed an issue where Daemon won't start upon BungeeCord restart.
This update adds new config fields for the Client part of the plugin. PLEASE UPDATE THE CONFIG by adding this at the end!
Code (YAML):
# By enabling this setting, if there is no connection between client and daemon, # the client will automatically attempt to establish a connection in every interval. # Interval value is in seconds. # You can limit the number of attempts. # If you do not want any limit on attempts, set its value to -1. auto-reconnect:
enabled: true
interval: 60
attempts: 5