Elite Holograms is a lightweight Minecraft mod for creating, managing, and customizing floating text (holograms) right from in-game commands. Perfect for server info, leaderboards, waypoints, shops, live stats, rules, and decorative text.
Works in single-player worlds, modpacks, and on multiplayer servers. It runs server-side, so on a server your players join with a vanilla client and still see everything. No external placeholder API, no fuss. Just drop it in and start building.
Inspired by Advanced Holograms. Supports Forge (1.19.2, 1.20.1) and NeoForge (1.21.1, 26.1).
For full setup and command details, see the Wiki.

/eh backlight <id> <on|off|toggle> [height 1-10] raises a column of full-bright minecraft:light blocks behind a hologram so it stays readable at night. Backlights follow the hologram when it moves, persist across restarts, and never overwrite player builds (only air and water cells are lit).default, ocean, blood, mono, gold, and rainbow, all editable in config/eliteholograms/scoreboard_themes.json. Add your own to match your server brand./eh settheme <id> <theme> - re-skin an existing scoreboard instantly, no need to recreate it. Both arguments tab-complete.<objective> argument now suggests every objective registered on the server, and [theme] suggests available theme names./eh reload refreshes scoreboard themes from disk without a server restart.& codes work too)./eh createitem spawns a floating item above the caption, ideal for shops and showcases./eh movevertical./eh near lists holograms around you.| Command | Description |
|---|---|
/eh create <id> <text...> |
Create a hologram at your location |
/eh createitem <id> <item> <text|line|line> |
Create a hologram with a floating item on top |
/eh createscoreboard <id> <objective> [topCount] [interval] [theme] |
Create a leaderboard from a scoreboard objective |
/eh settheme <id> <theme> |
Restyle an existing scoreboard hologram |
/eh addline | setline | insertline | removeline ... |
Manage individual lines |
/eh animateline <id> <line#> <interval> <frame1|frame2|...> |
Animate a line on a timer |
/eh backlight <id> <on|off|toggle> [height 1-10] |
Toggle a light column behind a hologram |
/eh movehere <id> |
Move a hologram to you |
/eh movevertical <id> <up|down> <amount> |
Nudge a hologram up or down (e.g. up 1.5) |
/eh teleport <id> |
Teleport to a hologram |
/eh list / /eh near [page] / /eh info <id> |
Browse and inspect holograms |
/eh delete <id> / /eh reload |
Remove a hologram or reload from storage |
No external API needed. Placeholders update in real time, including per-viewer player values.
Server-wide: %players%, %maxplayers%, %tps%, %uptime%, %memory%, %server_time%
Player-specific: %player%, %player_rank%, %player_health%, %player_level%, %player_world%, %player_coords%, %player_gamemode%
Example:
/eh create welcome <gradient:#00FFA3:#00B7FF>Welcome %player%!</gradient>
/eh addline welcome &7Your rank: &e%player_rank%
/eh addline welcome &7Online: &a%players%&7/&a%maxplayers% TPS: &a%tps%
Elite Holograms auto-detects LuckPerms and FTB Ranks, and falls back to OP level 2 when neither is present. Console and command blocks always have full access.
Granular nodes let you hand out exactly what you want without making anyone an operator:
eliteholograms.create, eliteholograms.delete, eliteholograms.edit, eliteholograms.list, eliteholograms.info, eliteholograms.near, eliteholograms.teleport, eliteholograms.backlight, eliteholograms.admin
See the Permissions Guide for group setups and examples.
mods folder - your single-player instance, modpack, or server all work the same way./eh to get started.
Built for Forge 1.19.2 / 1.20.1 and NeoForge 1.21.1 / 26.1.