Links
Tags
Creators
Details
2.13.0+fabric
Compatibility
Changes
PacketEvents 2.13.0 is finally out! 🎉
This minor release includes mainly support for Minecraft 26.2, but also includes a few smaller fixes and improvements.
Recent donors: @PebbleHost
If you intend on donating and do not wish to be mentioned, please add such a note on your donation.
Announcement 📢
Visit our website: https://packetevents.com/
Documentation: https://docs.packetevents.com/
Javadoc: https://javadocs.packetevents.com/
Thanks to all contributors who helped make this release possible:
- @booky10
- @Jan1k1
- @linsaftw
- @rafi67000
- @retrooper
- @Rothes
- @TheFaser
What's Changed
- Improve chunk reading performance (#1526)
- Add PluginMessage Common Wrapper (#1523)
- Fix custom world clock use in dimension types (
7c4dd0b) - Add support for 26.2 (#1529,
471a9e2,b1bbbae) - Update Gradle, Gradle plugins and actions (#1533, #1534)
- Fix nullability annotations for ProtcolManager/PlayerManager (#1535)
- Ignore udp listeners during injection (#1537)
View Full Changelog: v2.12.2...v2.13.0
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:HYKaKraK:cxiKbD4K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HYKaKraK:cxiKbD4K"
}

