PerfectHolograms

The most advanced hologram plugin for Hytale servers. Rich text with hex colors, gradients, bold/italic/underline, 8 fonts, image support, dynamic placeholders, and a full interactive GUI editor.

Version2.0.1
PlatformHytale Server Plugin
Java21+
DependenciesNone
LanguagesEN, FR, ES, DE, IT, PT

Buy on BuiltByBit

Installation

  1. Drop PerfectHolograms-1.3.jar in mods/
  2. Start the server
  3. Use /ph create myhologram or /ph menu

Rich Text Formatting

Holograms support rich text markup for stunning visuals:

SyntaxEffect
<#FF6B00>text</>Hex color
<gradient:#FF0000,#0000FF>text</>Color gradient
<rainbow>text</rainbow>Rainbow effect
<b>text</b>Bold
<i>text</i>Italic
<u>text</u>Underline

Fonts (8)

Image Support

  1. Place a PNG file in the images/ folder inside the plugin data
  2. Use /ph addimage <name> <file.png> [width]
  3. Restart the server for assets to load

Images render as pixel art using colored block characters. Scale is adjustable independently from text.

Dynamic Placeholders

Auto-updated every 30 seconds:

PlaceholderValue
{online}Players in world
{time}Server time (HH:mm)
{date}Server date (yyyy-MM-dd)
{world}World name

Commands

CommandDescription
/ph create <name>Create hologram at your position
/ph delete <name>Delete hologram
/ph addline <name> <text>Add a line
/ph setline <name> <#> <text>Replace a line
/ph removeline <name> <#>Remove a line
/ph clearlines <name>Clear all lines
/ph move <name> <x> <y> <z>Move to coordinates
/ph movehere <name>Move to your position
/ph adjust <name> <dx> <dy> <dz>Adjust by offset
/ph spacing <name> <value>Set line spacing
/ph addimage <name> <file> [width]Add image
/ph copy <src> <new>Duplicate hologram
/ph near [radius]List nearby holograms
/ph listList all holograms
/ph info <name>Show details
/ph menuOpen GUI editor
/ph reloadReload from disk

Interactive GUI Editor

Open with /ph menu. The GUI provides:

FAQ

Image not showing?

Images require a server restart after placing the PNG in the images/ folder. The asset pack is generated at boot.

How many characters per hologram?

Each character is an individual ECS entity. Very long holograms (100+ characters) may impact performance.