Skip to main content

Temporary Quest Definition

Type: temporary_quest_definition Defines a pool of quests that rotate automatically based on time/daily schedules.

Configuration

FieldTypeDefaultDescription
idString""Unique identifier.
questsList<Ref<Quest>>[]Pool of available quests.
questsPerDayInt1Number of quests active at once.
resetTimeString”00:00”Time when quests rotate (HH:mm).
daysOfWeekList<DayOfWeek>AllAllowed days (MONDAY, etc).
startTimeOptional<String>EmptyStart time restriction (HH:mm).
endTimeOptional<String>EmptyEnd time restriction (HH:mm).
cronExpressionOptional<Cron>EmptyAdvanced scheduling.
artifactRef<Artifact>EmptyArtifact to store rotation state.