Advertisement
F4R3LB3ST

tsunami command

Aug 20th, 2016
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Paste in Inpulse
  2. /summon ArmorStand ~-35 ~-0.5 ~ {Invisible:1,NoGravity:1}
  3.  
  4. Paste in Repeat, no conditional, and always active
  5. /execute @e[type=ArmorStand] ~ ~ ~ /tp @e[type=ArmorStand] ~ ~ ~0.1
  6.  
  7. Paste in Chain, conditional, and always active
  8. /execute @e[type=ArmorStand] ~ ~ ~ /fill ~20 ~10 ~ ~-20 ~10 ~ water
  9. /execute @e[type=ArmorStand] ~ ~ ~ /fill ~20 ~10 ~-1 ~-20 ~1 ~-1 air
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement