Adds an option to enforce ordered checkpoint triggering

This commit is contained in:
2023-04-17 12:49:59 +02:00
parent b0a72561f9
commit a84e164edf
7 changed files with 56 additions and 17 deletions

View File

@@ -1,5 +1,10 @@
# Configuration values for mini-games
parkour:
# Whether to enforce the order in which a player must reach checkpoints. Enabling this ensures that a player cannot
# trigger a previous checkpoint by accident. It also ensures players cannot skip a checkpoint, even if the arena
# layout makes it possible.
enforceCheckpointOrder: false
# Whether grouped dropper arenas must be played in the correct sequence
mustDoGroupedInSequence: true