Ilom_uk

Witch Nerfs

Oct 22nd, 2017
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #Witch Nerfs - Skripted by Ilom
  2. options:
  3. &8[&7Witch Nerfs&8]&c
  4. command /witcherfs [<text>]:
  5. usage: /witchnerfs <on:off>
  6. permission: skript.host
  7. trigger:
  8. if arg 1 is "on":
  9. set {witchfix} to true
  10. broadcast "{@P} &cWitch Nerfs &aEnabled"
  11.  
  12. if arg 1 is "off":
  13. set {witchfix} to false
  14. broadcast "{@P} &cWitch Nerfs &4Disabled"
  15.  
  16. on death of witch:
  17. if {witchfix} is true:
  18. if the attacker is poisoned:
  19. chance of 100%:
  20. drop a healing potion at the witch
  21. else:
  22. chance of 33%:
  23. drop a healing potion at the witch
Advertisement
Add Comment
Please, Sign In to add comment