Adds a hardcore game-mode ignoring checkpoints

This commit is contained in:
2023-04-28 15:05:36 +02:00
parent 701cdd81eb
commit e039840e89
5 changed files with 49 additions and 4 deletions

View File

@@ -16,6 +16,11 @@ public enum ParkourArenaGameMode implements ConfigurationSerializable, ArenaGame
* The default game-mode. Failing once throws the player out.
*/
DEFAULT,
/**
* A hard-core game mode where no checkpoints are allowed
*/
HARDCORE,
;
/**