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