mojira.dev
MC-123813

Team colors no longer show in json results

See title, using

/tellraw @a {"selector":"@a"}

will not color the names according to color anymore.

Linked issues

Comments 7

Relates to MC-123778. Have you tried reloading the world?

Can confirm even after reloading the world.

Forget that, it's still inconsistent with coloring the name, it seems.

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

Will it show the team color when there are multiple players online?

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

user-f2760

Nathan Adams

Confirmed

team-color, text-component

Minecraft 18w01a, Minecraft 18w02a

Minecraft 18w19a

Retrieved