Skip to content

Commands

elitescouter edited this page Jun 2, 2026 · 3 revisions

Commands Guide

Elite Holograms uses the main command /eh (alias /eliteholograms) followed by a subcommand. Every command supports tab completion for hologram IDs and relevant parameters.

Permissions: Access is controlled by the Permissions system. Players need the matching permission node (e.g. eliteholograms.create) or Operator (OP level 2) status when no permissions mod (LuckPerms or FTB Ranks) is present.

Creating and Editing

Command Description Permission Suffix
/eh create <id> <text...> Create a hologram at your location .create
/eh createitem <id> <item> [text1|text2|...] Create a hologram with a floating item on top .create
/eh createscoreboard <id> <objective> [topCount] [interval] [theme] Create a leaderboard from a scoreboard objective .create
/eh copy <source_id> <new_id> Copy an existing hologram to a new ID .create
/eh addline <id> <text...> Add a line to the end of a hologram .edit
/eh setline <id> <line#> <text...> Replace the text on a specific line .edit
/eh insertline <id> <line#> <text...> Insert a line at a specific position .edit
/eh removeline <id> <line#> Remove a line .edit
/eh animateline <id> <line#> <seconds> <frame1|frame2|...> Animate a line through frames on a timer .edit
/eh settheme <id> <theme> Restyle an existing scoreboard hologram .create

Positioning

Command Description Permission Suffix
/eh movehere <id> Move a hologram to your current location .edit
/eh movevertical <id> <up|down> <amount> Nudge a hologram up or down (e.g. up 1.5) .edit
/eh teleport <id> Teleport to a hologram .teleport

Lighting

Command Description Permission Suffix
/eh backlight <id> <on|off|toggle> [height 1-10] Toggle a light column behind a hologram .backlight

Browsing and Management

Command Description Permission Suffix
/eh list [page] List all holograms .list
/eh near [page] List holograms near you .near
/eh info <id> Show details about a hologram .info
/eh delete <id> Delete a hologram .delete
/eh reload Reload holograms and themes from storage .admin

Arguments

  • <id>: The unique identifier for a hologram (case-insensitive).
  • <text...>: Line text. Supports legacy & color codes, MiniMessage tags, and Placeholders. See Formatting.
  • <line#>: The line number to modify, starting at 1.
  • [page]: Optional page number for /eh list and /eh near.
  • <item>: A Minecraft or modded item ID, e.g. diamond_sword or minecraft:golden_apple.
  • <objective>: A scoreboard objective name. Tab-completes from objectives registered on the server.
  • <theme>: A scoreboard theme name. Tab-completes from themes in scoreboard_themes.json. See Themes.

Examples

Create a welcome hologram:

/eh create server_welcome &bWelcome to Our Server!

Add a line with a placeholder:

/eh addline server_welcome &eEnjoy your stay, %player%!

Replace the first line:

/eh setline rules_info 1 &cServer Rules - Read Carefully!

Nudge a hologram up by 1.5 blocks:

/eh movevertical server_welcome up 1.5

Light up a hologram with a 5-block column:

/eh backlight server_welcome on 5

For dynamic data, see Placeholders. For controlling who can use commands, see Permissions.

Clone this wiki locally