Backup your current config and messages files and allow the plugin to generate the updated versions of them, as they have a few new fields.
The plugin file is large due to the addition of the SQLite library.
Bug Fixes
- Fixed certain issues with guest players not being forced into authlobby.
- Fixed type error where reset_noreg and reset_success messages (from messages.yml) shows the wrong player name.
- Fixed issue where setting Guest Session Length to 0 previously would not disable the feature
Added Features
- Added SQLite support for those who want to use a file based system instead of MySQL.
- Added three new commands /register force, /login force, and /logout force with permissions.
- Added feature where if a player tries to login too many times, the /logout command get disabled for them for a period of time, set in the config.yml
API Improvements
- Added a few new methods API methods
- Added Javadocs at http://api.vik1395.me/bungeeauth/1.4/index.html
- Set up maven repository at http://repo.vik1395.me/
For more info on added features, check out README.md.