2.5.0
Compatibility
Changes
New PacketEvents release here! 🎉
New update with performance improvements & bug fixes!
Brief Announcement 📢 (Some of these are still WIP⚠️)
We have our own website https://packetevents.com
Documentation: https://docs.packetevents.com
JavaDocs: https://javadocs.packetevents.com
If you want to support PacketEvents, and any upcoming events we plan for the future, consider sponsoring us on GitHub Sponsors
Contributors 🏅
This update wouldn't be possible without these contributors ❤️: @booky10, @AbhigyaKrishna, @KoutaChan, @ShadowOfHeaven , @Bram1903 , @libraryaddict, @AoElite, @rexlManu, @ManInMyVan, @KermanIsPretty, @Elikill58
What's Changed (Summary) 📚
- 1.21.1 Minecraft support
- Added 1.21 Fabric support (currently still only works on the client)
- Support for new BungeeCord changes (dropped support for legacy BungeeCord versions)
- PacketEvents commit-hash made visible in Minecraft Console
- More efficient mappings reading, and event system
- Added network synchronized registries (complete 1.21 support)
- Added WrapperPlayServerBossBar wrapper
- Various bug fixes
Full Changelog: https://github.com/retrooper/packetevents/compare/v2.4.0...v2.5.0
Maven/Gradle Dependency
Check out: https://docs.packetevents.com/getting-started
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:QLgJReg5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HYKaKraK:QLgJReg5"
}

