parkour_end_point
Defines the end of a parkour — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | parkour_end_point |
| Type | Misc |
| Color | Medium_sea_green |
| Icon | fa6-solid:check |
Fields
| Field | Type | Description |
|---|---|---|
parkour | Ref<ParkourEntry> | — |
location | Var<Position> | — |
radius | Var<Double> | Detection radius. 0 means the player must stand on the block |
triggers | List<Ref<TriggerableEntry>> | — |
particle | ParticleEffect? | — |
Usage Example
- entry: parkour_end_point
name: "Defines the end of a parkour"
parkour: ""
location: ""
radius: 0
triggers: []
particle: ""