Hologram

Example

# Hologram's position
Location: world~0,83,24

# (Optional) Options
Options:
  # Default line spacing
  Line-Spacing: 0.25
  # View distance
  View-Distance: 10
  # View condition (Kether)
  View-Condition: 'perm *trhologram.access'
  # Condition evaluation period
  Refresh-Condition: 20

# Hologram Components
Contents:
  - 'Hello &3Tr&bHologram'
  - '{item=head:%player_name%}'
  - ''
  - '&7Date: &f%server_time_HH:mm:ss%{update:20}'
  - '&7Name: &a%player_name%'

# (Optional) Interact
Actions:
  Left: 'tell color *"&3Hello, you left-clicked this hologram!"'
  Shift_Left:
    - 'tell color *"&7What''s up?"'
  Right: [ '' ]
  Shift_Right: [ '' ]

Last updated