File Details
EliteHolograms-1.20.1-1.0.6.jar
- R
- Nov 25, 2025
- 800.05 KB
- 529
- 1.20.1
- Forge
File Name
EliteHolograms-1.20.1-1.0.6.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Re-Upload:
Relocated bundled Adventure API libraries to prevent conflicts with other mods
New Features
- MiniMessage Styling – All hologram text now supports Kyori MiniMessage formatting (gradients, hex colors, bold/italic, etc.) so you can build colorful displays directly via commands.
- Item Holograms –
/eh createitem <id> <item> <text|with|pipes>spawns a floating item above the caption, perfect for shop displays or highlight builds. - Animated Lines –
/eh animatelinerotates through frames per line, enabling countdowns, rotating tips, or any timed text effect.
Bug Fixes
- Item holograms survive restarts – Deferred ArmorStand creation until after the world loads and forced synchronous saves so items stop disappearing on reboot (NeoForge 1.21.1, Forge 1.20.1).
- Forge 1.20.1 serialization – Gson now records
type=item+itemId, preventing item holograms from loading as plain text. - Scoreboard duplication eliminated – Loading now clears and respawns scoreboard holograms cleanly, so objectives don’t accumulate duplicate rows after restart.
Technical Details
- Added
spawn()hooks to initialize runtime-only entities after the manager finishes loading holograms. - Marked level/line/item fields as
transientand expanded the Forge20 type adapter to handle item metadata. /eh createitemnow accepts|for multiline text and uses a 0.8 block gap so items no longer clip into captions.- Synchronous shutdown save ensures hologram data hits disk before the server stops.

