ProtocolLib 1.3.0

Details

  • Filename
    ProtocolLib_1.3.0.zip
  • Uploaded by
  • Uploaded
    Oct 5, 2012
  • Size
    464.03 KB
  • Downloads
    1,074
  • MD5
    67a7e5bf081da5fc01e469b59bf0010d

Supported Bukkit Versions

  • CB 1.3.2-R1.0

Changelog

Compatibility:

  • Adding support for Spout and Orebfuscator by dynamically hooking NetServerHandler with a proxy.

Changes to the API

  • Added the ability to use multiple worker threads per listener. The threads can be managed manually, or automatically.

Performance

  • Speed up the proxy object by using a NoOp filter.

Bug fixes

  • Fixed receiveClientPacket invoking the sent packet listeners instead of the received packet listeners.
  • Prevent method #3 from creating unneeded proxy objects.
  • Gracefully handle plugins that try to register a map chunk listener when the hook method doesn't support it.
  • Ignore offline players when sending overdue packets.