Skip to content

1.8-pre-8

Pre-release
Pre-release
Compare
Choose a tag to compare
@retrooper retrooper released this 06 Mar 12:38

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 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
name: plugin-name
version: 1.0.0
main: package.MainClass
load: STARTUP
author: username
softdepend:
  - ProtocolLib
  - ProtocolSupport
  - ViaVersion

BUG FIXES

  • All PacketType IDs are now final, you can use them in switch statements again!

EXAMPLE USAGE

Example for packetevents-1.8-pre-8