ProtocolLib 2.7.3

Details

  • Filename
    ProtocolLib-2.7.3.jar
  • Uploaded by
  • Uploaded
    Oct 5, 2013
  • Size
    1,007.91 KB
  • Downloads
    70,939
  • MD5
    1b9393269a9b9404273804044de4555a

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

Bug fixes

Small fixes