Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.86 KB | None | 0 0
  1. ####################################################################### Annihilation ###############################################################
  2. #
  3. # ╔═╗╔═╗╔═══╗╔═══╗
  4. # ║║╚╝║║║╔═╗║║╔═╗║
  5. # ║╔╗╔╗║║║─║║║╚═╝║
  6. # ║║║║║║║╚═╝║║╔══╝
  7. # ║║║║║║║╔═╗║║║───
  8. # ╚╝╚╝╚╝╚╝─╚╝╚╝───
  9. #
  10. # SPIGOT VERSION: 1.8.8
  11. # VAULT
  12. #
  13. # Plugin was created by _HeroPwP
  14. #
  15. # Skype: PureBossik
  16. # TeamSpeak: ts3.HeroPwP.eu
  17. # Mail: info@HeroPwP.eu
  18. # Spigot: https://www.spigotmc.org/members/_heropwp.425110/
  19. #____________________________________________________________________________________________________________________________________________________
  20. #
  21. # PERMISSIONS:
  22. #
  23. # KITS:
  24. #
  25. # â—Ź anni.class.warrior (Warrior)
  26. # â—Ź anni.class.archer (Archer)
  27. # â—Ź anni.class.miner (Miner)
  28. # â—Ź anni.class.builder (Builder)
  29. # â—Ź anni.class.scout (Scout)
  30. # â—Ź anni.class.berserker (Berserker)
  31. # â—Ź anni.class.spy (Spy)
  32. # â—Ź anni.class.defender (Defender)
  33. #
  34. # OTHER:
  35. #
  36. # â—Ź anni.bypass.teamlimitor (Change team)
  37. # â—Ź anni.bypass.teamlimit (Join to full team)
  38. # â—Ź anni.bypass.phaselimiter (Join to the phase)
  39. # â—Ź anni.map.edit (Map edit)
  40. # â—Ź anni.map.save - (Map save)
  41. # â—Ź anni.buildbypass - (Destroy and build near Nexus)
  42. #
  43. #####################################################################################################################################################
  44.  
  45. # Set up Canyon MAP download link: https://upload.hicoria.com/files/Cew5efWC.zip
  46. # Set up Lobby MAP download link: https://upload.hicoria.com/files/FSfPbKCf.rar
  47.  
  48. Canyon:
  49. # Spawns - Set up team Spawn
  50. spawns:
  51. red:
  52. - "-122,74,232"
  53. yellow:
  54. - "235,74,246"
  55. green:
  56. - "245,74,-108"
  57. blue:
  58. - "-109,74,-121"
  59. # Nexuses - Set up team Nexuses
  60. nexuses:
  61. red: "-114,70,238"
  62. yellow: "238,70,239"
  63. green: "239,70,-113"
  64. blue: "-113,70,-114"
  65.  
  66. # Furnances - Set up team Furnaces
  67. furnaces:
  68. red: "-112,73,228"
  69. yellow: "228,73,237"
  70. green: "237,73,-103"
  71. blue: "-103,73,-112"
  72.  
  73. # Brewing - Set up team Brewing
  74. brewingstands:
  75. red: "-112,73,227"
  76. yellow: "226,73,237"
  77. green: "237,73,-101"
  78. blue: "-101,73,-112"
  79.  
  80. # Chests - Set up team EnderChest
  81. enderchests:
  82. red: "-112,73,226"
  83. yellow: "227,73,237"
  84. green: "237,73,-102"
  85. blue: "-102,73,-112"
  86.  
  87. # Diamonds - Set up the location of diamonds spawning
  88. diamonds:
  89. - "81,66,59"
  90. - "82,67,52"
  91. - "71,67,57"
  92. - "72,65,55"
  93. - "61,64,61"
  94. - "57,66,62"
  95. - "61,66,66"
  96. - "52,67,43"
  97. - "44,65,47"
  98. - "49,69,58"
  99. - "51,65,57"
  100. - "38,66,62"
  101. - "43,67,73"
  102. - "46,66,73"
  103. - "70,67,74"
  104. - "69,65,76"
  105. - "73,67,82"
  106. - "67,66,43"
  107.  
  108. # Boss configuration
  109. bosses:
  110. boss1:
  111. name: "&cCelariel"
  112. spawn: "61,13,-56"
  113. chest: "62,15,-42"
  114. hearts: 100
  115. boss2:
  116. name: "&bFerwin"
  117. spawn: "64,13,182"
  118. chest: "63,15,167"
  119. hearts: 100
  120.  
  121. # Lobby - Set up the spawn location of lobby
  122. lobby:
  123. spawn: "-87.500,108,114.500"
  124.  
  125. # Signs - Set up lobby team join signs
  126. signs:
  127. red:
  128. - "-100,108,112"
  129. - "-98,108,111"
  130. yellow:
  131. - "-65,108,140"
  132. - "-67,108,144"
  133. green:
  134. - "-106,108,148"
  135. - "-109,108,146"
  136. blue:
  137. - "-82,108,108"
  138. - "-79,108,110"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement