Advertisement
Guest User

Easy Make World skript!

a guest
Oct 19th, 2014
509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. command /makeworld [<text>] [<int>] [<int>]:
  2. permission: sk.op
  3. trigger:
  4. execute console command "/mvc %arg-1% normal -s %arg-2%"
  5. message "{@P} World Created, Wait 5 seconds to be Teleported to the world!"
  6. wait 5 seconds:
  7. execute console command "/mv tp %arg-1%
  8. execute console command "/tppos %player% 0 100 0"
  9. execute console command "/wb shape square"
  10. execute console command "/wb set %arg-3"
  11. execute console command "/wb %arg-1% fill"
  12. execute console command "/wb fill confirm"
  13. message "{@P} Pregen is starting!"
  14. execute console command "//pos1 0,0,0"
  15. execute console command "//pos2 0,0,0"
  16. execute console command "//expand %arg-3% N"
  17. execute console command "//expand %arg-3% S"
  18. execute console command "//expand %arg-3% E"
  19. execute console command "//expand %arg-3% W"
  20. execute console command "//expand vert"
  21. message "{@P} Walls are being set, expect lag"
  22. execute confirm command "//walls 7"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement