Advertisement
Guest User

Untitled

a guest
Feb 20th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. # When /annihilation start is run, the delay before starting phase 1 in seconds
  2. start-delay: 30
  3. #
  4. # Phase length in seconds (Phase 5 is perpetual)
  5. phase-period: 20
  6. #
  7. # When the game ends, the delay before resetting the game
  8. restart-delay: 25
  9. #
  10. # Stat system: "flatfile" for yml or "sql" for MySQL
  11. stats: flatfile
  12. #
  13. MySQL:
  14. port: 3306
  15. user: root
  16. pass: ss
  17. host: ip
  18. name: annihilation
  19. #
  20. # Display Roman Numerals for phase numbers
  21. roman: true
  22. #
  23. # Auto updater
  24. allowUpdater: true
  25. #
  26. # Amount of players required to start the game
  27. requiredToStart: 10
  28. #
  29. # Build Distance from Nexus
  30. build: 15
  31. #
  32. # Delay in minutes to respawn the bosses after death
  33. bossRespawnDelay: 10
  34. #
  35. # Enable the custom MOTD
  36. enableMotd: true
  37. #
  38. # The last phase players can join a team
  39. lastJoinPhase: 2
  40. #
  41. # Custom MOTD - Values you can use
  42. # %PHASE% %TIME% %PLAYERCOUNT% %MAXPLAYERS%
  43. # %GREENNEXUS% %REDNEXUS% %BLUENEXUS% %YELLOWNEXUS%
  44. # %GREENCOUNT% %REDCOUNT% %BLUECOUNT% %YELLOWCOUNT%
  45. motd: '&fFaze: &l%PHASE%'
  46. motd-lobby: '&5Lobby'
  47. motd-start: '&lFaze: &l%PHASE%'
  48. #
  49. # Un-comment the below to enable
  50. # NOTICE: If enabled the game WILL NOT AUTO RESTART.
  51. commandsToRunAtEndGame:
  52. - "kickall"
  53. - "wr reset now"
  54.  
  55. #
  56. #Economy setup
  57. Exp-player-kill: 100
  58. Exp-boss-kill: 300
  59. Money-nexus-hit: 0
  60. Money-nexus-kill: 0
  61. Money-player-kill: 20
  62. Money-boss-kill: 0
  63. Money-win: 400
  64. #
  65. Chat:
  66. no-team:
  67. team:
  68. all-team:
  69. #
  70. #Ending game
  71. Force-end:
  72. hours: 1
  73. minutes: 30
  74. #Boss loot settings
  75. Boss-loot:
  76. Item-Nb: 6
  77. Item0:
  78. ==: org.bukkit.inventory.ItemStack
  79. type: DIAMOND_HELMET
  80. meta:
  81. ==: ItemMeta
  82. meta-type: UNSPECIFIC
  83. enchants:
  84. PROTECTION_ENVIRONMENTAL: 4
  85. OXYGEN: 3
  86. display-name: 'Oxygerka'
  87. lore:
  88. - 'Velmi dobra helma'
  89. - 'Vzacny item'
  90. repair-cost: 4
  91. Item1:
  92. ==: org.bukkit.inventory.ItemStack
  93. type: DIAMOND_LEGGINGS
  94. meta:
  95. ==: ItemMeta
  96. meta-type: UNSPECIFIC
  97. enchants:
  98. PROTECTION_ENVIRONMENTAL: 4
  99. display-name: 'Anti sharp'
  100. lore:
  101. - 'Lepsi nez nic'
  102. - 'Vzacny item'
  103. repair-cost: 2
  104. Item2:
  105. ==: org.bukkit.inventory.ItemStack
  106. type: DIAMOND_BOOTS
  107. meta:
  108. ==: ItemMeta
  109. meta-type: UNSPECIFIC
  110. enchants:
  111. PROTECTION_ENVIRONMENTAL: 2
  112. PROTECTION_FALL: 4
  113. display-name: 'Fly boots'
  114. lore:
  115. - 'Lehky jako pirko'
  116. - 'Vzacny item'
  117. repair-cost: 2
  118. Item3:
  119. ==: org.bukkit.inventory.ItemStack
  120. type: BOW
  121. meta:
  122. ==: ItemMeta
  123. meta-type: UNSPECIFIC
  124. enchants:
  125. ARROW_FIRE: 1
  126. ARROW_DAMAGE: 4
  127. DURABILITY: 3
  128. display-name: 'BossBow'
  129. lore:
  130. - 'Mega luk!'
  131. - 'Vzacny item'
  132. repair-cost: 4
  133. Item4:
  134. ==: org.bukkit.inventory.ItemStack
  135. type: DIAMOND_SWORD
  136. meta:
  137. ==: ItemMeta
  138. meta-type: UNSPECIFIC
  139. enchants:
  140. DAMAGE_ALL: 3
  141. display-name: 'Blood finder'
  142. lore:
  143. - 'Sharpness je tvuj bracha'
  144. - 'Vzacny item'
  145. repair-cost: 2
  146. Item5:
  147. ==: org.bukkit.inventory.ItemStack
  148. type: DIAMOND_CHESTPLATE
  149. meta:
  150. ==: ItemMeta
  151. meta-type: UNSPECIFIC
  152. enchants:
  153. PROTECTION_ENVIRONMENTAL: 4
  154. display-name: 'Troll plate'
  155. lore:
  156. - 'Easy.'
  157. - 'Vzacny item'
  158. repair-cost: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement