trigger:
spawn item display at location of player with nbt compound from "{Rotation:[0F,0F],transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,1f,0f],scale:[2f,2f,2f]},item:{id:""minecraft:player_head"",Count:1b,tag:{SkullOwner:{Id:[I;1017703177,-828423556,-2114930227,2005983341],Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2VkMWFiYTczZjYzOWY0YmM0MmJkNDgxOTZjNzE1MTk3YmUyNzEyYzNiOTYyYzk3ZWJmOWU5ZWQ4ZWZhMDI1In19fQ==""}]}}}}}"``` why does this give an error it says cant understand this condition/effect
#incountered error spawning custom players head as an item display with nbts
1 messages · Page 1 of 1 (latest)
put it into multiple lines thx
https://skripthub.net/docs/?id=10631
https://skripthub.net/docs/?id=10630
add nbt compound from "{X}" to nbt compound of {_ent}
set {_ent}'s helmet to air
Skript Hub - Documentation
Represents the transformation scale of a Display Entity.
See https://minecraft.wiki/w/Display#Entity_data for more details.
Skript Hub - Documentation
Represents the transformation left/right rotation of a Display Entity.
See https://minecraft.wiki/w/Display#Entity_data for more details.
^^ you have a syntax error, but we cant read your code