Skip to content

Releases: Elytrium/LimboAPI

Dev-build 920db90

Dev-build 920db90 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jun 16:08
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

Choose a tag to compare

@UserNugget UserNugget released this 03 Sep 07:20
  • Velocity b426+ support
  • Fixed compatibility issue with Velocity-CTD
  • Use LambdaMetafactory instead of classic reflection whenever possible by @breitwan in #160

Release 1.1.25

Choose a tag to compare

@hevav hevav released this 14 Jul 16:29
  • 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

Choose a tag to compare

@UserNugget UserNugget released this 19 Jun 11:47
  • 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

Choose a tag to compare

@UserNugget UserNugget released this 24 Apr 10:40
  • 1.20.5 support
  • Velocity b379+ support

Release 1.1.22

Choose a tag to compare

@UserNugget UserNugget released this 21 Feb 13:00
  • Velocity b360+ support

Release 1.1.21

Choose a tag to compare

@UserNugget UserNugget released this 12 Feb 04:18
759581c
  • 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

Choose a tag to compare

@UserNugget UserNugget released this 23 Jan 02:56
  • Velocity b329+ support

Release 1.1.19

Choose a tag to compare

@hevav hevav released this 14 Jan 00:38
  • 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

Choose a tag to compare

@hevav hevav released this 25 Dec 21:48
  • Velocity 3.3.0 support
  • 1.20.4 support

Hotfix 1: GSON error fix
Hotfix 2: 1.20-1.20.1 mapping fix