2.12.2+spigot
Compatibility
Changes
PacketEvents 2.12.2 is finally out! 🎉
This patch release contains a few critical bug fixes as well as some optimizations and reworks.
Recent donors: @PebbleHost, @perlsol, @TRGReal
If you intend on donating and do not wish to be mentioned, please add such a note on your donation.
Unfortunately, the PacketEvents PayPal account is no longer active. I hope to resolve any concerns with PayPal, who has frozen funds and activity on the account. If you want to donate, please use GitHub Sponsors or the newly setup BuyMeACoffee.
Thanks to all contributors who helped make this release possible:
- @booky10
- @Beaness
- @SamB440
- @retrooper
- @LeonTG
What's Changed
- Rework logging system in PacketEvents (now more consistently used across API)
a1067f5 - Optimize SpigotReflectionUtil.generateEntityId() method
95afd3f - Fix transmission/copying of packet wrappers when dealing with multiple packet listeners for the following wrappers: WrapperLoginServerLoginSuccess, WrapperPlayServerDeclareCommands, WrapperPlayServerMapData, WrapperPlayServerPlayerRotation, WrapperPlayServerSpawnWeatherEntity
20d2bd3 - Allow for the customization of chat message length limit for legacy Minecraft versions
a1067f5 - Multiple fixes for WrapperPlayServerSoundEffect
66d768d,73603f8 - Fix incorrect swapping of pitch and yaw for WrapperPlayServerSpawnEntity on Minecraft versions lower than 1.15
0634827 - Fix injection cleanup issues on Velocity (#1489,
cb8fb8b)
View Full Changelog: v2.12.1...v2.12.2
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| packetevents-spigot-2.12.2-sources.jar | Unknown | 81.18 KiB |
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:vIMIVfSx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HYKaKraK:vIMIVfSx"
}

