Command: message - teakivy/teaks-tweaks GitHub Wiki
/message
is a togglable command for the Quick Commands pack. It is only enabled if packs.quick-commands.reply
is set to true
in config.yml
.
This command will only be active when it's parent pack is enabled.
/message <player> <message>
This is a player-only command.
- Used to send a message to another player. Emulates Minecraft's default
/message
command.
"quick_commands.message.command_description": "Send a private message to a player.",
"quick_commands.message.whisper_to_you": "<gray><italic><player> whispers to you: <message>",
"quick_commands.message.whisper_to_player": "<gray><italic>You whisper to <player>: <message>",
- Default -
Send a private message to a player.
- Default -
<gray><italic><player> whispers to you: <message>
- Placeholders
-
player
- The player sending the message. -
message
- The message.
-
- Default -
<gray><italic>You whisper to <player>: <message>
- Placeholders
-
player
- The player recieving the message. -
message
- The message.
-