promotional bannermobile promotional banner

Elite Holograms

Elite Holograms is a lightweight yet powerful Minecraft Forge mod that allows server administrators and players to create, manage, and customize floating text displays (holograms) in the game world.

File Details

EliteHolograms-1.19.2-1.0.5.jar

  • R
  • Nov 25, 2025
  • 797.04 KB
  • 20
  • 1.19.2
  • Forge

File Name

EliteHolograms-1.19.2-1.0.5.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:elite-holograms-1245528:7260064")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 animateline rotates 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 transient and expanded the Forge20 type adapter to handle item metadata.
  • /eh createitem now 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.