#Skript On Click Of Player Head
1 messages · Page 1 of 1 (latest)
not all of them. there are some great updated ones on the SkBee wiki, which you can use to check the nbt of the item in question. https://www.github.com/ShaneBeee/SkBee/wiki
well it would be a placed block, would i still be able too?
yep. blocks like skulls have nbt, stored in the item and block itself
clicked block
i wanna make sure its a specific head not just a player head in general
See here /\
on right click on player head:
set {_nbt} to nbt compound of event-block
if {_nbt} contains "insertYourNBTtagHere":
#code
This should be everything you'd need
try clicked block