When i type
/give @a minecraft:skull 1 3 {SkullOwner:263739}
I get a steve head when i type
/give @a minecraft:skull 1 3 {SkullOwner:SethBling}
i get sethblings head.
Comments 3
Use
/give @a minecraft:skull 1 3 {SkullOwner:"263739"}
instead of
/give @a minecraft:skull 1 3 {SkullOwner:263739}
Otherwise, the game will add SkullOwner as an integer tag.
Please do not mark unreleased versions (anything starting with "Future Version") as affected. You don't have access to them yet.