What's Changed
- fix: Fix unlogin issue when connecting with same username by AlexProgrammerDE in https://github.com/4drian3d/AuthMeVelocity/pull/63
Full Changelog: https://github.com/4drian3d/AuthMeVelocity/compare/3.0.1...3.0.2
- fix: Fixed initialization error in Paper <1.18.2
Full Changelog: https://github.com/4drian3d/AuthMeVelocity/compare/3.0.0...3.0.1
What's Changed
- Version 3.0.0 by @4drian3d in https://github.com/4drian3d/AuthMeVelocity/pull/50
- refactor: Migrate to gradle
- refactor: Update to Java 17
- feat: Added support for Java 9 Modules
- refactor(api): Implement API modules
- feat: Migrate to configurate again, definitively
- feat(paper): Implement Paper Debug
- feat(velocity): Implement Velocity debug mode
- feat: Implement metrics
- fix(velocity): Implement ignoreSignedPlayer configuration
- misc(velocity): Implement Advanced config section
- feat(docs): Implement LoginByProxyEvent on Paper
- feat: Improved server connection selection
- feat: Improved PreSendLoginEvent Result
- chore: Implement Gradle Wrapper
This update brings new configuration options, API improvements for Paper and Velocity modules, performance improvements, internal refactoring, Minecraft 1.19.1 support and more. It is incompatible with the previous version, so you will have to reconfigure the plugin with the hocon(.conf) format.
The plugin is now distributed as a single file that can be installed on Paper servers version 1.13 or higher (1.12 support likely, not verified or supported) and on Velocity instances version 3.1.2 or higher.
In case you do not use Java 17 or higher, you can still use AuthMeVelocity (spigot/proxy) 2.2.3. This version will continue to be supported until the end of this year and will be updated only if a bug is found
Full Changelog: https://github.com/4drian3d/AuthMeVelocity/compare/2.2.3...3.0.0