All commands
โœ‰๏ธ
UtilityJava โœ“Bedrock โœ“

/msg

Send a private message only the target can see.

Overview

What is the /msg command?

The /msg command (also /tell or /w) sends a private message to one or more players that only they can see. It's the command behind server whispers and direct messages.

Because it accepts target selectors, you can DM the nearest player, a random player, or everyone matching a condition without exposing the message in public chat.

When to use it: Use /msg to whisper privately to a player, give discreet hints in a map, or DM from a command block.

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. 1
    /msgCommandRequired

    Sends a whisper. /tell and /w work too.

  2. 2
    <targets>TargetsRequired

    Who receives it - a name or selector.

  3. 3
    <message>MessageRequired

    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 spawn

Whisper directly to Steve.

/tell Alex on my way

/tell is the same command.

/msg @a server restarting

Whisper every player at once.

Avoid these

Common mistakes

โœ•/msg Steve
โœ“/msg Steve hello

You must include a message after the target.

โœ•/msg hello Steve
โœ“/msg Steve hello

Target comes first, then the message.

Good to know

Frequently asked questions

How do you private message in Minecraft?
Type /msg <player> <message>, e.g. /msg Steve meet me at spawn. Only that player sees it.
What's the difference between /msg, /tell and /w?
They are aliases โ€” all three do exactly the same thing, so use whichever you find easiest to remember.
Can you reply to a whisper quickly?
Many servers add a /r (reply) command, but in vanilla you message back with /msg <player> directly.

Keep going

Related commands