so im trying to give an effect every second when holding a specific item
Edit: its the second line that doesnt work (every 1 second)
Code:
on load:
every 1 second:
loop all players:
if player's offhand tool is blaze rod named "&6Fire Rod &f/ &cLevel 1":
if loop-player doesn't have fire resistance:
apply fire resistance 1 to loop-player for 1 seconds
Edit: its the second line that doesnt work (every 1 second)