1.8-pre-13
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.
IMPORTANT NOTES
Make sure you set load in your plugin.yml to POSTWORLD!
Setting load to STARTUP will cause users with late-bind enabled to run into issues.
...
load: POSTWORLD
...
BUG FIXES
- NPC despawning.
NEW FEATURES
- WrappedPacketOutEntityEffect created.
- WrappedPacketOutRemoveEntityEffect created.
- WrappedPacketInArmAnimation created.
OPTIMIZATIONS
- Packet Type system optimized.
CHANGES
- All wrapper getters/setters that used to throw UnsupportedOperationExceptions when they were accessed on server versions they weren't supported on now return an Optional. It should be much clearer for developers using the PacketEvents API when a field is NOT supported on all server versions.
EXAMPLE USAGE
None available