Advertisement
Guest User

Untitled

a guest
Dec 30th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. # ####### arena-parent.yml ###
  2. # Any settings that an individual arena config leaves out will be inherited
  3. # from this arena config.
  4. #
  5. # All comment changes will be removed.
  6. #
  7. # For documentation, please visit
  8. # https://github.com/daboross/SkyWars/wiki/Configuration-parent
  9. # #######
  10. config-version: 1
  11. spawns:
  12. - z: 0.0
  13. y: 0.0
  14. x: 0.0
  15. num-teams: 2
  16. team-size: 1
  17. boundaries:
  18. origin:
  19. min:
  20. x: 0
  21. y: 0
  22. z: 0
  23. max:
  24. x: 0
  25. y: 0
  26. z: 0
  27. world: SkyWarsArenaWorld
  28. building:
  29. min:
  30. x: 0
  31. y: 0
  32. z: 0
  33. max:
  34. x: 0
  35. y: 0
  36. z: 0
  37. clearing:
  38. min:
  39. x: 0
  40. y: 0
  41. z: 0
  42. max:
  43. x: 0
  44. y: 0
  45. z: 0
  46. placement-y: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement