Skip to content

Vote Reminding Legacy

github-actions[bot] edited this page Jul 27, 2026 · 1 revision

Legacy Vote Reminding

This page documents the old VoteReminding configuration. New installations should use the current Vote Reminders system.

The current system uses VoteReminderOptions and named entries under VoteReminders. It supports priorities, conditions, per-reminder cooldowns, delays, and standard reward sections.

VotingPlugin automatically migrates supported legacy settings once and records the migration with:

VoteReminderOptions:
  MigratedFromLegacy: true

Legacy configuration reference

The old system used a single VoteReminding section in Config.yml:

VoteReminding:
  Enabled: true
  RemindOnLogin: true
  RemindOnlyOnce: true
  RemindDelay: 30
  Rewards:
    Messages:
      Player: '&aYou have %sitesavailable% sites to vote on!'

Legacy per-site cooldown completion rewards were configured in VoteSites.yml:

CoolDownEndRewards:
  Messages:
    Player: '&aYou can vote again on %SiteName%!'

Do not use this page as the starting point for a new configuration. See Vote Reminders for the active format and migration details.

AI disclosure: This documentation update was written with assistance from ChatGPT.

Clone this wiki locally