Moin, why is the player's head not placed on the armor stand with the following commands?
/ loot replace block -61 86 -430 container.0 kill @p
/ data modify entity @e [tag = test, limit = 1, type = minecraft: armor_stand, sort = nearest] ArmorItems [3] .tag.SkullOwner set from block ~ ~ 1 ~ -1 Items [{Slot: 0b}] .tag.SkullOwner
The upper one is the command to replace a block with another block. You can only place blocks with it
And with the second you have to write your player name after "Skullowner"
Well, I actually replace the 0 slot from the container that is at the coordinate
Got the method from a thejocraft. Take a look: at 12:50. The whole thing works with him
Oh, read me out
How do I get this to work?
Did you enter the commands in the chat?
No, via command block