Skip to content

Commit

Permalink
Updated Free Checkpoint docs
Browse files Browse the repository at this point in the history
  • Loading branch information
A5H73Y committed Nov 26, 2023
1 parent 4442973 commit 17371f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/tutorials/parkour-courses.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ _Command: `/pa setcourse (course) linkedlobby (lobby)`_

### manualcheckpoints

When enabled, the Player's checkpoint position can be manually set whenever you want. This will allow the Player (and console) to use the "/pa manualcheckpoint" command, which sets the Player's current position to their Checkpoint. This can be used as an external way to set the Player's checkpoint position.
When enabled, the Player's checkpoint position can be manually set whenever you want. This will allow the Player (and console) to use the `/pa manualcheckpoint` / `pac manualcheckpoint (player)` command, which sets the Player's current position to their Checkpoint. This can be used as an external way to set the Player's checkpoint position.
In addition, when `OnCourse.ManualCheckpointAnyPressurePlate` is enabled, any pressure plate a Player triggers whilst on a Course will set the Player's checkpoint to that location.

Once activated, the Player will be notified that a checkpoint has been set. If the Player dies, they will be taken back to the last checkpoint they set. This allows you to create alternate routes through a Course.

_Command: `/pa setcourse (course) manualcheckpoints [true/false]`_

### maxdeaths
Expand Down
4 changes: 1 addition & 3 deletions docs/tutorials/parkour-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,4 @@ You will be given a 'Rocket Launcher', which is a Rocket by default. Simply righ

## Free Checkpoint

This ParkourMode allows you to treat any Pressure Plate as a checkpoint. Upon walking on a Pressure Plate the Player will be notified that a checkpoint has been set, if the Player dies they will be taken back to the last checkpoint they set. This allows you to create alternate routes through a Course.

![Free Checkpoints](https://i.imgur.com/zYyvTD9.png "Free Checkpoints")
This ParkourMode has been replaced by a per-course [manualcheckpoints](/tutorials/parkour-courses?id=manualcheckpoints) setting now.

0 comments on commit 17371f8

Please sign in to comment.