The "brown" color not works at /title
What I expected to happen was...:
The "Brown" color affect the title
What actually happened was...:
The brown color are transformed into white color
Steps to Reproduce:
1:Put /title @p title {text:" Test",color:brown} at a command block
2:Trigger the command block
3:See that is White,not Brown
Linked issues
is duplicated by 2
Comments 8
A strange bug if you don't use quotation marks.
TRY THIS EXAMPLE:
/title @p title {text:"Test",color:"brown"}
There is no pink or brown.
It's white, black, yellow, gold, aqua, dark_aqua, blue, dark_blue, light_purple, dark_purple, red, dark_red, green, dark_green, gray, dark_gray
Compare http://minecraft.gamepedia.com/Tellraw#Raw_JSON_Text
The word of the color has to be in quotation marks.
EXAMPLE:
/title @p title {text:"Test",color:"brown"}