DaisyVotes — Commands & Permissions
Player commands
Section titled “Player commands”Player commands need no permission — they’re available to everyone.
| Command | Aliases | Description |
|---|---|---|
/vote | /votes | Open the candle dashboard. |
/vote <site> | Send a clickable vote link for one site. | |
/vote sites | Open the compact list of every vote site. | |
/vote stats [player] | View your vote stats — or another player’s. | |
/vote top | /votetop | View the top-voters leaderboard. |
/vote party | /voteparty | Check vote-party progress. |
/vote spin | Open the daily reward wheel. | |
/vote shop | Open the Vote Shop. | |
/vote points [player] | Check vote-point balance — yours or another player’s. | |
/vote claim | Claim rewards queued while you were offline. | |
/vote help | Show the player help menu. |
Admin commands
Section titled “Admin commands”The base command is /daisyvotes (aliases /dv, /dvotes) and requires daisyvotes.admin. Each subcommand has its own node.
| Command | Permission | Description |
|---|---|---|
/daisyvotes | daisyvotes.admin | Show the admin help menu. |
/daisyvotes reload | daisyvotes.admin.reload | Reload all configs (config.yml, menus.yml, rewards.yml, shop.yml, storage.yml). |
/daisyvotes doctor [network] | daisyvotes.admin.doctor | Run the setup diagnostic. Add network to also probe each vote-page URL. |
/daisyvotes status | daisyvotes.admin.status | Show party progress, online count, and receiver/network status. |
/daisyvotes inspect <player> | daisyvotes.admin.status | Open a player’s stats GUI. |
/daisyvotes receiver status | daisyvotes.admin.receiver | Show the built-in receiver status. |
/daisyvotes receiver reload | daisyvotes.admin.receiver | Restart the receiver after editing receiver.yml. |
/daisyvotes receiver import | daisyvotes.admin.receiver | Import settings from an existing NuVotifier config. |
/daisyvotes receiver token create|rotate <name> | daisyvotes.admin.receiver | Create or rotate a named receiver token. |
/daisyvotes receiver publickey | daisyvotes.admin.receiver | Print the v1 RSA public key. |
/daisyvotes network status | daisyvotes.admin.network | Show Redis cross-server status. |
/daisyvotes forceparty | daisyvotes.admin.forceparty | Trigger a vote party immediately. |
/daisyvotes addvotes <player> <amount> | daisyvotes.admin.edit | Add votes to a player (fires any crossed milestones). |
/daisyvotes givespin <player> <amount> | daisyvotes.admin.edit | Grant wheel spins. |
/daisyvotes points <give|set|take> <player> <amount> | daisyvotes.admin.edit | Adjust a player’s vote points. |
/daisyvotes testvote <player> [site] | daisyvotes.admin.testvote | Simulate a vote. With no site, simulates every site at once. |
Permission nodes
Section titled “Permission nodes”All admin nodes default to op only.
| Permission | Default | Grants |
|---|---|---|
daisyvotes.admin | op | The /daisyvotes base command and help. |
daisyvotes.admin.reload | op | /daisyvotes reload |
daisyvotes.admin.doctor | op | /daisyvotes doctor |
daisyvotes.admin.status | op | /daisyvotes status and /daisyvotes inspect |
daisyvotes.admin.receiver | op | All /daisyvotes receiver … subcommands |
daisyvotes.admin.network | op | /daisyvotes network status |
daisyvotes.admin.edit | op | /daisyvotes addvotes, givespin, and points |
daisyvotes.admin.forceparty | op | /daisyvotes forceparty |
daisyvotes.admin.testvote | op | /daisyvotes testvote |