Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Options:
- prefix: &7[&91.9 Arrows&7]&r
- N: &3&l%command sender%
- command /opnarrows <text>:
- permission: skript.op
- trigger:
- if arg 1 is equal to "enable":
- if {opnarrows} is true:
- message "{@prefix} Already Enabled!"
- else:
- set {opnarrows} to true
- broadcast "{@prefix} Enabled by {@N}"
- else if arg 1 is equal to "disable":
- if {opnarrows} is false:
- broadcast "{@prefix} Already Disabled!"
- else:
- set {opnarrows} to false
- broadcast "{@prefix} Disabled by {@N}"
- else if arg 1 is equal to "toggle":
- if {opnarrows} is false:
- set {opnarrows} to true
- broadcast "{@prefix} Enabled by {@N}"
- else:
- set {opnarrows} to false
- broadcast "{@prefix} Disabled by {@N}"
- on damage of player:
- {opnarrows} is true
- projectile exists
- projectile is an arrow
- chance of 5%:
- apply speed 1 to victim for 10 seconds
- chance of 5%:
- apply strength 1 to victim for 10 seconds
- chance of 5%:
- apply poison 1 to victim for 5 seconds
- chance of 5%:
- apply nausea 1 to victim for 5 seconds
- chance of 5%:
- apply weakness 1 to victim for 10 seconds
- chance of 5%:
- apply slowness 1 to victim for 5 seconds
- chance of 5%:
- apply jump boost 1 to victim for 10 seconds
- chance of 5%:
- apply resistance 1 to victim for 5 seconds
- chance of 5%:
- apply invisibility 1 to victim for 10 seconds
- chance of 5%:
- apply blindness 1 to victim for 5 seconds
- chance of 5%:
- apply hunger 1 to victim for 10 seconds
- chance of 5%:
- apply wither 1 to victim for 5 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement