Minecraft player head on armorstand?

Na
8

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

Hu

The upper one is the command to replace a block with another block. You can only place blocks with it

Hu

And with the second you have to write your player name after "Skullowner"

Na

Well, I actually replace the 0 slot from the container that is at the coordinate

Na

Got the method from a thejocraft. Take a look: at 12:50. The whole thing works with him

Hu

Oh, read me out

Na

How do I get this to work?

Hu

Did you enter the commands in the chat?

Na

No, via command block