Parkour Checkpoint Event
Type:on_checkpoint_reached
Triggered when a player reaches a checkpoint.
Context Keys
| Key | Type | Description |
|---|---|---|
PARKOUR | String | ID of the parkour. |
CHECKPOINT | Int | Index of the checkpoint. |
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
id | String | "" | Unique identifier. |
parkour | Ref<Parkour> | Empty | Optional filter for specific parkour. |
checkpoint | Int | 0 | If 0, matches any CP. Else, specific CP number. |