ProtocolLib 2.7.3
Details
-
FilenameProtocolLib-2.7.3.jar
-
Uploaded by
-
UploadedOct 5, 2013
-
Size1,007.91 KB
-
Downloads71,076
-
MD51b9393269a9b9404273804044de4555a
Supported Bukkit Versions
- 1.6.4
- 1.5.2
- 1.2.5
Changelog
Build: #139
There's a couple of new things worth upgrading in this update - first, there's a number of bug fixes mainly addressed at Spigot, such as a server-crash during reloading (ticket 127), a PlayerLoggedOutException (ticket 131) and support for snapshot protocol versions. But I've also added some very needed volatile keywords, where multiple threads were reading and updating the same variable. That should make the infamous "Unknown origin" error message less likely.
In addition, I've also added a way to measure the time taken by each packet listener:
Features
- Add the ability to track the amount of time spent by each plugin.
- Intercept packets sent during the handling of PlayerLoginEvent.
Bug fixes
- Relax expected Minecraft version format. Partially fixes ticket 124
- Cleanup proxy packet injector in Spigot too. FIXES 127
- Experimental: Correct a possible race condition with Spigot.
- These fields will be updated and read from different threads. Use volatile.