DaisyVotes — Reminders & Offline Rewards
DaisyVotes nudges players to vote without being annoying, and never loses a reward when someone votes offline.
Reminders
Section titled “Reminders”reminders: enabled: true interval-minutes: 30visuals: actionbar-reminders: true| Setting | Default | Description |
|---|---|---|
reminders.enabled | true | Enable periodic reminders. |
reminders.interval-minutes | 30 | Minutes between action-bar reminder sweeps for online players who haven’t voted today. Minimum 5. |
visuals.actionbar-reminders | true | Show the subtle action-bar nudge. |
A clickable login reminder is also shown once per session to players who haven’t voted that day — clicking it runs /vote.
Engagement nudges
Section titled “Engagement nudges”Under engagement (config.yml):
| Setting | Default | Description |
|---|---|---|
almost-there-actionbar | true | Tells a player how many votes they are behind the next person on the leaderboard. |
leaderboard-envy | true | Notifies near-top players that they’re close to overtaking someone. |
Offline rewards
Section titled “Offline rewards”When a player votes (or wins a Top Voter / party reward) while offline, the reward is queued rather than lost.
offline-rewards: enabled: true notify-on-join: true| Key | Default | Description |
|---|---|---|
enabled | true | Queue rewards earned while offline. |
notify-on-join | true | Tell the player on join that they have rewards to claim. |
On join, the player is reminded and runs /vote claim to receive everything queued. The queue is stored in the database, so it survives restarts.
Showing how many are waiting
Section titled “Showing how many are waiting”Three places count the queue for you:
| Where | Placeholder |
|---|---|
| Scoreboards, holograms, chat formats — anything PlaceholderAPI reaches | %daisyvotes_queued_rewards% |
Item names and lore in menus.yml | <queued> |
The join message itself (rewards-queued) | {count} |
Voting & Anti-Fraud How the offline path fits into the vote lifecycle.