create_hologram
Creates a temporary hologram at the trigger location.
Categories: visual
Required arguments
| Key(s) | Description | Type |
|---|---|---|
text | The lines of text to show on the hologram. Supports placeholders. | STRING_LIST |
duration | How 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
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |