File Details
EliteHolograms-NeoForge-1.21.1-1.0.9.jar
- R
- Apr 30, 2026
- 938.92 KB
- 2.0K
- 1.21.1
- NeoForge
File Name
EliteHolograms-NeoForge-1.21.1-1.0.9.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
NeoForge 1.21.1 - 1.0.9 - 2025-04-29
Fixed
- Reload command wiping all holograms - the
/eh reloadcommand 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 letsload()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

