📢
Beginner
/say
Send a message to everyone on the server, shown with your name.
At a glance
Syntax
Syntax
/say <message>commandtargetcoordsvaluerequiredoptional
See it
What it does
<Alex> gg<Bot> joined the game
<Steve> Hello everyone!
A message hits the chat
Anatomy
Every part, explained
- 1
CommandRequired/sayBroadcasts text to all players.
- 2
MessageRequired<message>The text everyone will see.
Your turn
Try it yourself
Playground
3 tokens · press Enter to run
Copy & paste
Examples
/say Hello everyone!Greet the whole server.
/say The event starts nowAnnounce something to all players.
/say @a is playingSelectors are expanded into names.
Avoid these
Common mistakes
✕
/say✓
/say Hello!You must include a message to send.
✕
/say "Hi there"✓
/say Hi thereNo quotes needed — type the text directly.
Keep going