You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Example will be posted shortly
This discussion was created from the release 1.8-pre-13.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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.
BUG FIXES
NEW FEATURES
OPTIMIZATIONS
CHANGES
EXAMPLE USAGE
Example will be posted shortly
This discussion was created from the release 1.8-pre-13.
Beta Was this translation helpful? Give feedback.
All reactions