✉️
Utility
/msg
Send a private message only the target can see.
At a glance
Syntax
Syntax
/msg <targets> <message>commandtargetcoordsvaluerequiredoptional
See it
What it does
<Alex> gg<Bot> joined the game
Steve whispers: meet me at spawn
A private message is sent
Anatomy
Every part, explained
- 1
CommandRequired/msgSends a whisper. /tell and /w work too.
- 2
TargetsRequired<targets>Who receives it — a name or selector.
- 3
MessageRequired<message>The private text to send.
Your turn
Try it yourself
Playground
6 tokens · press Enter to run
Copy & paste
Examples
/msg Steve meet me at spawnWhisper directly to Steve.
/tell Alex on my way/tell is the same command.
/msg @a server restartingWhisper every player at once.
Avoid these
Common mistakes
✕
/msg Steve✓
/msg Steve helloYou must include a message after the target.
✕
/msg hello Steve✓
/msg Steve helloTarget comes first, then the message.
Keep going