Skip to content

Releases: LabyMod/labymod4-server-api

v1.0.5

07 Oct 10:42
Compare
Choose a tag to compare

What's Changed

  • Fixed not being able to send packets registered with the direction BOTH

Full Changelog: 1.0.4...1.0.5

v1.0.4

05 Sep 08:21
3088e29
Compare
Choose a tag to compare

What's Changed

  • Added Minestom Server Implementation by @nateweisz in #5
  • Added spigot api-version back to fix warning in console by @RappyTV in #6

New Contributor

Full Changelog: 1.0.3...1.0.4

v1.0.3

02 Sep 07:53
Compare
Choose a tag to compare

What's Changed

  • Avoid using System.out.println by @RappyTV in #3
  • Removed API-Version in Bukkit plugin.yml #4

New Contributor

Full Changelog: 1.0.2...1.0.3

v1.0.2

25 Jul 12:40
Compare
Choose a tag to compare

What's Changed

  • Added AddonDisablePacket (client-bound)
  • Added AddonStateChangedPacket (server-bound)
  • Added InstalledAddonsRequestPacket (client-bound)
  • Added InstalledAddonsResponsePacket (server-bound)
  • Added LabyModInstalledAddonsUpdateEvent
  • Added LabyModPlayer#installedAddons
  • Added LabyModPlayer#requestInstalledAddons
  • Added LabyModPlayer#disableAddons
  • Added LabyModPlayer#revertDisabledAddons

NOTE: The new packets are only available for LabyMod players on v4.2.33

Full Changelog: 1.0.1...1.0.2

v1.0.1

15 Jul 08:29
Compare
Choose a tag to compare

This release downgrades the project to Java 8 and fixes an issue with addon protocols in Minecraft 1.8 & 1.12.

Full Changelog: 1.0.0...1.0.1

v1.0.0

03 Jul 14:36
Compare
Choose a tag to compare

This is the initial public release of the LabyMod 4 Server API

This release added all base protocol features & the core implementation.
The server implementations for Bukkit, BungeeCord & Velocity were also added

For help, check out the LabyMod Developer Portal or join our Discord Server for Developers.

Full Changelog: https://github.com/LabyMod/labymod4-server-api/commits/1.0.0