All commands
✉️
Utility

/msg

Send a private message only the target can see.

Try in Simulator

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.

Keep going

Related commands