When using the command
/give @p 300 1 0 {display:[{color:#191919}]}
It instantly crashes the game. This happen with any color number, with or without the #
Crash Report - http://pastebin.com/AVVb0Gns
When using the command
/give @p 300 1 0 {display:[{color:#191919}]}
It instantly crashes the game. This happen with any color number, with or without the #
Crash Report - http://pastebin.com/AVVb0Gns
Two things:
1. The crash is caused by the fact that display is a COMPOUND tag, not a LIST tag (replace the brackets with braces).
2. That is not the format for colors. You want
color:25600
.