-
-
Notifications
You must be signed in to change notification settings - Fork 80
Month Date Totals
github-actions[bot] edited this page Jan 27, 2026
·
4 revisions
Month Date Totals
This feature is still a WIP, but is considered stable for general use.
By default, VotingPlugin stores monthly totals under the key MonthTotal, which resets automatically each month.
However, this default system doesnΓ’β¬β’t preserve previous monthsΓ’β¬β’ totals after a reset.
The Month Date Totals system introduces a new format:
MonthTotal-MONTH-YEAR, for example:
MonthTotal-DECEMBER-2024
This allows VotingPlugin to:
- Γ’Ε Automatically reset monthly totals instantly on the first of each month
- Γ°ΕΈβΕ Keep a full history of past monthsΓ’β¬β’ totals (viewable anytime)
- Γ°ΕΈββ Keep the standard
MonthTotalvalue in sync for legacy features
| Setting | Behavior |
|---|---|
| Disabled (default) | Uses a single MonthTotal key, resets each month, overwriting prior data. |
| Enabled | Stores month totals in the format MonthTotal-MONTH-YEAR and automatically updates MonthTotal. |
Use /vote previousmonthtotals
Γ’β β Lists all previous months with available vote total data.
###########################################
# Month Date Totals
# Experimental feature
# Same options apply for proxy servers
###########################################
# Copies MonthTotal into a new format (MonthTotal-MONTH-YEAR)
# Safe to enable; keeps MonthTotal synced
StoreMonthTotalsWithDate: false
# Uses MonthTotal-MONTH-YEAR as the active total tracker
# Requires StoreMonthTotalsWithDate enabled
# Early-stage feature; may still have minor bugs
UseMonthDateTotalsAsPrimaryTotal: false- Enabling
StoreMonthTotalsWithDateis safe and recommended for networks wanting monthly tracking history. - Enabling
UseMonthDateTotalsAsPrimaryTotalswitches all total tracking to this new date-based format Γ’β¬β only enable this if you understand the implications. - Both options support proxy setups and automatically synchronize across servers when
GlobalDatais enabled.
Γ°ΕΈΒ§Β Tip: Keep
StoreMonthTotalsWithDateenabled even if you donΓ’β¬β’t use the new system yet Γ’β¬β it future-proofs your data with no downside.
- VoteMilestones
- Vote Streak System
- VoteReminders
- Vote Broadcast System
- Vote Logging
- Webhooks
- Time Changes
- Month Date Totals
- VoteShop
- Rewards Overview
- Reward System
- Reward File
- Where to Set Rewards
- All Reward Possibilities
- Reward Examples
- Delayed Reward Command
- World Example
- VotingPlugin Specific Rewards
- Commands & Permissions
- API
- PlaceHolderAPI Placeholders
- Minecraft Server Lists
- Bedrock Player Support
- Transferring Data Storage