Custom specific Olympiad competition days.
This commit is contained in:
@@ -177,12 +177,12 @@ AltOlyMaxWeeklyMatchesTeam = 10
|
||||
# Enable/disable custom period settings.
|
||||
# Default: False
|
||||
AltOlyUseCustomPeriodSettings = False
|
||||
|
||||
|
||||
# Change the type of delay between two Olympiads.
|
||||
# Available values: MONTH, WEEK, DAY
|
||||
# Default: MONTH
|
||||
AltOlyPeriodType = MONTH
|
||||
|
||||
|
||||
# Change the Olympiad frequency.
|
||||
# The value is a multiplier of period type,
|
||||
# i.e. if type is MONTH and multiplier is 2,
|
||||
@@ -190,3 +190,7 @@ AltOlyPeriodType = MONTH
|
||||
# Default: 1
|
||||
# Note! If type = DAY, multiplier must be >= 7!
|
||||
AltOlyPeriodMultiplier = 1
|
||||
|
||||
# Enable competitions only on specific days.
|
||||
# Default: 1,2,3,4,5,6,7 (SUNDAY,MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY)
|
||||
AltOlyCompetitionDays = 1,2,3,4,5,6,7
|
||||
|
Reference in New Issue
Block a user