Elite Holograms

Elite Holograms - floating, fully customizable text for your server or single-player world. Create, edit, and style multi-line holograms, item displays, animated lines, scoreboard leaderboards, and glowing backlights. Forge & NeoForge ready.

File Details

EliteHolograms-NeoForge-1.21.1-1.0.9.jar

  • R
  • Apr 30, 2026
  • 938.92 KB
  • 9.4K
  • 1.21.1
  • NeoForge

File Name

EliteHolograms-NeoForge-1.21.1-1.0.9.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

NeoForge 1.21.1 - 1.0.9 - 2025-04-29

Fixed

  • Reload command wiping all holograms - the /eh reload command called an async save then immediately cleared the hologram map. The async save would run after the map was already empty, writing 0 holograms to disk and permanently deleting them. Reload now uses a synchronous save and lets load() handle the clear internally
  • Placeholders never updating - server placeholders like %players%, %tps%, %uptime%, and player-specific placeholders like %player% were only resolved once when a hologram was created or a player first saw it. Static hologram lines now refresh placeholders every second for all nearby players
  • Excessive config save spam from scoreboard holograms - scoreboard holograms (e.g. TimePlayed) triggered a full config save to disk every time their display updated. For tick-based objectives where scores change constantly, this caused saves every few seconds. Scoreboard display updates now rebuild lines without triggering a save, since the scoreboard config is persisted separately