Documentation Index
Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
Use this file to discover all available pages before exploring further.
Parkour Definition
Type:parkour
Defines the core rules and settings for a parkour course.
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
id | String | "" | Unique identifier. |
region | Ref<Region> | Empty | The region defining the parkour bounds. Leaving this region fails the run. |
timerType | Enum | NONE | NONE, GLOBAL (total time limit), CHECKPOINT (time added per CP). |
time | Int | 0 | Initial time limit in seconds (for timer modes). |
checkpointBonus | Int | 0 | Seconds added upon reaching a checkpoint (for CHECKPOINT mode). |
failAction | Enum | START | START (tp to start), LAST_CHECKPOINT, QUIT. |
showScoreboard | Boolean | false | Show sidebar with timer/CP info. |
bestTimeArtifact | Ref<Artifact> | Empty | Artifact to store personal bests. |
topTimesArtifact | Ref<Artifact> | Empty | Artifact to store leaderboards. |