- Check if a player was kicked from the login server due to an unsupported client version; which would normally transfer them to the next server in the try block in velocity.toml, and instead kick them from the proxy
- Check if the login server is online, and disconnect any players if it isn't.
Major changes: GitHub Release
- Changed config file format from YAML to TOML. Plugin will migrate automatically.
- Added an update checker to check for new versions of the plugin.
- Moved config stuff into its own file.
- Added commands to see the config, reload the config, or toggle the plugin on or off, from the console or as a player with the command
/loginpassword
, the permission node isloginpassword.admin
. - Added config key to enable or disable the plugins functionality. Use the commands to do it in-game/from the console
- Added a welcome message for when players join the login server, with the config key
welcomeMessage
. - In the config comments there is a situation presented where you could use this plugin to restrict access to a another server with a password, however the config key did not work properly. It does now.