Player
paper/player_message
Send Message
Sends a chat message to a player or command sender. Supports & color codes.
Note: If the message input is not connected, the property value is used. Supports legacy & color codes (e.g. &6Gold, &cRed).
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
exec |
exec | Incoming execution. | |
target |
sender | Player or CommandSender to message. | |
message |
string | ✓ | Message text (& color codes supported). |
Outputs
| Name | Type | Description |
|---|---|---|
exec |
exec | Continues after sending. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
message |
string | "Hello {player}!" |
Default Message |