-
-
Notifications
You must be signed in to change notification settings - Fork 69
Month Date Totals
Ben edited this page Dec 8, 2024
·
4 revisions
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.
###########################################
# 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
Setup/Configuration:
BungeeCord/Velocity Setups:
-
Proxy Setups
- PLUGINMESSAGING (Best method)
- REDIS (Second best)
- SOCKETS
- MYSQL
- Global Data Handling
- Multi-Proxy Setups
Knowledge base:
- Commands & Permissions
- Special Rewards
- File Layout
- API
- Converting data storage
- Vote Reminding
- Time Changes
- Minecraft Server Lists
- Performance Settings
- Bedrock Player Support
- Debug
- Minecraft Server Lists
- PlaceHolderAPI Expansion
- Signs
- Online/Offline Mode
- WIP MonthDateTotals
Troubleshooting
Rewards:
More setups: