Advertisement
Guest User

Untitled

a guest
Aug 9th, 2021
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. # Effects format: 'POTION_TYPE : DURATION : AMPLIFIER'
  2. # For a list of potion effect types -> https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
  3. # If you don't want to use the lobby countdown shortening system keep the 'shorten-to' value equal to something bigger than the lobby countdown value
  4. # For time options, if the option does not say 'minutes' then it is in seconds by default
  5. # World border shrinkage options don't apply to plunder mode arenas
  6.  
  7. type: normal
  8. world: BattleRoyalWorld
  9. enabled: true
  10. min-teams: 2
  11. max-teams: 4
  12. team-size: 1
  13. game-length-in-minutes: 12
  14. lobby-countdown: 30
  15. lobby-countdown-shortening:
  16. min-players: 4
  17. shorten-to: 10
  18. effects: []
  19. world-border:
  20. initial-size: 400
  21. final-size: 40
  22. total-number-of-shrinks: 3
  23. each-shrinkage-duration: 10
  24. announce-safezone-before-seconds-of-each-shrink: 30
  25. supply-drops:
  26. announce-supply-drop-before-seconds-of-drop: 30
  27. drop-at-minutes:
  28. - 50
  29. - 40
  30. - 30
  31. - 20
  32. - 11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement