create_hologram

Creates a temporary hologram at the trigger location.

Categories: visual

Required arguments

Key(s)DescriptionType
textThe lines of text to show on the hologram. Supports placeholders.STRING_LIST
durationHow long to show the hologram, in ticks. Supports expressions.EXPRESSION

Trigger parameters required

  • LOCATION

Example

effects:
  - id: create_hologram
    args:
      text: 
        - "&6%player%"
        - "&7Level %level%"
      duration: 20 * %level%

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue