Player
paper/send_title
Send Title
Shows a title and subtitle on a player's screen.
Note: Supports & color codes. 20 ticks = 1 second.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
exec |
exec | Incoming execution. | |
player |
player | The player. | |
title |
string | ✓ | Main title text. |
subtitle |
string | ✓ | Subtitle text. |
Outputs
| Name | Type | Description |
|---|---|---|
exec |
exec | Continues after sending. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
title |
string | "&6Welcome!" |
Title |
subtitle |
string | "&7Enjoy your stay" |
Subtitle |
fadeIn |
number | 10 |
Fade In (ticks) |
stay |
number | 70 |
Stay (ticks) |
fadeOut |
number | 20 |
Fade Out (ticks) |