lp_send_custom_message
Sends a custom message over the LuckPerms messaging service.
Categories: meta, permission
Required arguments
| Key(s) | Description | Type |
|---|---|---|
channel | The channel to send the message on. Receiving servers filter on this. | STRING |
payload | The message payload, supporting placeholders. | STRING |
Example
effects:
- id: lp_send_custom_message
args:
channel: myserver:rewards
payload: %player_name% won the event
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |
| Permanent | false |