Framework | Version | Release |
---|---|---|
Exiled | ≥ 9.6.0 | ⬇️ |
LabAPI | ≥ 1.1.0 | ⬇️ |
- 🛠️ Create, edit, and delete holograms via RemoteAdmin commands.
- 🧭 Saved per-room with relative rotation/position, seed-independent.
- 🔁 Auto-loads on round start, reloadable without restart.
Important
Permission required: hd.manage
hd create [name] [text] # Create hologram at your position
hd delete [name] # Delete hologram
hd edit [name] [new text] # Edit hologram text
hd movehere [name] # Move hologram to your position
hd copy [from] [to] # Copy hologram content
hd teleport [name] # Teleport to hologram
hd list # List all holograms
hd reload # Reload all from config
📌 Example usage (click to expand)
hd create Entrance "Welcome to the facility!"
hd edit Entrance "New message"
hd delete Entrance
hd reload
hd list
You can use the following placeholders in hologram text:
📦 Placeholders (click to expand)
Placeholder | Description |
---|---|
{server_name} |
Name of the server |
{players} |
Connected players |
{max_players} |
Maximum number of players |
{server_tps} |
Current TPS (ticks/sec) |
{server_maxtps} |
Max possible TPS (usually 60) |
{round_time} |
Round duration in minutes |
{time} |
System time (HH:mm ) |
{total_escaped} |
Total escaped players |
{classd_escaped} |
Escaped Class-D players |
{scientist_escaped} |
Escaped scientists |
{players_alive} |
Alived players |
{warhead_status} |
Displayed warhead status |
{RoleTypeId} |
Number of players in role |
{Rainbow:<text>} |
Rainbowed text |
is_enabled: true
debug: false
# Enable PlaceholderAPI support (if installed).
placeholder_api: false
# Enable Server Settings GUI.
server_settings: true
# Interval for updating hologram placeholders in seconds.
placeholder_update_interval: 2
# Interval for updating hologram rotation (player-facing) in milliseconds.
rotation_update_interval: 10
# Is the animation for {Rainbow:} is to be active if false is a static color.
rainbow_animation: true
# Interval for updating hologram with Rainbow Animation in milliseconds.
rainbow_update_interval: 25
# Speed of the rainbow animation.
animation_speed: 100
# Custom rainbow palette. Comma separated hex colors (e.g. #FF0000,#00FF00,#0000FF). If empty, HSV rainbow will be used.
rainbow_palette: ''
# UTC Time Zone | 2 = UTC+2
time_zone: 2
LabAPI plugin version using: