Minigame Scores
| Property | Value |
|---|---|
| Entry ID | minigame_scores |
| Type | Artifact |
| Color | Blue |
| Icon | mdi:scoreboard |
Description
An artifact entry that stores score statistics for minigame players. Referenced by arena definitions to track and persist player scores across games.
Fields
| Field | Type | Description |
|---|---|---|
artifactId | String | Unique artifact identifier |
Usage Example
minigame_scores:
artifactId: my_minigame_scores
Reference this artifact from an arena definition via scoreArtifact: ref:my_minigame_scores to automatically store and retrieve player scores.