Details
Supported Bukkit Versions
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.