AntiSeedCracker v3.1.1
AntiSeedCracker v3.1.1
Bug Fix
Fixed: NoClassDefFoundError: net/kyori/adventure/nbt/BinaryTag on Folia and Paper 26.1.2
PacketEvents uses adventure-nbt internally for registry synchronization (SynchronizedRegistriesHandler). The library declares it as a compile dependency but does not bundle it. Paper and Folia servers do not expose net.kyori.adventure.nbt to plugin classloaders, causing the plugin to crash on startup.
Root cause: The Maven shade configuration incorrectly excluded all net.kyori:adventure-nbt classes from the bundled jar.
Fix: All 75 net.kyori.adventure.nbt classes (including BinaryTag) are now correctly bundled. PacketEvents updated to 2.12.2 (adventure-nbt 4.26.1).
Changes
- Bundle
adventure-nbt4.26.1 in the shaded jar - Upgrade PacketEvents 2.12.0 → 2.12.2
- Plugin version bump 3.1.0 → 3.1.1
Requirements
- Java 25+
- Paper / Purpur / Folia / Spigot 26.1.2+