PacketEvents 2.9.5 is out now! 🎉
This update includes critical bug fixes & minor additions to the API.
Brief Announcement 📢⚠️
We have our very own website: https://packetevents.com
Documentation: https://docs.packetevents.com
JavaDocs: https://javadocs.packetevents.com
What's Changed (Summary)
- Injector bug fix (for Spigot)
- WolfVariant issue fixed
- Chunk Data error fixed
- NBT tag issues fixed
- Direction Y/Z axis being swapped fixed
- Added WrappedBlockState to constructor of WrapperPlayServerBlockChange
View Full Changelog: https://github.com/retrooper/packetevents/compare/v2.9.4...v2.9.5
If you want to support PacketEvents, consider sponsoring us on GitHub Sponsors
Maven/Gradle Dependency
Check out: https://docs.packetevents.com/getting-started
PacketEvents 2.9.4 is out now! 🎉
This update includes minor bug fixes & minor additions to the API.
Brief Announcement 📢⚠️
We have our very own website: https://packetevents.com
Documentation: https://docs.packetevents.com
JavaDocs: https://javadocs.packetevents.com
What's Changed (Summary)
- Added SpigotConversionUtil#getEntityMetadata to retrieve metadata from a Bukkit entity.
- Fixed outdated 1.8 Spigot forks from being unable to load on PacketEvents.
- Fixed WrapperPlayServerWorldBorder for versions lower than 1.12.
View Full Changelog: https://github.com/retrooper/packetevents/compare/v2.9.3...v2.9.4
If you want to support PacketEvents, consider sponsoring us on GitHub Sponsors
Maven/Gradle Dependency
Check out: https://docs.packetevents.com/getting-started
PacketEvents 2.9.3 is out now! 🎉
This is an update that adds support for Minecraft 1.21.8 server builds.
Brief Announcement 📢⚠️
We have our very own website: https://packetevents.com
Documentation: https://docs.packetevents.com
JavaDocs: https://javadocs.packetevents.com
What's Changed (Summary)
- Added support for 1.21.8 Minecraft server builds.
View Full Changelog: https://github.com/retrooper/packetevents/compare/v2.9.2...v2.9.3
If you want to support PacketEvents, consider sponsoring us on GitHub Sponsors
Maven/Gradle Dependency
Check out: https://docs.packetevents.com/getting-started
PacketEvents 2.9.2 is out now! 🎉
This is a patch update that fixes issues with UserLoginEvent (which previously contained null user data) and with importing Adventure serializers.
Brief Announcement 📢⚠️
We have our very own website: https://packetevents.com
Documentation: https://docs.packetevents.com
JavaDocs: https://javadocs.packetevents.com
What's Changed (Summary)
- Added support for 1.7.2+ Minecraft protocol (useful for proxies)
- Fixed UserLoginEvent. It is now (always) triggered by PlayerJoinEvent to prevent User instances from containing null data.
- Fixed importing Adventure serializers.
View Full Changelog: https://github.com/retrooper/packetevents/compare/v2.9.1...v2.9.2