Minigame Open Stats
| Property | Value |
|---|---|
| Entry ID | minigame_open_stats |
| Type | Action |
| Color | Blue |
| Icon | mdi:chart-bar |
Description
Opens the minigame statistics view for the player, showing wins, losses, scores, and other performance metrics. When an arena reference is provided, stats are shown for that specific arena; otherwise an aggregate view across all arenas is displayed.
Fields
| Field | Type | Description |
|---|---|---|
arena | Ref<MinigameArenaDefinition> | Arena shown (empty for all-arena aggregate) |
Usage Example
minigame_open_stats:
arena: ref:my_parkour_arena
This opens statistics for the specific parkour arena referenced. Leave arena empty for an all-arena aggregate view.