Parkour Start Point
| Property | Value |
|---|---|
| Entry ID | parkour_start_point |
| Type | Static |
| Color | Green |
| Icon | fa6-solid:flag |
Description
A static entry that defines a starting position for a parkour arena. When a player enters the detection radius of this point, the parkour run begins.
Fields
| Field | Type | Description |
|---|---|---|
parkour | Ref<ParkourArenaDefinition> | Linked parkour arena |
location | Var<Position> | Position |
radius | Var<Double> | Detection radius in blocks |
particle | ParkourParticleEffect? | Particle effect (optional) |
Usage Example
parkour_start_point:
parkour: ref:my_parkour_arena
location: <world,100,64,200>
radius: 2.0
particle: FLAME
When a player steps within 2 blocks of this position in the linked parkour arena, the run starts. Flame particles mark the start point.