Changelog
• PacketEvents.getAPI().getPlayerUtils().getClientVersion(Player) always ClientVersion.INVALID fix
• A lot more ServerVersion enum constants added
• BukkitMoveEvent deprecated and will most likely be removed
• Performance issues with PacketEvents causing players to have high ping FIXED(just make sure you have async injection setting on) - Thanks to
@LIWKK for reporting and helping out a bit
• PacketEvents FULLY documented, good for the JavaDoc
• PacketEvents license and copyright notice added in each file, when distributing closed source versions of your products, make sure you don’t obfuscate my files
• Accessing server version failure fixed
• PacketEvents.start(Plugin) deprecated, use PacketEvents.init(Plugin)
• PacketType.Server packet IDs are now final(constant), you can now use them in switch statements -
@undersquire
• PacketEvents API Guide is in the process of a rewrite, almost finished