Advertisement
Guest User

Untitled

a guest
Apr 5th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 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.  
  17. Load-Delay-Ticks: 10
  18. Empty-Chunk-Generator: false
  19. use-UUID: false
  20. use-Vault: false
  21. String-Coins: 2000
  22. Coins-Per-Kill: 10
  23. Coins-Per-Win: 50
  24. Min-Exp-Per-Kill: 2
  25. Max-Exp-Per-Kill: 5
  26. Celebration-Length: 10
  27. Max-Warnings: 3
  28. Party-Invitation-Length: 30
  29. Allow-Spectators-Inventory-View: true
  30. Load-Skins-On-Skulls: true
  31. Disable-Natural-Mob-Spawning: true
  32. Show-Health-On-Bow-Hit: true
  33. Fireworks-Enabled: true
  34. Selling-Value: 0.33
  35. Max-Arena-Size: 4500000
  36. Update-Leaderboard-Every-Minutes: 15
  37. Broadcaster-Send-Every: 60
  38. Check-For-Updates: true
  39. Broadcast-Time:
  40. - 60
  41. - 30
  42. - 15
  43. - 5
  44. - 4
  45. - 3
  46. - 2
  47. - 1
  48. Allowed-Commands:
  49. - sw
  50. - skywars
  51. - tell
  52. - help
  53. - r
  54. - msg
  55. - ban
  56. - kick
  57. - report
  58. Mystery-Box:
  59. Block-Type: ENDER_CHEST
  60. Cost: 500
  61. Contents:
  62. - 'Kits : 30%'
  63. - 'Cages : 35%'
  64. - 'Trails : 35%'
  65. Rarities:
  66. - 'Common : 60%'
  67. - 'Rare : 30%'
  68. - 'Legendary : 10%'
  69. Party:
  70. Default-Slots: 3
  71. Custom-Slots:
  72. - '4 : skywars.party.slots.4'
  73. - '5 : skywars.party.slots.5'
  74. - '6 : skywars.party.slots.6'
  75. Bungee-Mode:
  76. enabled: false
  77. hub: lobby
  78. MySQL:
  79. enabled: false
  80. table: Skywars
  81. host: localhost
  82. port: 3306
  83. database: database
  84. username: root
  85. password: root
  86. max_uuid_size: 36
  87. Rollback:
  88. Scan-Speed: 50000
  89. Repair-Speed: 10000
  90. Queue-Size: 1
  91. Send-Status-Update-Every: 20
  92. Ranks:
  93. First-Rank-Exp: 20
  94. Rank-Modifier: 1.3
  95. Max-Rank: 30
  96. Executed-Commands:
  97. Player-Win: []
  98. Arena-Start:
  99. - time set 1000 %world%
  100. Saving-Task:
  101. Enabled: true
  102. Save-Every-Minutes: 10
  103. Winners-Map:
  104. enabled: false
  105. display-image: false
  106. image-url: http://i.imgur.com/FrgIjmJ.png
  107. Team-Coloring:
  108. default: '&a'
  109. randomizer-enabled: true
  110. randomizer-colors:
  111. - '&2'
  112. - '&3'
  113. - '&5'
  114. - '&6'
  115. - '&7'
  116. - '&8'
  117. - '&9'
  118. - '&a'
  119. - '&b'
  120. - '&c'
  121. - '&d'
  122. - '&e'
  123. Scoreboard-Title-Animation:
  124. enabled: false
  125. interval: 8
  126. frames:
  127. - '&b&lSKYWARS'
  128. - '&e&lSKYWARS'
  129. - '&b&lSKYWARS'
  130. - '&a&lSKYWARS'
  131. - '&b&lSKYWARS'
  132. - '&c&lSKYWARS'
  133. - '&e&lS&b&lKYWARS'
  134. - '&b&lS&e&lK&b&lYWARS'
  135. - '&b&lSK&e&lY&b&lWARS'
  136. - '&b&lSKY&e&lW&b&lARS'
  137. - '&b&lSKYW&e&lA&b&lRS'
  138. - '&b&lSKYWA&e&lR&b&lS'
  139. - '&b&lSKYWAR&e&lS'
  140. Action-Bar-Enabled: true
  141. Titles:
  142. enabled: true
  143. fadeIn: 10
  144. stay: 40
  145. fadeOut: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement