Skip to content

Releases: ManiaExchange/GeryKnockout

2.0.4

03 Jan 21:51
Compare
Choose a tag to compare
  • Removing a player from the knockout now has immediate effect. When executed during a live round, the bottom players still get knocked out.
  • Add popup windows for false starts and restarts (#41)
  • Fix dynamic KO multiplier ending 1 round too short (#42)
  • Fix status bar not updating when players join during first warmup (#44)
  • Move /info to separate plugin (#45)
  • Fix /ko lives * -x adding lives instead of removing lives (#46)
  • Fix /ko remove not removing a player during podium (#47)

2.0.3

18 Dec 13:08
Compare
Choose a tag to compare
  • Clicking on a player in the scoreboard will spectate them (#30)
  • Fix incorrect width of scores in scoreboard

2.0.2

17 Dec 15:06
Compare
Choose a tag to compare
  • Show positions in scoreboard (#38)
  • Add a separator line in scoreboard (#40)
  • Fix issue where some chat messages were not shown

2.0.1

14 Dec 08:00
f42f8d7
Compare
Choose a tag to compare
  • Fix issue where players who join during podium don't get forced to spec
  • Fix issue where author skips are not initiated if there are more than 7 players on the server
  • Fix warnings in log
  • Add chat message stating if you rejoined in time
  • Rename KO messages from has been KO to is KO

2.0.0

12 Dec 00:23
8d37b47
Compare
Choose a tag to compare

New features:

  • Allow knocked out players to play during warmup
  • Force players in after disconnecting
  • Custom tiebreaker mode
  • Dynamic KO multiplier
  • Multiple lives per player
  • Multiple rounds per track
  • False start detection
  • Automatic skip of author tracks
  • Status bar + scoreboard HUD

Updated admin commands:

  • /ko start [now]
  • /ko stop
  • /ko skip [warmup]
  • /ko restart [warmup]
  • /ko add (login | *)
  • /ko remove (login | *)
  • /ko multi constant kos
  • /ko multi extra per_x_players

New admin commands:

  • /ko multi dynamic total_rounds
  • /ko multi none
  • /ko spec (login | *)
  • /ko lives (login | *) [[+ | -]lives]
  • /ko openwarmup (on | off)
  • /ko falsestart max_tries
  • /ko tiebreaker (on | off)
  • /ko authorskip for_top_x_players
  • /ko settings
  • /ko status
  • /ko help

New public commands:

  • /info
  • /opt in
  • /opt out

Removed commands:

  • /kogetpass
  • /kosetpass password
  • /koJOIN password

Other changes to the CLI:

  • /ko start will not skip to next track by default. To immediately skip to the next track, use /ko start now.
  • /ForcePlay [<login>] and /ForcePlayAll does not put players into the knockout any longer.

Bugfixes:

  • Fixed bug where the script will KO everyone when starting in the warmup.
  • Fixed bug where the script will KO everyone if it didn't execute until next track.
  • Fixed bug where you could avoid getting KO by going in spec between tracks.
  • Fixed bug where players could rejoin after being forced to spec.
  • Fixed bug where a player that has been forced in during warmup is not knocked out if last.
  • Fixed bug where forcing a player in as the third player will end the knockout afterwards.
  • Fixed bug where the winner of a previous knockout would be crowned as the winner when stopping a knockout manually.
  • Partly patched vulnerability where the script will KO everyone if /restart or /gonext is used.
  • Commands for starting a knockout, restarting a map and skipping a map now work when issued during the synchronization phase; these will take effect after a small delay (when the round starts).