diff options
Diffstat (limited to 'website/src/docs/features/direct-message.md')
| -rw-r--r-- | website/src/docs/features/direct-message.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/website/src/docs/features/direct-message.md b/website/src/docs/features/direct-message.md index 6aa9f42..07f6cdb 100644 --- a/website/src/docs/features/direct-message.md +++ b/website/src/docs/features/direct-message.md @@ -30,6 +30,18 @@ Replies to the last player who sent you a message. If there is no such player, t To use quick reply, `features.quickReplies.enabled` must be `true` (default) in `config.yml`. +## Cross-Server Direct Messages <Badge type="tip" text="v1.3.0~" /> + +> [!NOTE] +> +> To use this feature, set `features.velocityIntegration.crossServerDirectMessage` to `true` in `config.yml`. + +To message a player on another server, specify the player argument as `playerName@serverName`. + +``` +/tell <player>@<server> <message> +``` + ## Notification Settings Players can individually control the sound notification when receiving direct messages. |
