I've been trying to get this to work for multiple hours now but i just dont understand how i can make it work
This is the Skript :
on damage of player:
if attacker is a player:
if attacker's tool is a stick:
if name of attacker's tool is "&4&lContraband Checker":
loop all items in the inventory of victim:
if lore of loop-item contains "&4&lCONTRABAND":
apply glowing to victim for 10 seconds
and this is the part that doesn't work :
loop all items in the inventory of victim:
if lore of loop-item contains "&4&lCONTRABAND":
This is the Skript :
on damage of player:
if attacker is a player:
if attacker's tool is a stick:
if name of attacker's tool is "&4&lContraband Checker":
loop all items in the inventory of victim:
if lore of loop-item contains "&4&lCONTRABAND":
apply glowing to victim for 10 seconds
and this is the part that doesn't work :
loop all items in the inventory of victim:
if lore of loop-item contains "&4&lCONTRABAND":