When testing this command,:
/title @p title {text:"Test",color:"brown"}
it doesn't show the color of the text like its supposed to.
What I expected to happen was for the text to show up in the color of brown, purple, etc.
What actually happened was that after the command was entered, the text didn't show the proper color.
Steps To Reproduce:
1. Create a command like these examples, either with a command block, or the chat box:
/title @p title {text:"Test",color:"brown"}
/title @p title {text:"Test",color:"pink"}
2. Activate the command.
Linked issues
Attachments
Comments 2
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
Upon further testing, purple won't show up either.