Skip to main content
The Tracking Manifest configures how player positions are recorded and visualized.

Configuration

storage
Ref<Artifact>
required
Reference to the tracking_artifact storing the session data.
trackingEnabled
Boolean
default:"true"
Master switch to enable/disable all tracking.
pointIntervalSeconds
Long
default:"20"
How often to record a position snapshot (in seconds).

Visualization

particleType
Particle
default:"FLAME"
The particle used for in-game replays.
particleCount
Int
default:"1"
Density of the particle trail.

BlueMap Integration

blueMapEnabled
Boolean
default:"true"
Enable BlueMap layer rendering.
showBlueMapPoints
Boolean
default:"true"
Show individual markers for each recorded point.
showBlueMapPath
Boolean
default:"true"
Draw lines connecting the points to show the path.