See title, using
/tellraw @a {"selector":"@a"}
will not color the names according to color anymore.
Linked issues
relates to 1
Comments 7
Does this have anything to do with the following?:
summon minecraft:area_effect_cloud ~ ~ ~ {CustomName: "{\"bold\": true, \"color\": \"blue\", \"text\": \"hi\"}", Tags: ["temp"]}
tellraw @s ["", {"selector":"@e[tag=temp]"}]
say @e[tag=temp]
-> the tellraw command show plain white text
-> the say command has the right formatting
Does it have anythibg to do with: that is this issue.
multiple players: thought so, I’ll need to check.
Might be worth noting:
summon minecraft:area_effect_cloud ~ ~ ~ {CustomName: "{\"translate\": \"%s\", \"with\": [{\"bold\": true, \"color\": \"blue\", \"text\": \"hi\"}]}", Tags: ["temp"]}
tellraw @s ["", {"selector":"@e[tag=temp]"}]
eventhough it only finds 1 entity, the formatting works when it's translating text and inserting elements from the "with" list
Relates to MC-123778. Have you tried reloading the world?