Hello,
Since 1.14 I noticed that there are 2 colors missing in the chat:
Brown and Magenta.
I know this is a thing on signs, but with tellraw I cant get brown colored text in the chat.
The command I used in the command block:
tellraw @p {"text":"Test","color":"brown"}
If I change "brown" to something like "red", it works fine.
But I really miss magenta and brown in the chat.
Comments 2
Brown and magenta text colors don't work in 1.13.2 either, so this is not a regression; this is a feature request. This website is only for bugs. If you want to, you can up-vote the post on the feedback site that requests more text colors.
Also, in 20w17a the ability to specify colors using hexadecimal values was added. Using "brown" or "magenta" in the tellraw command still won't work, but you can manually specify these colors using hexadecimal.
Brown
/tellraw @p {"text":"Test","color":"#8B4513"}
Magenta
/tellraw @p {"text":"Test","color":"#FF00FF"}
If you want different shades of brown or magenta, you can adjust the hexadecimal values.
They could be deemed as hard to read in chat