Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /nofishingrods [<text>]:
- permission: skript.op
- aliases: /nfr
- trigger:
- if arg 1 is not set:
- message "{@P} {@IS}"
- if arg 1 is "enable":
- set {norods} to true
- broadcast "{@P} &2No Fishing Rods Enabled!"
- if arg 1 is "disable":
- set {norods} to false
- broadcast "{@P} &2No Fishing Rods Disabled!"
- on damage:
- if {norods} is true:
- if attacker is a player:
- if damage was caused by projectile:
- projectile is fishing rod:
- cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement