RedstoneFuture / missilewars

MissileWars is a famous, fun and fast minigame spigot-plugin for Minecraft
https://www.spigotmc.org/resources/62947
GNU General Public License v3.0
13 stars 9 forks source link

Adding new options for game-join and respawn equipment interval #123

Closed RedstoneFuture closed 8 months ago

RedstoneFuture commented 8 months ago

Fixing #102

previous version:

equipment_interval:
  start: 10
  intervals_by_team_amount:
    "1": 15
    "2": 20
    "4": 25
  interval_factor_by_game_time:
    "1800": 1.0
    "300": 0.7
    "600": 0.8
    "900": 0.9

now:

equipment_interval:
  custom_start_interval: 10
  reset_after_respawn: true
  custom_respawn_interval: 10
  intervals_by_team_amount:
    "1": 15
    "2": 20
    "4": 25
  interval_factor_by_game_time:
    "1800": 1.0
    "300": 0.7
    "600": 0.8
    "900": 0.9