
Velocity Limbo Handler
Плагин для Velocity, который управляет очередью и временным миром (лимбо) при переподключении. Не даёт игрокам вылететь с сервера, если бэкенд упал, и сообщает им позицию в очереди.
Список изменений
v1.8.0
This release focuses on authentication improvements, internal structure, and developer experience. It also lays groundwork for safer iteration going forward.
What’s Changed
-
Deprecated
auth-timeoutThe legacyauth-timeoutoption is now deprecated. It remains available for compatibility but should be considered end-of-life. Plan migrations accordingly. PR: #48 -
Added NLogin authentication support Introduces first-class support for NLogin, expanding authentication options and improving interoperability. PR: #54 Contributor: @ArturoAtomplay
-
Improved developer experience with JSDoc Core components are now documented with JSDoc, making the codebase easier to navigate and safer to extend. PR: #57
-
Added unit tests for core components Core logic is now covered by unit tests, increasing confidence in refactors and reducing regression risk. PR: #59
-
Refactor: modularized codebase and extracted core logic The internal structure has been cleaned up. Core logic is now more modular, easier to reason about, and simpler to test. This is not cosmetic, it materially improves maintainability. PR: #58
New Contributors
- @ArturoAtomplay made their first contribution with the NLogin authentication implementation. PR: #54
Full Changelog
https://github.com/AkselGlyholt/velocity-limbo-handler/compare/v1.7.0...v1.8.0
