Advertisement
Guest User

Hamlet

a guest
Sep 22nd, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Hills:
  2. # Spawn points for each team, can have as many entries as you like.
  3. # At least one required.
  4. spawns:
  5. red:
  6. - "100,44,-95"
  7. yellow:
  8. - "-189,44,-101"
  9. green:
  10. - "94,44,194"
  11. blue:
  12. - "-195,44,188"
  13. # Nexuses for each team, only one nexus each.
  14. # Required.
  15. nexuses:
  16. red: "121,39,-117"
  17. yellow: "-211,39,-122"
  18. green: "116,39,215"
  19. blue: "-216,39,210"
  20.  
  21. # Ender furnaces for each team, only one each.
  22. # Optional.
  23. furnaces:
  24. red: "122,44,-121"
  25. yellow: "-215,44,-123"
  26. green: "120,44,216"
  27. blue: "-217,44,214"
  28.  
  29. # Diamond locations, can have as many as you like.
  30. # Optional, but highly recommended.
  31. diamonds:
  32. - "-47,42,36"
  33. - "-51,43,42"
  34. - "-47,43,44"
  35. - "-52,44,50"
  36. - "-57,42,40"
  37. - "-42,42,55"
  38. - "-40,43,48"
  39.  
  40. # Boss Configuration.
  41. # Optional.
  42. bosses:
  43. boss1:
  44. name: "&bFerwin"
  45. spawn: "-209,43,47"
  46. chest: "-218,44,47"
  47. hearts: 100
  48. boss2:
  49. name: "&cCelariel"
  50. spawn: "115,43,46"
  51. chest: "124,44,46"
  52. hearts: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement