Minecraft – How does one put player skulls into a Shulker box

minecraft-commandsminecraft-java-edition

How does one put player skulls into a shucker box here is what I have got:

/give @p chest 1 0 {BlockEntityTag:{Items:[{Slot:0,id:skull,tag:{SkullOwner:"MHF_Enderman”},Count:64}]}}
/give @p skull 1 3 {SkullOwner:"MHF_Enderman"}

Best Answer

You're forgetting Damage:3s to indicate it's a player skull.

/give @p minecraft:black_shulker_box 1 0 {BlockEntityTag:{Items:[{Slot:0b,id:"minecraft:skull",Damage:3s,Count:64b,tag:{SkullOwner:"MHF_Enderman"}}]}}