Hi all, I have been experiencing some trouble trying to prevent an armor stand being placed based on a permission granted to a player. here is the code:
code_language.skript:
on place of 416:
player has permission "magicspells.cast.vampireconsume":
cancel event
message "&cvampires may not place this block."
stop