mojira.dev
MC-78147

JSON-Texts not functional in tag "Name" of an Item

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

Can you provide the command used?

/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}"\"
}
}

Custom names are just strings; they don't support json formatting.

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.

Exopandora

(Unassigned)

Unconfirmed

Minecraft 1.8.3

Retrieved