/say
op 2Text/say sends plain text to everyone, wrapped in square brackets with the sender’s name. Selectors inside the message are expanded, so /say @a lists the online players.
Command1 to fix
4
- Message is required.
Press C to copy
Message is required.
Examples
- Announce
/say Server restarting in 5 minutes
Common questions about /say
›How do I broadcast without the [Name] prefix?
Use /tellraw @a with a text component. It sends exactly what you write, with no prefix and full formatting.
›Can a command block use /say?
Yes, and the prefix shows the command block's name rather than a player's — which is why naming a command block in an anvil before placing it is worth doing.