Hi, so I'm teleporting an invisible armour stand with a head to an invisible tamed parrot (so it looks like a floating head) The problem is it needs to be tamed but whenever it lands on my shoulder the armour stand stop teleporting to it until I jump to remove the parrot. Is there anyway I can either stop it landing on my shoulder or teleport it to my shoulder when the parrot lands? Thanks!
2
To detect a parrot on your shoulder:
/execute as @a[nbt={ShoulderEntityLeft:"nbt",ShoulderEntityRight:"nbt"}]
try to do /data get entity @s ShoulderEntityLeft/ShoulderEntityRight first before you fill in the "nbt" part
/execute as @a[nbt={ShoulderEntityLeft:"nbt",ShoulderEntityRight:"nbt"}]
try to do /data get entity @s ShoulderEntityLeft/ShoulderEntityRight first before you fill in the "nbt" part
Thankyou!
