minigame_top_times_artifact
Stores the leaderboard of an arena's best times — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | minigame_top_times_artifact |
| Type | Misc |
| Color | Orange |
| Icon | fa6-solid:list-ol |
Description
Artifact storing the best personal time for each player in an arena. Reads and writes go exclusively through [RecordsService], which maintains an in-memory cache and persists asynchronously. This entry contains no I/O logic; it only identifies the storage location in the editor. / @Entry( "minigame_best_time_artifact", "Stores each player's best personal time per arena", Colors.ORANGE, "fa6-solid:stopwatch", ) @Tags("minigame", "records", "artifact") class MinigameBestTimeArtifactEntry( override val id: String = "", override val name: String = "", override val artifactId: String = "minigame_best_times", ) : ArtifactEntry /** Artifact storing the leaderboard of an arena's best times, including players. Like [MinigameBestTimeArtifactEntry], persistence is handled by [RecordsService].
Fields
| Field | Type | Description |
|---|---|---|
artifactId | String | — |
Usage Example
- entry: minigame_top_times_artifact
name: "Stores the leaderboard of an arena's best times"
artifactId: ""