Guest User

Untitled

a guest
Apr 19th, 2022
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 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%, Arena-Countdown -> %arena%, Arena-End -> %world%, %arena%, Egg-Destroy -> %team%
  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. # Respawn-Potion-Effects format is 'PotionEffectType : Duration : Strength'
  19. # For a list of PotionEffectTypes visit https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
  20. # Generator upgraded ticking speed has to be a multiplier of Generator-Ticking-Speed
  21. # Decreasing Generator-Ticking-Speed is not recommended for performace
  22. # Generator upgrade format is '<Material> : <Amount of material> :: <New speed>'
  23. # Villager-Shop-Type can be either Separate-Inventory or Single-Inventory
  24. # Example of query-url-properties: 'useSSL=true', 'verifyServerCertificate=false&useSSL=true'
  25.  
  26. Use-FastAsyncWorldEdit-When-Possible: true
  27. Load-Delay-Ticks: 10
  28. Empty-Chunk-Generator: false
  29. Check-For-Updates: true
  30. use-UUID: false
  31. use-Vault: false
  32.  
  33. String-Coins: 2000
  34. Coins-Per-Kill: 2
  35. Coins-Per-Win: 50
  36. Min-Exp-Per-Kill: 2
  37. Max-Exp-Per-Kill: 5
  38. Celebration-Length: 10
  39. Max-Warnings: 3
  40. Block-Behind-Signs: 159
  41. Leave-Countdown-Seconds: 5
  42. Party-Invitation-Length: 30
  43. Same-Player-Kill-Limit-Per-Arena: 15
  44. Holograms-Above-Generators: false
  45. Respawn-With-Kit: false
  46. Void-Instant-Death: false
  47. Allow-Spectators-Inventory-View: true
  48. Load-Skins-On-Skulls: true
  49. Disable-Natural-Mob-Spawning: true
  50. Show-Health-On-Bow-Hit: true
  51. Spectators-Chat: true
  52. Team-Chat: true
  53. Lobby-Chat: true
  54. Fireworks-Enabled: true
  55. Leash-Mobs: false
  56. Lobby-Scoreboard: true
  57. Display-Rank-In-Chat: true
  58. Allow-Spectator-Join: true
  59. Show-Health-Below-Name: true
  60. Use-Gamemode-3-For-Spectators: true
  61. Selling-Value: 0.33
  62. Max-Arena-Size: 4500000
  63. Update-Leaderboard-Every-Minutes: 15
  64. Core-Block-Type: DRAGON_EGG
  65. Villager-Shop-Type: Single-Inventory
  66. Teleport-Sound-Enabled: true
  67. Building-Sound-Enabled: true
  68. Build-Protection-Range: 3
  69. Respawn-Duration: 5
  70. Default-Kit: NONE
  71. Dropped-Items-On-Death:
  72. clear: true
  73. exceptions: ['EMERALD', 'DIAMOND', 'GOLD_INGOT']
  74. Death-Protection-In-Seconds: 3
  75. Coins-Per-Egg-Break: 15
  76. Generator-Ticking-Speed: 10
  77. Broadcaster-Send-Every: 60
  78. Broadcast-Time: [60, 30, 15, 5, 4, 3, 2, 1]
  79. Allowed-Commands: [ew, eggwars, tell, help, r, msg, ban, kick, report]
  80. Command-Aliases: []
  81.  
  82. Mystery-Box:
  83. Block-Type: ENDER_CHEST
  84. Cost: 1000
  85. Contents:
  86. - 'Kits : 30%'
  87. - 'Trails : 35%'
  88. - 'Cages : 35%'
  89. Rarities:
  90. - 'Common : 60%'
  91. - 'Rare : 30%'
  92. - 'Legendary : 10%'
  93. Party:
  94. Default-Slots: 3
  95. Custom-Slots: ['4 : eggwars.party.slots.4', '5 : eggwars.party.slots.5', '6 : eggwars.party.slots.6']
  96.  
  97. Bungee-Mode:
  98. enabled: false
  99. hub: lobby
  100. restart-command: restart
  101.  
  102. MySQL:
  103. enabled: false
  104. table: Eggwars
  105. host: localhost
  106. port: 3306
  107. database: database
  108. username: root
  109. password: root
  110. max_uuid_size: 36
  111. query-url-properties: ''
  112.  
  113. Rollback:
  114. Scan-Speed: 50000
  115. Repair-Speed: 10000
  116. Queue-Size: 1
  117. Send-Status-Update-Every: 20
  118.  
  119. Ranks:
  120. First-Rank-Exp: 20
  121. Rank-Modifier: 1.3
  122. Max-Rank: 30
  123. Commands:
  124. - '30 : broadcast %player% has reached the highest rank!'
  125. Hotbar-Items:
  126. Arena-Selector:
  127. enabled: true
  128. slot: 1
  129. Shop:
  130. enabled: true
  131. slot: 2
  132. Party:
  133. enabled: true
  134. slot: 3
  135. Boosters:
  136. enabled: true
  137. slot: 4
  138. Profile:
  139. enabled: true
  140. slot: 5
  141. Quit:
  142. enabled: true
  143. slot: 9
  144.  
  145. Arena-Hotbar-Items:
  146. Team-Selector:
  147. enabled: true
  148. slot: 1
  149. Settings-Vote:
  150. enabled: true
  151. slot: 2
  152. Inventory:
  153. enabled: true
  154. slot: 3
  155. Profile:
  156. enabled: true
  157. slot: 5
  158. Shop:
  159. enabled: true
  160. slot: 6
  161. Quit:
  162. enabled: true
  163. slot: 9
  164.  
  165. Killstreaks:
  166. - '3 : give %player% beef 1'
  167. - '5 : give %player% emerald 1'
  168. - '8 : give %player% golden_apple 1'
  169. - '12 : give %player% emerald 3'
  170.  
  171. Generator-Settings:
  172. IRON_INGOT:
  173. Item-Limit: -1
  174. Upgrades:
  175. Enabled: true
  176. Fix-Cost: 'EMERALD : 1'
  177. List:
  178. - 'IRON_INGOT : 48 :: 10'
  179. GOLD_INGOT:
  180. Item-Limit: -1
  181. Upgrades:
  182. Enabled: true
  183. Fix-Cost: 'EMERALD : 2'
  184. List:
  185. - 'GOLD_INGOT : 32 :: 80'
  186. - 'GOLD_INGOT : 48 :: 60'
  187. - 'GOLD_INGOT : 72 :: 40'
  188. DIAMOND:
  189. Item-Limit: -1
  190. Upgrades:
  191. Enabled: true
  192. Fix-Cost: 'EMERALD : 3'
  193. List:
  194. - 'DIAMOND : 5 :: 160'
  195. - 'DIAMOND : 15 :: 120'
  196. - 'DIAMOND : 25 :: 100'
  197.  
  198. Executed-Commands:
  199. Player-Win: []
  200. Arena-Countdown: [broadcast Arena %arena% is about to start in %seconds% seconds!]
  201. Egg-Destroy: []
  202. Arena-Start: []
  203. Arena-End: []
  204.  
  205. Respawn-Potion-Effects:
  206. - 'BLINDNESS : 2 : 2'
  207. - 'DAMAGE_RESISTANCE : 3 : 1000'
  208.  
  209. Saving-Task:
  210. Enabled: true
  211. Save-Every-Minutes: 10
  212.  
  213. Scoreboard-Title-Animation:
  214. enabled: false
  215. interval: 8
  216. frames: ['&b&lEGGWARS', '&e&lEGGWARS', '&b&lEGGWARS', '&a&lEGGWARS', '&b&lEGGWARS', '&c&lEGGWARS', '&e&lE&b&lGGWARS', '&b&lE&e&lG&b&lGWARS', '&b&lEG&e&lG&b&lWARS', '&b&lEGG&e&lW&b&lARS', '&b&lEGGW&e&lA&b&lRS', '&b&lEGGWA&e&lR&b&lS', '&b&lEGGWAR&e&lS']
  217.  
  218. Action-Bar-Enabled: true
  219. Titles-Enabled: true
  220.  
  221. Voting-Options:
  222. Time:
  223. enabled: true
  224. item: 'WATCH : name:&bTime'
  225. options:
  226. - '&eSunrise : 0'
  227. - '&6Noon : 2000'
  228. - '&dSunset : 12000'
  229. - '&3Midnight : 15000'
  230. Chests:
  231. enabled: true
  232. item: 'CHEST : name:&eChests'
  233. Health:
  234. enabled: true
  235. item: 'APPLE : name:&cHealth'
  236. options:
  237. - '&c10 Hearts : 10'
  238. - '&e20 Hearts : 20'
  239. - '&630 Hearts : 30'
  240.  
  241. Custom-Maps:
  242. Winner-Map:
  243. enabled: true
  244. texts:
  245. - 'Congratulations'
  246. - ' For winning!!!'
  247. image: 'https://i.imgur.com/FrgIjmJ.png'
  248.  
  249. Play-Again-Message:
  250. enabled: true
  251. header: '&b&m---------&e Eggwars &b&m---------'
  252. content:
  253. - ' '
  254. - ' &6Click to play again!'
  255. - ' '
  256. footer: '&b&m---------------------------'
Add Comment
Please, Sign In to add comment