2.12.1+bungeecord
Compatibility
Changes
PacketEvents 2.12.1 is finally out! š
This patch release includes mainly bugfixes related to Minecraft 26.1, but also includes a few smaller features.
Recent donors: PebbleHost, JustUsBuilds, matsu1213
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 which helped make this release possible:
- @Beaness
- @booky10
- @ieatglu3
- @ManInMyVan
- @rafi67000
- @retrooper
- @roggy666
- @vadim-soude
- @Vrganj
- @ytnoos
What's Changed
- Fix minor issues related to 26.1 (#1483,
f2974ec) - Add WrapperPlayServerChunkBiomes (#1383)
- Mark 26.1.2 as fully supported (
4d1938b) - Track chunk section fluid count (#1477)
- Add support for adventure v5 (
bbeec89...c1163ee)
View Full Changelog: v2.12.0...v2.12.1
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| packetevents-bungeecord-2.12.1-sources.jar | Unknown | 19.3 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:ZV5qlkv1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HYKaKraK:ZV5qlkv1"
}

