watch 28:07
Minecraft Interactive Experience
Do you like this video?
Play Sound
This feature is exclusive to Java Edition.
teammsg
Aliases |
|
---|---|
Permission level required |
0 |
Restrictions |
None |
Sends message to all players in the team of the entity who runs the command.
Contents
Syntax[]
teammsg <message>
tm <message>
Arguments[]
<message>
: message
- Specifies the message to send to team.
- Must be a plain text. Can include spaces as well as target selectors. The game replaces entity selectors in the message with the list of selected entities' names, which is formatted as "name1 and name2" for two entities, or "name1, name2, ... and namen" for n entities.
Result[]
Command | Trigger | Java Edition |
---|---|---|
any | the arguments are not specified correctly | Unparseable |
<target> fails to resolve to an entity (named player must be online) | Failed | |
the executor is not an entity | ||
the executor is not in any team | ||
On success | Send message to only player(s) in the same team. |
Output[]
Command | Edition | Situation | Success Count | /execute store success ... | /execute store result ... |
---|---|---|---|---|---|
any | Java Edition | On fail | 0 | 0 | 0 |
On success | 1 | 1 | the number of players in the same team |
History[]
Java Edition | |||||
---|---|---|---|---|---|
1.14 | 19w02a | Added /teammsg and /tm . |