Aller au contenu principal

Parkour Start Point

PropertyValue
Entry IDparkour_start_point
TypeStatic
ColorGreen
Iconfa6-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

FieldTypeDescription
parkourRef<ParkourArenaDefinition>Linked parkour arena
locationVar<Position>Position
radiusVar<Double>Detection radius in blocks
particleParkourParticleEffect?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.