Say Command Generator

Broadcast a chat message to everyone on the server, prefixed with the sender name

The message appears in everyone's chat, prefixed with the command runner's name in square brackets.

How to use the Say generator

  1. Choose the edition and version that match your game.
  2. Type the message you want to announce.
  3. Copy the command and run it in Minecraft, or place it in a command block.

If you want to send a message to just one person, use the Msg command instead, and if you want colored or multi-part text, use the Tellraw command

Worked examples

The examples below come out of the same generator as the form above, so the commands and explanations always match what the tool produces. Copy one and adjust it from there

1. Announce a message to everyone

It appears in everyone’s chat prefixed with the sender — good for announcements from a command block

/say เกมจะเริ่มในอีก 10 วินาที

What it does Will broadcast the message "เกมจะเริ่มในอีก 10 วินาที" in chat for everyone to see, prefixed with the command runner's name in the format [Name] message.

2. Announce the result of a round

If the message needs colour, use /tellraw instead — /say has no formatting

/say ทีมแดงชนะรอบนี้

What it does Will broadcast the message "ทีมแดงชนะรอบนี้" in chat for everyone to see, prefixed with the command runner's name in the format [Name] message.

3. A short message for testing

A popular way to check whether a command block fired at all, since the result is immediate

/say ทำงานแล้ว

What it does Will broadcast the message "ทำงานแล้ว" in chat for everyone to see, prefixed with the command runner's name in the format [Name] message.

How this command differs by edition and version

This is the first example above, run through every edition and version this tool supports. Versions that produce the same result share a row

Every version this tool supports produces the same result, so a command you copy works without version-specific edits

Java Edition 1.21.5 and up Java Edition 1.20.5 - 1.21.4 Java Edition 1.13 - 1.20.4 (legacy NBT) Bedrock Edition (stable)
/say เกมจะเริ่มในอีก 10 วินาที

Before you use these