Skip to content

1.8-pre-12

Pre-release
Pre-release
Compare
Choose a tag to compare
@retrooper retrooper released this 09 Apr 07:50

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.

IMPORTANT NOTES

Make sure you set load in your plugin.yml to POSTWORLD!!! Or just don't specify anything as its default value is POSTWORLD.
Not doing this will break late-bind support.

...
load: POSTWORLD
...

BUG FIXES

  • Late/Compatibility injector fixed. (broken since pre-10 update)
  • Finally added late-bind support, but it still might break if some other packet-based plugins are present.

CHANGES

  • WrappedPacketOutPlayerInfo now accepts arrays, we don't support lists anymore.
  • PacketEventsSettings#backupServerVersion deprecated, use PacketEventsSettings#fallbackServerVersion

OPTIMIZATIONS

  • Internal injector cleanup.

EXAMPLE USAGE

Example for packetevents-1.8-pre-12