Guest User

Untitled

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