2
Need a Command for Potion Effect on Custom Heads
I'm making a Prop Hunt-style map where hiders blend in with the environment using custom heads, and I need a command that puts the Invisibility Effect on all players wearing any custom head. I tried just googling it, but everything I saw had a specific custom head in the command, and I need it to apply to all custom heads. Can anyone please help?
2
effect give @a[nbt={Inventory:[{Slot:103b,id:"minecraft:player_head"}]}] minecraft:invisibility 1 1
this gives everyone with a playerhead on their head invisibility
Only custom heads is not possible, at least i dont know how but since they are player heads this could be what your looking for ^^
this gives everyone with a playerhead on their head invisibility
Only custom heads is not possible, at least i dont know how but since they are player heads this could be what your looking for ^^
Thank you so much! I'll be sure to try this.
