Appearance
Action Send Message
Sends a chat message to player(s).
Inputs: 1 · Outputs: Then
Settings
| Setting | Type | Required | Default | Description |
|---|---|---|---|---|
| Modern Message (1.16.5+) | Multiline | Yes | — | Text for 1.16.5+ clients with gradient/hex color support. |
| Legacy Message (<1.16.5) | Multiline | No | — | Text for older clients (1.8.9–1.16.4) with basic color codes only. |
| Send To | Select | Yes | Triggering Player | Recipients: Triggering Player, All Players, Specific Player, or Players with Permission. |
| Username | String | Yes (if Specific) | — | Username of the specific player. Visible when Send To = Specific Player. |
| Permission | String | Yes (if Permission) | — | Permission node to filter recipients. Visible when Send To = Players with Permission. |
Color Codes
The modern message field supports MiniMessage/hex colors and gradients. The legacy field uses traditional & color codes (&6 for gold, &c for red, etc.).
Example
Send a welcome message to the triggering player:
- Modern Message:
<gradient:#FFD700:#FFA500>Welcome to the server, %player%!</gradient> - Legacy Message:
&6Welcome to the server, %player%!
