Skip to content

Releases: redwallhp/AthenaGM

1.0.7

14 Aug 23:07
Compare
Choose a tag to compare

Refactoring release. Replaced erroneous usages of ArrayList with HashSets. This may result in some API changes, so gamemode plugins should be checked against the new build in case they need to be recompiled.

In particular: Team.getPlayers() now returns a Set (and is backed by one). Plugins that directly access this method will need to be recompiled against AthenaGM 1.0.7. AthenaKOTH has been updated in anticipation of this.

1.0.6

08 Jul 23:34
Compare
Choose a tag to compare

Compiled for Spigot 1.12. Minimal changes, though a modification was made to suppress Advancement notifications.

  • Removed deprecated PlayerMurderPlayerEvent and PlayerMatchDeathEvent.

  • Fixed NullPointerException in voting module

  • Prevent /mapvote when the Match has <= 120 seconds remaining

1.0.5

17 Mar 03:03
Compare
Choose a tag to compare

Implemented voting module, featuring /votemap and /votenext commands.

1.0.4

08 Mar 01:17
Compare
Choose a tag to compare

It's probably time to start tagging releases...