Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- p: &8[&5Cripple&8]&7
- command /cripple <text>:
- description: Scenario : Cripple
- usage: /cripple <enable:disable>
- permission: scenario.cripple
- trigger:
- if arg 1 is "enable":
- set {cripple} to true
- broadcast "{@p} Cripple has been &aEnabled!"
- if arg 1 is "disable":
- delete {cripple}
- broadcast "{@p} Cripple has been &cDisabled!"
- on damage:
- if {cripple} is true:
- damage was caused by fall:
- apply slowness to victim for 30 seconds
Advertisement
Add Comment
Please, Sign In to add comment