Server Holograms
The Server Holograms mod enables the creation of server-side holograms with full formatting support and item display capabilities. The implementation operates at the packet level, ensuring compatibility with commands and other modifications.

Supported line types
Various information display options are available:
- text - Formatted text with style support
- text-long - Formatted text with extended visibility distance
- item - Display of items (static or rotating)
- entity - Display of game entities
- particle - Visualization of particles
- image - Display of images
- execute - Invisible clickable element for command execution
- space - Adds spacing between lines
The text formatting system utilizes the parser from PlaceholderAPI. Placeholders from Placeholder API are also supported.

Management commands
Command usage requires permissions: holograms.admin and holograms.main. To add commands to holograms, holograms.executable is needed.
Alternative command names: /holo or /hd instead of /holograms
Main commands:
/holograms- Shows mod version/holograms create <id>- Creates a new hologram/holograms remove <id>- Removes selected hologram/holograms teleportTo <id>- Teleports player to hologram/holograms info <id>- Displays information about hologram
Hologram modification:
/holograms modify <id> update-rate <value>- Changes update frequency (in ticks, 1 second = 20 ticks)/holograms modify <id> position [<coordinates>]- Changes hologram position/holograms modify <id> lines set <position> <line value>- Sets line/holograms modify <id> lines add <line value>- Adds line to the end/holograms modify <id> lines insert <position> <line value>- Inserts line at position/holograms modify <id> lines remove <position>- Removes line from position
For developers
Want to integrate functionality into your projects? Check out the Hologram API.