
EZ Holograms Plugin
A powerful and user friendly Minecraft plugin for creating, managing, customizing, and animating holograms in your server.
Features
- Easy to use graphical interface for hologram creation and management
- Support for multiple text lines and advanced formatting
- Item display functionality (including in animations)
- Animated hologram lines: cycle through text and/or items with configurable speed
- Word level and line level text editing
- Hologram movement and copying
- Animation management: rename/change animations via UI, with YAML sync
- Persistent storage of holograms and animations
Installation
- Download the plugin JAR file
- Place it in your server's
pluginsfolder - Restart your server
- The plugin will automatically create configuration files
Configuration
- Hologram settings are stored in
holograms.yml - Animation settings are stored in
animations.yml
Commands
Main Commands
/ezhologram(aliases:/ezh,/hologram)- Opens the main hologram management interface
- Requires permission:
ezholograms.use
/ezhologram reload(alias:/ezh reload)- Reloads the holograms configuration
- Requires permission:
ezholograms.reload - Usage:
/ezhologram reloador/ezh reload
/ezhologram debug <name>- Shows debug info for a hologram
/ezhologram recreate <name>- Recreates a hologram at its current location
Creating Holograms
- Use
/ezhologramcommand to open the UI - Click "Create Hologram" button
- In the creation menu:
- Add text lines using "Add Text"
- Create new lines with "Add New Line"
- Change text color with "Add Color"
- Display items with "Add Item"
- Add animated lines with "Add Animation"
- After completing your hologram:
- Click "Create Hologram"
- Enter a unique name for your hologram
- The hologram will appear at the center of the block you are standing on
Special Formatting Codes
Use these special codes in your hologram text or animation frames:
Text Formatting
!boldor|bold- Makes text bold!italicsor|italics- Makes text italic!underlinedor|underlined- Adds underline!glowor|glow- Adds glowing effect
Line Breaks
!nlor|nl- Creates a new line
Colors
!color.colornameor|color.colornameAvailable colors:- black, darkblue, darkgreen, darkaqua
- darkred, darkpurple, gold, gray
- darkgray, blue, green, aqua
- red, lightpurple, yellow, white
Items
!item.itemnameor|item.itemnameExample:!item.diamond_sword
Animations
!animation.animationnameor|animation.animationname- Animation frames can be any text or item line (including formatting, color, and
!item.) - Frames are cycled at the configured interval (in ticks)
- Example animation frame list:
!item.diamond !item.emerald !color.red Animated Text! !item.stick
- Animation frames can be any text or item line (including formatting, color, and
Editing Holograms
- Open the main UI with
/ezhologram - Click "Edit Hologram"
- Select the hologram to edit
- Edit options:
- Edit entire hologram text
- Word-level and line-level editing:
- Left-click to edit individual words
- Right-click to edit entire line
- Apply formatting to specific words
- Add or edit animation lines and frames
- Rename/change animations (updates YAML and all references)
- Additional options:
- Move hologram to new coordinates
- Copy hologram with new name
- Cancel editing at any time with the Cancel button
Removing Holograms
- Use
/ezhologramcommand - Click "Remove Hologram"
- Select the hologram to remove
- The hologram will be permanently deleted
Examples
Simple Welcome Hologram
Welcome to the server!
Multi-line Colored Hologram
!color.blue Welcome
!color.gold to our awesome server
!color.aqua Enjoy your stay!
Hologram with Items
!color.yellow Available Items:
!item.diamond_sword
!item.diamond_pickaxe
Animated Hologram (Text and Items)
!animation.example
Where example is an animation defined with frames like:
!item.diamond
!item.emerald
!color.red Animated Text!
!item.stick
Styled Hologram
Welcome
!bold This text is bold
!italics This text is italic
!underlined This text is underlined
!glow This text glows
Complex Hologram
!color.blue Welcome !nl
!color.green to the server !nl
you can create anything you want !item.iron_pickaxe !nl
ENJOY!
Troubleshooting
- If holograms or animations aren't showing up, check your permissions
- Make sure you have the latest version of the plugin
- If editing isn't working, try reloading the plugin
- If items in animations show as text, check your animation frame syntax
- If spacing looks wrong, make sure you are using the latest version
License
All Rights Reserved
Ченджлог
1.1.0Релиз1.21.6, 1.21.7, 1.21.8 · 13 июля 2025 г.
Changelog
New Features
- Added support for animated hologram lines (
!animation.name), with per-frame text or item display. - Animation interval (speed) is configurable per animation.
- Unified rendering logic for static and animated lines (all formatting, item, and error handling is consistent).
Fixed
- Fixed spacing between item display and text (previously the item was summoning inside text and vice-versa)
1.0.1Релиз1.21.5, 1.21.6, 1.21.7 · 20 июня 2025 г.
Changelog
verson: 1.0.1
Bug Fixes
- Fixed issue while creating hologram
- Fixed inconstant hologram save operations
- Fixed the position of item in hologram
- Fixed the size of item display
Improvements
- Enhanced hologram creation performance
- Added better validation for hologram names
- Improved memory management for large hologram collections
- Added more detailed error messages for hologram operations
- Size of item display has been reduced by 50%
New Features
- Added Debug mode for holograms
Debug Mode
Commands
/hologram debug <hologram_name>Shows detailed debug information about a hologram/hologram recreate <hologram_name>Recreates a hologram to fix positioning issues
Permissons
ezholograms.debug:
- description: Allows players to debug hologram positions and entities
- default: op
ezholograms.recreate:
- description: Allows players to recreate holograms to fix issues
- default: op
1.0.0Релиз1.21.2, 1.21.3, 1.21.4 · 15 июня 2025 г.
EZ Holograms Plugin
A powerful and user-friendly Minecraft plugin for creating, managing, and customizing holograms in your server.
Features
- Easy to use graphical interface for hologram creation and management
- Support for multiple text lines and special formatting
- Item display functionality
- Word-level text editing
- Hologram movement and copying
- Persistent storage of holograms
Installation
- Download the plugin JAR file
- Place it in your server's
pluginsfolder - Restart your server
- The plugin will automatically create configuration files
Configuration
The plugin uses hologarms.yml for configuration settings. You can modify:
- Hologram settings
Commands
Main Commands
/ezhologram(aliases:/ezh,/hologram)- Opens the main hologram management interface
- Requires permission:
ezholograms.use
/ezhologram reload(alias:/ezh reload)- Reloads the holograms configuration
- Requires permission:
ezholograms.reload - Usage:
/ezhologram reloador/ezh reload
Creating Holograms
- Use
/ezhologramcommand to open the UI - Click "Create Hologram" button
- In the creation menu:
- Add text lines using "Add Text"
- Create new lines with "Add New Line"
- Change text color with "Add Color"
- Display items with "Add Item"
- After completing your hologram:
- Click "Create Hologram"
- Enter a unique name for your hologram
- The hologram will appear at your current location
Special Formatting Codes
Use these special codes in your hologram text:
Text Formatting
!boldor|bold- Makes text bold!italicsor|italics- Makes text italic!underlinedor|underlined- Adds underline!glowor|glow- Adds glowing effect
Line Breaks
!nlor|nl- Creates a new line
Colors
!color.colornameor|color.colornameAvailable colors:- black, darkblue, darkgreen, darkaqua
- darkred, darkpurple, gold, gray
- darkgray, blue, green, aqua
- red, lightpurple, yellow, white
Items
!item.itemnameor|item.itemnameExample:!item.diamond_sword
Editing Holograms
- Open the main UI with
/ezhologram - Click "Edit Hologram"
- Select the hologram to edit
- Edit options:
- Edit entire hologram text
- Word-level editing:
- Left-click to edit individual words
- Right-click to edit entire line
- Apply formatting to specific words
- Additional options:
- Move hologram to new coordinates
- Copy hologram with new name
Removing Holograms
- Use
/ezhologramcommand - Click "Remove Hologram"
- Select the hologram to remove
- The hologram will be permanently deleted
Examples
Simple Welcome Hologram
Welcome to the server!
Multi-line Colored Hologram
!color.blue Welcome
!color.gold to our awesome server
!color.aqua Enjoy your stay!
Hologram with Items
!color.yellow Available Items:
!item.diamond_sword
!item.diamond_pickaxe
Styled Hologram
Welcome
!bold This text is bold
!italics This text is italic
!underlined This text is underlined
!glow This text glows
Complex Hologram
!color.blue Welcome !nl
!color.green to the server !nl
you can create anything you want !item.iron_pickaxe !nl
ENJOY!
Troubleshooting
- If holograms aren't showing up, check your permissions
- Make sure you have the latest version of the plugin
- If editing isn't working, try reloading the plugin
License
This plugin is licensed under the MIT License.
Комментарии
Загружаем…