File Details
serveressentials-1.1.7.jar
- R
- Jun 28, 2026
- 21.74 KB
- 5
- 1.20.6+5
- Fabric
File Name
serveressentials-1.1.7.jar
Supported Versions
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
Curse Maven Snippet
📝 Changelog - v1.1.7
🐛 Bug Fixes
- Fixed Netty Network Crash (ClassCastException): Resolved a critical issue where players were instantly kicked from the server with a
ClassCastException: class java.lang.Byte cannot be cast to class org.joml.Quaternionferror. This happened due to legacy byte ID injection into theDataTrackeron Minecraft 1.20.1, which broke the entity packet structure. - Fixed Ghost/Invisible Holograms: Fixed a bug where updating text via a clean NBT compound accidentally reset the entity's position, causing holograms (and their hitboxes) to teleport to world origin
(0, 0, 0).
🛠️ Technical Changes & Optimizations
- Safe NBT Serialization Matrix: Rewrote the hologram rendering pipeline. The plugin now spawns the
TextDisplayEntityfirst, fetches its valid world coordinates and UUID using.writeNbt(), injects the text andbillboardrotation tags, and safely applies it back via.readNbt(). - Fabric Yarn 1.20.1 Compatibility: Cleaned up code by removing hardcoded mappings and restricted private methods (like
setText), ensuring the mod compiles perfectly on standard toolchains.