Advertisement
Guest User

te

a guest
Dec 9th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1.  
  2.  
  3. Canyon:
  4. # Spawns - Write the coordinates team spawn
  5. spawns:
  6. red:
  7. - "-122,74,232"
  8. yellow:
  9. - "235,74,246"
  10. green:
  11. - "245,74,-108"
  12. blue:
  13. - "-109,74,-121"
  14.  
  15. # Nexuses - Write the coordinates team nexus
  16. nexuses:
  17. red: "-114,70,238"
  18. yellow: "238,70,239"
  19. green: "239,70,-113"
  20. blue: "-113,70,-114"
  21.  
  22. # Furnances - Write the coordinates team furnaces
  23. furnaces:
  24. red: "-112,73,228"
  25. yellow: "228,73,237"
  26. green: "237,73,-103"
  27. blue: "-103,73,-112"
  28.  
  29. # Brewing - Write the coordinates team brewing stands
  30. brewingstands:
  31. red: "-112,73,227"
  32. yellow: "226,73,237"
  33. green: "237,73,-101"
  34. blue: "-101,73,-112"
  35.  
  36. # Chests - Write the coordinates team ender chests
  37. enderchests:
  38. red: "-112,73,226"
  39. yellow: "227,73,237"
  40. green: "237,73,-102"
  41. blue: "-102,73,-112"
  42.  
  43. # Diamonds - Write the coordinates diamonds
  44. diamonds:
  45. - "81,66,59"
  46. - "82,67,52"
  47. - "71,67,57"
  48. - "72,65,55"
  49. - "61,64,61"
  50. - "57,66,62"
  51. - "61,66,66"
  52. - "52,67,43"
  53. - "44,65,47"
  54. - "49,69,58"
  55. - "51,65,57"
  56. - "38,66,62"
  57. - "43,67,73"
  58. - "46,66,73"
  59. - "70,67,74"
  60. - "69,65,76"
  61. - "73,67,82"
  62. - "67,66,43"
  63.  
  64. # Bosses - Write the coordinates bosses
  65. bosses:
  66. boss1:
  67. name: "&cCelariel"
  68. spawn: "61,13,-56"
  69. chest: "62,15,-42"
  70. hearts: 100
  71. boss2:
  72. name: "&bFerwin"
  73. spawn: "64,13,182"
  74. chest: "63,15,167"
  75. hearts: 100
  76.  
  77. # Lobby - Write the coordinates lobby spawn
  78. lobby:
  79. spawn: "649,65,-493"
  80.  
  81. # Spawns - Write the coordinates team signs (join)
  82. signs:
  83. red:
  84. - "618,66,-494"
  85. yellow:
  86. - "649,66,-525"
  87. green:
  88. - "680,66,-494"
  89. blue:
  90. - "649,66,-463"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement