Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. options:
  2. symbol: {@symbol}
  3.  
  4. command /worldgen <integer> <world>:
  5. usage: /worldgen <radius> <world>
  6. permission: skript.uhcbasic
  7. trigger:
  8. if arg 1 is "%arg 1%":
  9. broadcast "{@symbol} &6Began Setting World Borders!"
  10. execute console command "//pos1 0,0,0"
  11. execute console command "//pos2 0,0,0"
  12. execute console command "//expand %arg 1% N"
  13. execute console command "//expand %arg 1% S"
  14. execute console command "//expand %arg 1% E"
  15. execute console command "//expand %arg 1% W"
  16. execute console command "//expand vert"
  17. execute console command "//walls bedrock"
  18. broadcast "{@symbol} &6World Borders Set!"
  19. broadcast "{@symbol} &6Began World Generation Task!"
  20. execute console command "wb shape square"
  21. execute console command "wb set %arg 1%"
  22. execute console command "wb %arg 2% fill"
  23. execute console command "wb fill confirm"
  24. broadcast "{@symbol} &6World Generation Task has officially began!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement