1.8-pre-11
Pre-release
Pre-release
CHANGELOG
Please remember this is only a summary of the changes, I won't list every single change to keep this readable. I only specify the most important changes.
BUG FIXES
- All CustomPayload wrappers' getData() methods can be used outside of the netty thread, under one condition. You need to call its "retain" method while on the netty thread, and once you are done using it on your custom thread you "release" it. Or you might aswell just process the packet on the netty thread.
- Java 16+ incompatibilities fixed.
- Few plugins with custom NMS Player Connection classes should now work.(For example for NPCs)
CHANGES
- PacketListenerDynamic is deprecated, PacketListenerAbstract is the new class.
OPTIMIZATIONS
- Internal optimizations and cleanup.