Skip to content

1.8-pre-6

Pre-release
Pre-release
Compare
Choose a tag to compare
@retrooper retrooper released this 27 Feb 22:47

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

  • You now need to soft-depend ProtocolLib, ViaVersion and ProtocolSupport in your plugin(if you are shading PacketEvents)
  • You are recommended to make your plugin load at server STARTUP, not POSTWORLD.
    Example plugin.yml

BUG FIXES

  • ProtocolSupport incompatibilities fixed
  • Other minor bug fixes

NEW FEATURES

  • WrappedPacketOutBlockChange now supports org.bukkit.Material instead of illogical Block IDs.
  • WrappedPacketInBoatMove created by @Tecnio
  • WrappedPacketInDifficultyChange created by @Tecnio
  • WrappedPacketInDifficultyLock created by @Tecnio
  • WrappedPacketOutOpenWindowHorse created by @Tecnio , finished by me
  • WrappedPacketOutUnloadChunk created by @Tecnio , finished by me

OPTIMIZATIONS

  • Code cleanup

CHANGES

  • PacketListenerDynamic#onPacketHandshakeReceiveEvent renamed to PacketListenerDynamic#onPacketHandshakeReceive

EXAMPLE USAGE

Example for packetevents-1.8-pre-6