send_title

Sends a title and subtitle to the player's screen.

Categories: chat, visual

Required arguments

Key(s)DescriptionType
titleThe main title text to display. Supports placeholders.STRING
subtitleThe 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

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue