Skip to content

Month Date Totals

Ben edited this page Dec 8, 2024 · 4 revisions

Month Date Totals

This feature is still a WIP

By defaut VotingPlugin uses MonthTotal to store month totals, and has to reset that each month.

Using month date totals solves a few issues with that. When enabled the format is MonthTotal-MONTH-YEAR, e.g. Month-DECEMBER-2024. This will ensure month totals reset instantly and keep a history of month totals.

MonthTotal will still stay in sync and reset as it should as if this feature is disabled, incase it gets disabled.

More details to come

###########################################
# Month Date Totals
# Experimental feature
# Same options for proxy
###########################################

# Experimental
# Stores month votes with date formatting
# MonthTotal-MONTH-YEAR
# This setting only enables setting totals, not using them
# Enabling this is pretty safe and harmless with just this setting
# Essentially will just copy MonthTotal to MonthTotal-MONTH-YEAR
StoreMonthTotalsWithDate: false

# Experimental
# This setting uses month votes with date formatting
# If using this StoreMonthTotalsWithDate must be enabled
# This setting may be very buggy as it's in early stages
UseMonthDateTotalsAsPrimaryTotal: false
Clone this wiki locally