when i finished it i thought i succeeded and was done but when i reloaded the skript it showed an error about not knowing the Else: effect or condition.Fix? this is the skript
on left click holding a bamboo:
make player shoot a fireball at speed 2
command /firewand:
trigger:
give player 1 bamboo named "&6Fire Wand"
on block place bamboo:
cancel event
on command "/firewand" :
if player is OP:
stop
else:
cancel event
send "&cCannot run command"
on left click holding a bamboo:
make player shoot a fireball at speed 2
command /firewand:
trigger:
give player 1 bamboo named "&6Fire Wand"
on block place bamboo:
cancel event
on command "/firewand" :
if player is OP:
stop
else:
cancel event
send "&cCannot run command"