Skip to content

Releases: Stefan923/SuperLMS

Bug Fix

08 Sep 11:48
Compare
Choose a tag to compare

Fixed a ConcurrentModificationException exception.

Per command permission

08 Sep 09:37
Compare
Choose a tag to compare

Added separate permissions for /lms join, /lms exit and /lms spectate subcommands:
superlms.join
superlms.exit
superlms.spectate

Stop Command

01 Sep 08:42
Compare
Choose a tag to compare

Added /superLMS stop command. An administrator can use it to end a starting or an already started game.

Bug Fixes

28 Aug 13:27
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

Fixed issue - player's xp level wasn't saved correctly.
Fixed issue - spectators couldn't use /lms exit to exit the game.
Fixed issue - spectators weren't being removed from the game after quiting the server.

Bug Fix

28 Aug 10:30
Compare
Choose a tag to compare
Bug Fix Pre-release
Pre-release

Fixed an issue due to which the spectators couldn't be teleported.

Arena Auto-Prepare

28 Aug 10:26
Compare
Choose a tag to compare
Arena Auto-Prepare Pre-release
Pre-release

Made arena auto-prepare more configurable.
Added a setting for enabling/disabling arena auto-prepare: Arena Auto-Prepare.Enable
Added a setting to specify the times of day (hour and minute) at which to auto-prepare the arena.

Spectators

27 Aug 13:54
Compare
Choose a tag to compare
Spectators Pre-release
Pre-release

Added game spectators. Now, people can spectate a Last Man Standing game.
Added new command: /lms spectate (Permission: superlms.play)
Added new event listeners. (cancelling specific actions during LMS games)

Bug Fixes

26 Aug 12:54
Compare
Choose a tag to compare

Fixed issue - "/lms prepare" command couldn't be executed by console.
Fixed issue - The game is being closed after all players exits the lobby.
Fixed issue - Missing "General.Must Be Player" message.

Bug Fixes

25 Aug 21:08
Compare
Choose a tag to compare

Added specific piano note sounds for game's starting counters.

Fixed an issue that lets players use /superLMS join even if they are already in the game.
Fixed an issue with Paper Spigot and other Paper forks that caused the game to stop. (async calling Player#teleport()).

Bug Fixes

24 Aug 13:32
Compare
Choose a tag to compare

Fixed an issue that caused tab autocomplete not working properly.
Fixed an issue with a repeating task that caused arena not being prepared automaticaly after 3 hours.