You can edit the text of signs i.e. the color coding but not the name of an item as you issue the /give command
Comments 6
/give YOURNAME minecraft:diamond_sword 1 0 {
display:{
Name: "{text:\"TEST\",color:gold,bold:false,strikethrough:false,underlined:false,italic:false}"
}
}
also tried:
/give YOURNAME minecraft:diamond_sword 1 0 {
display:{
Name: "\"{text:\"TEST\",color:gold,bold:false,strikethrough:false,underlined:false,italic:false}"\"
}
}
and:
/give YOURNAME minecraft:diamond_sword 1 0 {
display:{
Name: "\"{text:\\\"TEST\\\",color:gold,bold:false,strikethrough:false,underlined:false,italic:false}"\"
}
}
This was never introduced in the game, for the Name tag
this is a bug tracher, and not for feature requests
This site is for bug reports only. For feature suggestions or changes please see: Minecraft Suggestions on Reddit.
Can you provide the command used?