Minigame Best Time
| Property | Value |
|---|---|
| Entry ID | minigame_best_time_artifact |
| Type | Artifact |
| Color | Orange |
| Icon | fa6-solid:stopwatch |
Description
An artifact entry that stores each player's personal best time for a specific arena. Referenced by arena definitions to track and display best completion times.
Fields
| Field | Type | Description |
|---|---|---|
artifactId | String | Unique artifact identifier |
Usage Example
minigame_best_time_artifact:
artifactId: my_parkour_best_times
Reference this artifact from a parkour arena definition via bestTimeArtifact: ref:my_parkour_best_times to automatically track personal best times.