Holograms

A guide on how to define holograms in yaml

circle-info

To use holograms you need DecentHologramsarrow-up-right installed.

Single-Line Hologram

hologram:
  line: This is a hologram line
  update: 0
  offset: { x: 0, y: 0, z: 0 }

Multi-Line Hologram

hologram:
  lines:
    - This is the first line
    - and this is the second line
  update: 0
  offset: { x: 0, y: 0, z: 0 }

Animated Hologram

hologram:
  frames:
    - H
    - He
    - Hel
    - Hell
    - Hello
    - Hello!
    - Hello!!
    - Hello!!
  update: 3
  offset: { x: 0, y: 0, z: 0 }

Item Hologram

Block Hologram

Multi Hologram

A multi hologram is composed of multiple holograms (single-line, multi-line, animated, etc...) Use the offset x y z to prevent overlapping and create visually appealing interfaces.

circle-info

A hologram line height is 0.25 blocks

Last updated