Team colors no longer show in json results
See title, using
/tellraw @a {"selector":"@a"}
will not color the names according to color anymore.
Created Issue:
Team colors no longer show in json results
See title, using /tellraw @a
{"selector":"@a"}will not color the names according to color anymore.
See title, using
{"selector":"@a"}/tellraw @awill not color the names according to color anymore.
See title, using
/tellraw @a {"selector":"@a"}will not color the names according to color anymore.
relates to
is duplicated by
is duplicated by
Fixed in 18w11a or earlier.
relates to
Doesn't only affect the hover effect, all components except plain text seems to be affected:
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
Seems related to MC-123813
Doesn't only affect team color, all components except plain text seems to be affected:
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
Seems related to MC-123813
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