send_minimessage

Sends one or more MiniMessage-formatted messages to the player, with optional action bar display.

Categories: chat

Required arguments

Key(s)DescriptionType
message \| messagesThe MiniMessage-formatted message(s) to send. Supports placeholders.STRING_LIST

Optional arguments

Key(s)DescriptionTypeDefault
action_barWhether to display the first message in the action bar instead of chat. Defaults to false.BOOLEANfalse

Trigger parameters required

  • PLAYER

Example

effects:
  - id: send_minimessage
    args:
      message: <value>
      action_bar: true # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue