Saltar al contenido principal

Minigame Reset Records

PropertyValue
Entry IDminigame_reset_records
TypeAction
ColorOrange
Iconfa6-solid:rotate-left

Description

Resets the records (scores, times, wins) for a specified arena. The scope can be limited to the current player only, or extended to all players for a full arena reset.

Fields

FieldTypeDescription
arenaRef<MinigameArenaDefinition>Arena whose records are cleared
scopeRecordResetScopePLAYER only clears player records; ARENA clears for everyone

Usage Example

minigame_reset_records:
arena: ref:my_archery_arena
scope: PLAYER

This resets only the current player's records for the archery arena. Use scope: ARENA to reset all players' records.