Advertisement
Guest User

C

a guest
Mar 19th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. ######################## MAPY ############################################
  2. MiniCanyon:
  3. # Spawn points for each team, can have as many entries as you like.
  4. # At least one required.
  5. spawns:
  6. red:
  7. - "74,85,4"
  8. yellow:
  9. - "79,85,191"
  10. green:
  11. - "-113,85,9"
  12. blue:
  13. - "-108,85,196"
  14.  
  15. # Nexuses for each team, only one nexus each.
  16. # Required.
  17. nexuses:
  18. red: "79,81,2"
  19. yellow: "81,81,196"
  20. green: "-115,81,4"
  21. blue: "-113,81,198"
  22.  
  23. # Ender furnaces for each team, only one each.
  24. # Optional.
  25. furnaces:
  26. red: "84,85,-3"
  27. yellow: "86,85,201"
  28. green: "-120,85,-1"
  29. blue: "-118,85,203"
  30.  
  31. # Ender brewing stands for each team, only one each.
  32. # Optional.
  33. brewingstands:
  34. red: "86,86,-2"
  35. yellow: "85,86,203"
  36. green: "-119,86,-3"
  37. blue: "-120,86,202"
  38.  
  39. # Ender chests for each team, only one each.
  40. # Optional.
  41. enderchests:
  42. red: "83,85,-3"
  43. yellow: "86,85,200"
  44. green: "-120,85,0"
  45. blue: "-117,85,203"
  46.  
  47. # Diamond locations, can have as many as you like.
  48. # Optional, but highly recommended.
  49. diamonds:
  50. - "-24,80,108"
  51. - "-24,80,103"
  52. - "-24,80,95"
  53. - "-18,80,91"
  54. - "-12,80,93"
  55. - "-9,80,97"
  56. - "-9,80,102"
  57. - "-12,80,105"
  58. - "-19,80,107"
  59. - "-19,79,101"
  60. - "-13,79,96"
  61. - "-17,82,98"
  62. - "-12,79,102"
  63. # Boss Configuration.
  64. # Optional.
  65. bosses:
  66. boss1:
  67. name: "&cCelariel"
  68. spawn: "65,61,101"
  69. chest: "65,65,104"
  70. hearts: 200
  71. boss2:
  72. name: "&cFirwen"
  73. spawn: "-99,61,99"
  74. chest: "-99,65,96"
  75. hearts: 200
  76.  
  77. ####################### LOBBY ####################################### ! TOTO UZ NEKOPIROVAT NA NOVU MAPU ! ################################# LOBBY ###############
  78. # Lobby - Write the coordinates lobby spawn
  79. lobby:
  80. spawn: "-7.500,129.00000,9.500"
  81.  
  82. # Spawns - Write the coordinates team signs (join)
  83. signs:
  84. red:
  85. - "618,67,-494"
  86. yellow:
  87. - "649,67,-525"
  88. green:
  89. - "680,67,-494"
  90. blue:
  91. - "649,67,-463"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement