Guest User

Untitled

a guest
Jul 26th, 2017
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. # # # # # # # # # # # # # # # # # # # # # #
  2. # Made by Wazup92 #
  3. # If you really like the plugin #
  4. # Then please dont forget to leave #
  5. # A positive 5 stars review! #
  6. # # # # # # # # # # # # # # # # # # # # # #
  7. #
  8. # Rollback speed is measured in Blocks per tick, default settings are made for average servers
  9. # Queue-Size is how many arenas can rollback in the same time, Send-Status-Update-Every is how often the rollback percentage updates, and its in ticks
  10. # The Max-Arena-Size is completely up to you, thats why i added it here, but obviously, the smaller the size is, the better.
  11. # Executed commands on Player-Win variables -> %player%, Arena-Start -> %world%
  12. # Custom slots format -> 'Slot amount : Permission'
  13. # Mystery-Box chances don't have to add up to 100%
  14. # If Empty-Chunk-Generator is enabled, the world importing feature will import worlds with a custom generator that generates empty chunks
  15. # Please BE AWARE. Holographic-Stats are resource intensive. and so is an animated Title
  16. # If you have generators other than iron, gold, diamonds, and you want them to be upgradeable / fixable, you can add them in the Generators-Settings list to customize their properties
  17. # Killstreaks format -> 'Kills : Command : Command : ....'
  18.  
  19. Load-Delay-Ticks: 10
  20. Empty-Chunk-Generator: false
  21. Check-For-Updates: true
  22. use-UUID: false
  23. use-Vault: false
  24. String-Coins: 10
  25. Coins-Per-Kill: 2
  26. Coins-Per-Win: 10
  27. Min-Exp-Per-Kill: 1
  28. Max-Exp-Per-Kill: 4
  29. Celebration-Length: 10
  30. Max-Warnings: 5
  31. Block-Behind-Signs: 95
  32. Party-Invitation-Length: 45
  33. Same-Player-Kill-Limit-Per-Arena: 15
  34. Void-Instant-Death: true
  35. Allow-Spectators-Inventory-View: true
  36. Load-Skins-On-Skulls: true
  37. Disable-Natural-Mob-Spawning: true
  38. Show-Health-On-Bow-Hit: true
  39. Spectators-Chat: true
  40. Team-Chat: true
  41. Lobby-Chat: true
  42. Fireworks-Enabled: true
  43. Leash-Mobs: false
  44. Display-Rank-In-Chat: true
  45. Selling-Value: 0.33
  46. Max-Arena-Size: 4500000000000000000
  47. Update-Leaderboard-Every-Minutes: 5
  48. Core-Block-Type: DRAGON_EGG
  49. Teleport-Sound-Enabled: false
  50. Building-Sound-Enabled: false
  51. Build-Protection-Range: 1
  52. Dropped-Items-On-Death:
  53. clear: true
  54. exceptions:
  55. - EMERALD
  56. - DIAMOND
  57. - GOLD_INGOT
  58. Death-Protection-In-Seconds: 3
  59. Coins-Per-Egg-Break: 10
  60. Broadcaster-Send-Every: 100
  61. Broadcast-Time:
  62. - 60
  63. - 30
  64. - 15
  65. - 5
  66. - 4
  67. - 3
  68. - 2
  69. - 1
  70. Allowed-Commands:
  71. - tell
  72. - r
  73. - msg
  74. - ban
  75. - kick
  76. - report
  77. Mystery-Box:
  78. Block-Type: ENDER_CHEST
  79. Cost: 750
  80. Contents:
  81. - 'Kits : 45%'
  82. - 'Trails : 55%'
  83. Rarities:
  84. - 'Common : 60%'
  85. - 'Rare : 30%'
  86. - 'Legendary : 10%'
  87. Party:
  88. Default-Slots: 3
  89. Custom-Slots:
  90. - '4 : eggwars.party.slots.4'
  91. - '5 : eggwars.party.slots.5'
  92. - '6 : eggwars.party.slots.6'
  93. Bungee-Mode:
  94. enabled: true
  95. hub: lobby
  96. MySQL:
  97. enabled: false
  98. table: Eggwars
  99. host: localhost
  100. port: 3306
  101. database: database
  102. username: root
  103. password: root
  104. max_uuid_size: 36
  105. Rollback:
  106. Scan-Speed: 60000
  107. Repair-Speed: 27000
  108. Queue-Size: 1
  109. Send-Status-Update-Every: 20
  110. Ranks:
  111. First-Rank-Exp: 20
  112. Rank-Modifier: 1.3
  113. Max-Rank: 30
  114. Hotbar-Items:
  115. Arena-Selector:
  116. enabled: false
  117. slot: 1
  118. Shop:
  119. enabled: true
  120. slot: 3
  121. Party:
  122. enabled: false
  123. slot: 4
  124. Profile:
  125. enabled: true
  126. slot: 7
  127. Quit:
  128. enabled: false
  129. slot: 9
  130. Killstreaks:
  131. - '3 : give %player% beef 1'
  132. - '5 : give %player% emerald 1'
  133. - '8 : give %player% golden_apple 1'
  134. - '12 : give %player% emerald 3'
  135. Generator-Settings:
  136. IRON_INGOT:
  137. Item-Limit: 132
  138. Upgrades:
  139. Enabled: true
  140. Fix-Cost: 'IRON_INGOT : 10'
  141. List:
  142. - 'IRON_INGOT : 20 :: 20'
  143. - 'GOLD_INGOT : 20 :: 10'
  144. GOLD_INGOT:
  145. Item-Limit: 32
  146. Upgrades:
  147. Enabled: true
  148. Fix-Cost: 'GOLD_INGOT : 5'
  149. List:
  150. - 'GOLD_INGOT : 10 :: 60'
  151. - 'DIAMOND : 10 :: 30'
  152. - 'DIAMOND : 25 :: 20'
  153. DIAMOND:
  154. Item-Limit: 10
  155. Upgrades:
  156. Enabled: true
  157. Fix-Cost: 'DIAMOND : 5'
  158. List:
  159. - 'DIAMOND : 10 :: 100'
  160. - 'DIAMOND : 20 :: 40'
  161. Executed-Commands:
  162. Player-Win: []
  163. Arena-Start: []
  164. Saving-Task:
  165. Enabled: true
  166. Save-Every-Minutes: 10
  167. Winners-Map:
  168. enabled: false
  169. display-image: false
  170. image-url: http://i.imgur.com/FrgIjmJ.png
  171. Scoreboard-Title-Animation:
  172. enabled: true
  173. interval: 5
  174. frames:
  175. - '&b&lEGGWARS'
  176. - '&e&lEGGWARS'
  177. - '&b&lEGGWARS'
  178. - '&a&lEGGWARS'
  179. - '&b&lEGGWARS'
  180. - '&c&lEGGWARS'
  181. - '&e&lE&b&lGGWARS'
  182. - '&b&lE&e&lG&b&lGWARS'
  183. - '&b&lEG&e&lG&b&lWARS'
  184. - '&b&lEGG&e&lW&b&lARS'
  185. - '&b&lEGGW&e&lA&b&lRS'
  186. - '&b&lEGGWA&e&lR&b&lS'
  187. - '&b&lEGGWAR&e&lS'
  188. Action-Bar-Enabled: true
  189. Titles:
  190. enabled: true
  191. fadeIn: 10
  192. stay: 40
  193. fadeOut: 10
  194. Generator-Stack-Limit: 1
  195. Spawner-Upgrades:
  196. Enabled: true
  197. Lobby: lobby, 999.5, 31, -12.5, -0.9, -4.650002
  198. Holographic-Stats: lobby, 999.0, 34, 4.0, -358.8, 6.749987
  199. Holographic-Leaderboard: lobby, 1005.0, 34, 17.0, -0.8996626, 22.649986
Add Comment
Please, Sign In to add comment