If a single entity is selected by a text component of type selector, its team colour can be overridden using the color parameter. However, if multiple entities are selected, then the entities with a team colour will ignore the color parameter.
Moreover, if multiple entities are selected then the commas between the entity names are always grey, ignoring both the color parameter and the default text colour for the given context (e.g. chat, sign, written book, etc.).
How to reproduce
/team add red/team modify red color red/summon cow ~ ~ ~ {Team:red}/summon cow ~ ~ ~ {Team:red}/tellraw @s {selector:"@n[team=red]",color:green}
✔ Cow/tellraw @s {selector:"@e[team=red]",color:green}
❌ Cow, Cow
Expected output
Cow, Cow
Linked issues
relates to 1
Comments 0
No comments.