ProtocolLib 1.9.0

Details

  • Filename
    ProtocolLib-1.9.0.jar
  • Uploaded by
  • Uploaded
    Dec 27, 2012
  • Size
    688.34 KB
  • Downloads
    12,065
  • MD5
    66171bd7937955180a56d64f95914398

Supported Bukkit Versions

  • CB 1.4.6-R0.1

Changelog

This is a required update for CraftBukkit 1.4.6-R0.1 Beta, as Bukkit made numerous changes to parts of the internal class structure ProtocolLib uses to inject its custom code.

In addition, there's a number of small bug fixes - a fix for ticket-24 addresses an oversight causing written ItemStack arrays not being properly converted. I also updated the conversion of CraftItemStacks to net.minecraft.server.ItemStack in 1.4.6.

Finally, I've completely redone the packet cloning system. It should now work properly, regardless of packet ID (unlike the old system that couldn't handle ID 24, 51, 53 and 56), and is also approximately 2-3x faster.

New features

Compatibility

Bug fixes

Small fixes