Advertisement
lNockl

Tetando skript

Sep 27th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. command /test:
  2. trigger:
  3. spawn an armor stand at {loc}
  4. set {_s} to spawned entity
  5. set gravity of {_s} to false
  6. set show arms of {_s} to true
  7. set is visible of {_s} to false
  8. set helmet of {_s} to skull of player
  9. wait 3 seconds
  10. remove 5 from y coord of {loc}
  11. wait 3 seconds
  12. remove 5 from y coord of {loc}
  13. wait 3 seconds
  14. remove 5 from y coord of {loc}
  15. teleport {_s} to {loc}
  16. wait 20 seconds
  17. execute console command "/killall all world"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement