DaisyVotes — Vote Parties
A vote party is a server-wide goal: once the community reaches a target number of votes, everyone eligible gets rewarded. It turns voting into a shared push.
How it works
Section titled “How it works”Every accepted vote increments a global counter. When it reaches required-votes, the party triggers: a countdown plays, party rewards are handed out, a Discord embed can fire, and the counter resets (or overflows).
vote-party: required-votes: 25 mode: OnlinePlayers reset-overflow: false broadcast-progress-every: 5| Key | Default | Description |
|---|---|---|
required-votes | 25 | Votes needed to trigger a party. |
mode | OnlinePlayers | Who receives party rewards (see below). |
reset-overflow | false | When false, votes past the goal carry into the next party. When true, the excess is dropped. |
broadcast-progress-every | 5 | Broadcast progress every N votes. |
Reward modes
Section titled “Reward modes”| Mode | Who gets rewarded |
|---|---|
OnlinePlayers | Everyone online when the party triggers. |
VotersSinceLastParty | Only players who voted since the last party — rewards participation. |
ServerWide | Everyone; offline players have rewards queued for /vote claim. |
Visuals
Section titled “Visuals”When a party triggers, DaisyVotes can show:
- A countdown title —
visuals.party-countdown(default on). - A boss bar during the countdown —
visuals.party-boss-bar(default on). - A celebration effect —
visuals.effects.party(default on). - Progress broadcasts as the goal approaches.
Commands
Section titled “Commands”| Command | Who | Description |
|---|---|---|
/vote party | Players | Check current party progress. |
/voteparty | Players | Same as /vote party. |
/daisyvotes forceparty | Admins (daisyvotes.admin.forceparty) | Trigger a party immediately. |
/daisyvotes status | Admins (daisyvotes.admin.status) | Show party progress and online count. |
Placeholders
Section titled “Placeholders”| Placeholder | Value |
|---|---|
%daisyvotes_current_votes% | Votes toward the next party |
%daisyvotes_party_required% | Votes needed |
%daisyvotes_votes_remaining% | Votes left to trigger |
%daisyvotes_party_percent% | Percent complete (0–100) |
Party rewards Configure what the party hands out in rewards.yml.