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.7.jar

  • R
  • Nov 26, 2025
  • 940.55 KB
  • 2.0K
  • 1.21.1
  • NeoForge

File Name

EliteHolograms-1.21.1-1.0.7.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

Changelog 1.0.7

New Features

Command Block Support

 

  • Added /eh moveto <id> <x> <y> <z> [world] - Move holograms to specific coordinates
    • Works with command blocks
    • Optional world parameter (defaults to current world)
    • Example: /eh moveto myHolo 100 64 200
  • Added /eh createat <id> <x> <y> <z> [text] - Create holograms at specific coordinates
      • Works with command blocks
      • Optional text parameter (defaults to example text)
      • Example: /eh createat myHolo 100 64 200 Hello World

Enhanced Text Formatting

 

Added support for MiniMessage named color tags in hologram text:

  • Basic colors: <red>, <blue>, <green>, <yellow>, <gold>, <aqua>, <white>, <black>, <gray>, <dark_gray>
  • Dark variants: <dark_red>, <dark_blue>, <dark_green>, <dark_aqua>, <dark_purple>
  • Special: <light_purple>

 

Added support for formatting tags:

  • <bold> or <b> - Bold text
  • <italic> or <i> - Italic text
  • <underlined> or <u> - Underlined text
  • <strikethrough> or <st> - Strikethrough text
  • <obfuscated> or <obf> - Obfuscated/magic text
  • <reset> - Reset formatting

Example usage: /eh create test <red>Red Text</red> <bold>Bold</bold> <gradient:#FF0000:#00FF00>Gradient</gradient>

Improvements

  • Command blocks now have full access to create and move commands with coordinate parameters
  • Existing gradient and rainbow text formatting continues to work as before
  • All commands maintain backward compatibility

Applies To

  • Forge 1.19.2
  • Forge 1.20.x
  • NeoForge 1.21.x