跳到主要内容

Minigame Top Times

PropertyValue
Entry IDminigame_top_times_artifact
TypeArtifact
ColorOrange
Iconfa6-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

FieldTypeDescription
artifactIdStringUnique 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.