Advertisement
Guest User

zmbkit

a guest
Apr 20th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. on damage:
  2. size of {zombie.%player%} is 1 to %attacker%:
  3. execute console command "effect %player% minecraft:slowness 2 10"
  4. execute console command "effect %player% minecraft:strength -1 5"
  5. execute console command "effect %player% minecraft:blindness 1 1"
  6.  
  7. command /zmbkit set <player>:
  8. permission: skript.zombie.kit
  9. trigger:
  10. set {zombie.%player%} to 1 of arg-1
  11.  
  12. command /zmbkit remove <player>:
  13. permission: skript.zombie.kit
  14. trigger:
  15. set {zombie.%player%} to 0 of arg-2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement