ProtocolLib 1.9.0
Details
-
FilenameProtocolLib-1.9.0.jar
-
Uploaded by
-
UploadedDec 27, 2012
-
Size688.34 KB
-
Downloads12,114
-
MD566171bd7937955180a56d64f95914398
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
- Added a generic cloning library to properly support deepClone().
- Crash if multiple copies of ProtocolLib are running simultaneously.