SwiftEssentials

A lightweight, server-side Fabric mod that adds essential /sethome, /home, and /spawn commands. No client installation required!

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

Fabric

modImplementation "curse.maven:swiftessentials-1591462:8337289"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

📝 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.Quaternionf error. This happened due to legacy byte ID injection into the DataTracker on 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 TextDisplayEntity first, fetches its valid world coordinates and UUID using .writeNbt(), injects the text and billboard rotation 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.