Skip to content

Releases: dmulloy2/ProtocolLib

ProtocolLib v5.2.0

07 Apr 16:45
e1255ed
Compare
Choose a tag to compare

Big thank you to my sponsors @aternosorg @pebblehost @Fanfaryy @SimplyVanilla and @GomorrhaDev. If ProtocolLib is an important part of your server, consider supporting the project at https://github.com/sponsors/dmulloy2

Changelog

Full Changelog: 5.1.0...5.2.0

ProtocolLib v5.1.0

05 Aug 16:37
26b0601
Compare
Choose a tag to compare

Thank you to my sponsors @aternosorg @CJCrafter @pebblehost and @GomorrhaDev for their support! Help support the project at https://github.com/sponsors/dmulloy2, it really means a lot :)

What's Changed

Full Changelog: 5.0.0...5.1.0

ProtocolLib v5.0.0

16 Apr 16:36
16f4870
Compare
Choose a tag to compare
  • Performance improvements in channel injection (#1524)
  • Updates for 1.19-1.19.4
  • Added support for bundled packets in 1.19.4 (#2258)
  • Support Mojang mapped servers (#1816)
  • Use MethodHandles for reflection to improve performance (#1561)
  • Support Java 20
  • Added modifiers
  • Various other performance improvements and bug fixes

Many thanks to @derklaro @lukalt @kennytv @libraryaddict @Aseeef @armagidon-exception @Jpx3 @l3nnartt @DiscowZombie @Elioby @officialLennox @opl- @caoli5288 @RodneyMKay @Etrayed @Snoiiiii @games647 @portlek and @Photon-GitHub for their contributions to this release

ProtocolLib v4.8.0

04 Mar 21:39
41bb4ba
Compare
Choose a tag to compare

First, a big shoutout to @derklaro for many of the fixes and updates in this release! Make sure to send some love (and donations) his way. This will likely be the last release in the 4.x series as a large rewrite of the injection code and some impressive performance gains are incoming.

Changes

  • Support for 1.17-1.18.x
  • Add long jump pose
  • Fix entity tracker
  • Remove stray debug stak
  • Fix NPE with PlayerInfoData
  • Fix player protocol version
  • Fix a memory leak
  • Improve auto wrapper

And, as always, thank you to my generous sponsors who support the project!

ProtocolLib v4.7.0

09 Jul 21:11
95a8849
Compare
Choose a tag to compare

First, a big shoutout to my sponsors for supporting the update to 1.17: @hawkfalcon @PaulBGD @Yive @TheCrealm @aternosorg @GiansCode @Photon-GitHub @Intriguing-RC @Andarius68 and @Koen11. I really appreciate y'all. You can support the project with a monthly or one-time contribution on GitHub sponsors.

Changelog

  • Support for Java 16
  • Support for Minecraft 1.17.x
  • Metrics improvements
  • Fix performance issue with list converter
  • Add converter for Paper's adventure API
  • Add modifier for internal classes via internal structure
  • Only set chat packet UUID if not already set
  • Support for unix domain sockets in paper
  • Properly translate MotD to components for new RGB colors

ProtocolLib v4.6.0

15 Feb 19:09
ab0faab
Compare
Choose a tag to compare

Huge thank you to my GitHub sponsors @PaulBGD and @Yive. Sponsorships and donations are greatly appreciated and help keep me motivated.

Additions

  • Support for 1.16.x
  • Support for Java 15 (#1025)
  • Serialization to/from byte arrays (#875)

Improvements

  • Cache perm gen bean to improve performance (#876)
  • Removed legacy code and dependencies
  • Better support for MCP packet names (#862)

Bug Fixes

  • Skip non-vanilla packets (#959)
  • Fix issue with Chat Extensions
  • Various other bug fixes

As always, report any issues you encounter on GitHub Issues

ProtocolLib v4.5.1

04 Jun 01:26
9a65ddb
Compare
Choose a tag to compare

If ProtocolLib has made your life easier, please consider donating. It really means a lot!

Additions

  • 1.15.2 support
  • Support for CatServer/Magma

Bug Fixes

  • Fix error with legacy block data (#809)
  • Fix an incompatibility with CraftBukkit
  • Fix direction and dimension enums in 1.15.2

Improvements

  • Use the new Spigot updater
  • More useful metrics
  • Only fetch AttributeModifier$Operation if viable (#773)
  • Be more specific in which sendPacket method we choose (PaperMC/Paper#3282)
  • Cache PacketType#hashCode (#818)
  • Improve WrappedDataWatcher hasIndex performance (#850)

This release has no known bugs. Report any you find on GitHub

ProtocolLib v4.5.0

24 Dec 20:01
e2f949c
Compare
Choose a tag to compare

Merry Christmas, everyone! My gift to y'all is a new release:

Additions

  • MC 1.14.x and 1.15.x support
  • VillagerData wrapper, long array NBT type, new packets

Bug Fixes

  • Fixed entity tracking issues with Citizens and Holographic Displays
  • Fixed block data deep clone
  • Fixed error filtering reports
  • Fixed linkage error on enable
  • Fixed statistic wrapper error

Improvements

  • Improved legacy packet name compatibility
  • Reduced exception wrapping with ViaVersion

If ProtocolLib has made your life easier, please consider donating. It really means a lot!

ProtocolLib v4.4.0

22 Sep 16:28
Compare
Choose a tag to compare

Additions
• API method to check for temporary players
• 1.12.x and 1.13.x support
• Ability to clone NBT tags, as well as new 1.13.x classes
• Support for Java optionals and 1.13.x particles

Bug Fixes
• Fixed an issue with the component array converter
• Fixed an issue reloading (still not recommended)
• Fixed an issue with 1.8.0 support
• Fixed an issue with the Bukkit updater, treat Paper as "Spigot"
• Fixed an issue where the byte buffer in a WirePacket was not released

Improvements
• Java 9/10 support (still not recommended due to reflection performance)
• Reworked internal conversion and cloning logic to be cleaner and more efficient
• Replaced MCstats (RIP) with bStats
• More consistent packet metadata API
• Handle AIR item stacks properly
• Use real players wherever possible instead of temporary players

Note to developers: This will be the last release of the ProtocolLib-API module. Lots of people have been having issues with the plugin failing to load, and the best solution I see is to recombine the modules. Resuming with 4.5.0, use ProtocolLib as a whole as your dependency.

ProtocolLib v4.3.0

14 Jun 18:40
Compare
Choose a tag to compare

Additions

  • Added support for 1.12
  • Added new ChatType enum

Improvements

  • Updated to Java 8
  • Restored getProtocolVersion functionality

Bug Fixes

  • Fixed issues with packet type deprecation
  • Fixed a typo that broke 1.8.0 compatibility
  • Fixed an issue with another fork