Holograms

Holograms render as TextDisplay entities above the head. Lines support the full MiniMessage format.

holograms:
  enable: true
  offsetY: 1.2
  refresh_interval: 20        # Refresh every second; useful for PlaceholderAPI values
  lines:
    - "<bold><gold>VIP Stage"
    - "<gray>Right-click to warp"

Set refresh_interval: 0 for static text that never refreshes (best performance). Use any positive tick value when lines contain placeholders that change over time.

Last updated