Minigame Top Times
| Property | Value |
|---|---|
| Entry ID | minigame_top_times_artifact |
| Type | Artifact |
| Color | Orange |
| Icon | fa6-solid:list-ol |
Description
An artifact entry that stores the leaderboard (top times) for a specific arena. Referenced by arena definitions to maintain a ranked list of best completion times across all players.
Fields
| Field | Type | Description |
|---|---|---|
artifactId | String | Unique artifact identifier |
Usage Example
minigame_top_times_artifact:
artifactId: my_parkour_leaderboard
Reference this artifact from an arena definition via topTimesArtifact: ref:my_parkour_leaderboard and set topTimesLimit: 10 to track the top 10 times.