hey guys I try to place a player head with a skin and a rotation at a location.
#1: "player head"
> nothing happened
#2: "floor head"
> skeleton skull placed on the floor
#3: "floor head:3" (maybe for rotation)
> error: latter is not an item type
#4: "_mob_head_block"
> skeleton skull placed on the floor just like #2
#5: "_mob_head_block with NBT"
> The block gets replaced with air
Can someone help me pls?
#1: "player head"
code_language.skript:
set block at {_playerhead} to player head
#2: "floor head"
code_language.skript:
set block at {_playerhead} to floor head
#3: "floor head:3" (maybe for rotation)
code_language.skript:
set block at {_playerhead} to floor head:3
#4: "_mob_head_block"
code_language.skript:
set block at {_playerhead} to _mob_head_block
#5: "_mob_head_block with NBT"
code_language.skript:
set block at {_playerhead} to _mob_head_block with custom nbt "{SkullOwner:{Id:""c79c0fba-aae5-4d8a-9d01-b3e256c41dfe"",Properties:{textures:[0:{Signature:""signed"",Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWQ1ZmNkMzEyODdkNjNlNzgyNmVhNzYwYTdlZDE1NGY2ODVkZmRjN2YzNDY1NzMyYTk2ZTYxOWIyZTEzNDcifX19""}]}},SkullType:3,Rot:0}"
Can someone help me pls?