1
Command block help with giving skulls with a custom name
So essentially what we're trying to do is get a command block to give players a skull which already has a coloured name and lore. The command I have so far which works is:
/give @p minecraft:skull 1 3 {SkullOwner:PLAYERNAME}
This gives us the skull of the player we want, and it's called "Skull of ..."
What we want is for it to have a coloured name, and a coloured lore, while still keeping the skull's appearance.
When i try to add any extra commands after this it just gives me a Steve head.
This is what I came up with but it only gives me a blank head:
/give @p minecraft:skull 1 3 {SkullOwner:PLAYERNAME} {display:{name:"Ghost","color":"Red",Lore[1/12]}}
I need to do this for around 12 different player heads, but I can't figure out a way to keep the head and rename and lore it.
Any suggestions?? Really need to make this work and dispensers are just going to be a pain!
/give @p minecraft:skull 1 3 {SkullOwner:PLAYERNAME}
This gives us the skull of the player we want, and it's called "Skull of ..."
What we want is for it to have a coloured name, and a coloured lore, while still keeping the skull's appearance.
When i try to add any extra commands after this it just gives me a Steve head.
This is what I came up with but it only gives me a blank head:
/give @p minecraft:skull 1 3 {SkullOwner:PLAYERNAME} {display:{name:"Ghost","color":"Red",Lore[1/12]}}
I need to do this for around 12 different player heads, but I can't figure out a way to keep the head and rename and lore it.
Any suggestions?? Really need to make this work and dispensers are just going to be a pain!
