Advertisement
fleft17

Untitled

May 22nd, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. #Pregen & Walls By GreenDoomsDay#
  2. command /pregen <text> <number>:
  3. description: Pregens automatically with little self-input.
  4. usage: /pregen <radius>
  5. permission: pregen.op
  6. trigger:
  7. make player execute command "/mvtp %arg-1"
  8. make player execute command "/mw goto %arg-1"
  9. execute player command "/tp %player% 0 100 0"
  10. wait 1 second
  11. execute player command "/wb shape square"
  12. wait 0.1 second
  13. execute player command "/wb set <arg-1>"
  14. wait 0.1 second
  15. execute player command "/wb fill 50"
  16. wait 0.1 second
  17. execute player command "/wb fill confirm"
  18. broadcast "&a&lPregenning! Expect lag!"
  19. loop all players:
  20. execute console command "/playsound %loop-player%" mob.wither.spawn ~ ~ ~ 1 1 1"
  21.  
  22. command /walls <number> <text>:
  23. description: Set's walls autmatically with little self-input.
  24. usage: /walls <radius> <block>
  25. permission: walls.op
  26. trigger:
  27. execute player command "//pos1 0,0,0"
  28. wait 0.1 second
  29. execute player command "//pos2 0,0,0"
  30. wait 0.1 second
  31. execute player command "//expand %arg-1% n"
  32. wait 0.1 second
  33. execute player command "//expand %arg-1% e"
  34. wait 0.1 second
  35. execute player command "//expand %arg-1% s"
  36. wait 0.1 second
  37. execute player command "//expand %arg-1% w"
  38. wait 0.1 second
  39. execute player command "//expand vert"
  40. broadcast "&c&lSetting walls! Expect lag!"
  41. loop all players:
  42. execute console command "/playsound %loop-player%" mob.wither.spawn ~ ~ ~ 1 1 1"
  43. wait 3 seconds
  44. execute player command "//walls %arg-2%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement