Guest User

Untitled

a guest
Jul 28th, 2021
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 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. # Arena type can be 'kills' or 'lives'.
  5.  
  6. enabled: true
  7. team-size: 1
  8. min-teams: 2
  9. max-teams: 8
  10. lobby-countdown: 30
  11. lobby-countdown-shortening:
  12. min-players: 4
  13. shorten-to: 10
  14. game-length: 900
  15. interval-between-powerups: 30
  16. type: kills
  17. lives-provided: 3
  18. kills-required: 10
  19. effects:
  20. - 'NIGHT_VISION : 99999 : 2'
  21. powerup-effects:
  22. - 'SLOW : 2 : 5'
  23. - 'BLINDNESS : 2 : 5'
Advertisement
Add Comment
Please, Sign In to add comment