Releases: Elytrium/LimboAPI
Releases · Elytrium/LimboAPI
Release list
Dev-build 920db90
fix: correct BlockEntityVersion range for MC 26.2 to fix dependency resolution (#263)
- fix: correct BlockEntityVersion range for MC 26.2 to fix dependency resolution
Fixed an issue where downstream plugins (such as LimboAuth) fail to depend on LimboAPI when running on Minecraft 26.2.
This was caused by the BlockEntityVersion range being outdated for 26.2. This PR updates the version range to ensure that dependency resolution works correctly for dependent plugins on this Minecraft version.
- fix: updated BlockEntityVersion range per review
Co-authored-by: UserNugget 47762903+UserNugget@users.noreply.github.com
Co-authored-by: UserNugget 47762903+UserNugget@users.noreply.github.com
Release 1.1.26
Release 1.1.25
- EventManagerHook is now a Listener and is not extended from EventManager. That provides greater compatibility with other plugins
- More BlockEntityVersions (fixes #157)
Release 1.1.24
- Fixed invalid biome registry ids on 1.20.5/6+
- Fixed invalid online-mode detection
- Fixed duplicated tablist entries then disconnecting from limbo
- Fixed Floodgate global link compatibility
- Improved tablist uuid rewriting
- Improved KeepAlive handling
- Minecraft 1.21 support
- Velocity b398+ support
- Updated FastPrepareAPI to 1.0.10
Release 1.1.23
- 1.20.5 support
- Velocity b379+ support
Release 1.1.22
Release 1.1.21
- More appropriate chat session race condition fix
- Send brand and ClientSettings to the backend server then using 1.20.2+ client
- Don't call onDisconnect multiple times for 1.20.2+ client
- Reimplement "KickCallback"
- Support for 1.19.3+ chat signing
- Add config option to force disable 1.19.3+ chat signing
- Discard information from previous server then joining into limbo
- Remove player from tablist then transferring to the server on 1.19.1 and lower
- Fix chat messages doesn't show on 1.19 client
- Add 1.20.3 to available versions
- Change copyright & first launch message year to 2024
- Velocity b349+ support
Release 1.1.20
Release 1.1.19
- Multiple 1.20.2+ state transition fixes
- Speedup 1.20.3+ world loading by following Vanilla behavior
- Fix LoginEvent sending a LOGIN disconnect instead of CONFIG/PLAY one
Release 1.1.18 Hotfix 2
- Velocity 3.3.0 support
- 1.20.4 support
Hotfix 1: GSON error fix
Hotfix 2: 1.20-1.20.1 mapping fix