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. |