send_title
Sends a title and subtitle to the player's screen.
Categories: chat, visual
Required arguments
| Key(s) | Description | Type |
|---|---|---|
title | The main title text to display. Supports placeholders. | STRING |
subtitle | The subtitle text to display below the title. Supports placeholders. | STRING |
Trigger parameters required
PLAYER
Example
effects:
- id: send_title
args:
title: Level Up!
subtitle: You reached level %player_level%!
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |