-
Bug
-
Resolution: Awaiting Response
-
None
-
1.16 Release Candidate 1, 1.16, 21w03a
-
Confirmed
-
Commands, Rendering
-
Normal
An entity's name isn't colored in its team's color in the chat if the entity selector does not use the team= argument. This did not happen in 1.15.2.
To reproduce
/team add testTeam
/team modify testTeam color red
/team join testTeam @s
/tellraw @a {"selector":"@e[team=testTeam]","color":"green"}
→ Your user name appears in red
/tellraw @a {"selector":"@a","color":"green"}
→ Your user name appears in green
- testing discovered
-
MC-190761 Pets are added to their owner's team as well when using /team join
- Open