Mattheww00Redstone

Poisonous Zombies!

May 7th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Zombies that poison you depending on range:
  2.  
  3. /execute @e[type=Zombie] ~ ~ ~ effect @a[r=4] 19 1 1
  4. /execute @e[type=Zombie] ~ ~ ~ effect @a[r=3] 19 1 2
  5. /execute @e[type=Zombie] ~ ~ ~ effect @a[r=2] 19 1 3
  6. /execute @e[type=Zombie] ~ ~ ~ effect @a[r=1] 19 1 4
  7.  
  8. Put all of them in a rapid command block clock (that powers all 4)
Advertisement
Add Comment
Please, Sign In to add comment