DUXPLIMA Documentation

Vote

Vote Commands

The vote module rewards players for voting for your server on listing sites and builds toward a server-wide vote party when the community hits a target. Rewards, streaks, leaderboards, and offline claiming are all handled for you.

Bridges Votifier

uxmEssentials listens for standard Votifier vote events, so any listing site that already speaks the Votifier/NuVotifier protocol works without extra glue. When a vote lands, the module fires the configured rewards, updates streaks and totals, and advances the vote party.

Votes received while a player is offline are banked and handed out with /vote claim the next time they join.


Player Commands

CommandDescriptionPermission
/voteOpen the vote-links / vote-sites GUIuxmessentials.vote.use
/vote sitesShow the configured vote sitesuxmessentials.vote.use
/vote claimClaim rewards banked while you were offlineuxmessentials.vote.use
/vote total [player]Lifetime vote totaluxmessentials.vote.use
/vote streak [player]Current vote streakuxmessentials.vote.use
/vote nextTime until you can vote again on each siteuxmessentials.vote.use
/vote lastWhen you last voteduxmessentials.vote.use
/vote top [daily|weekly|monthly|alltime]Vote leaderboard for the chosen windowuxmessentials.vote.top
/vote remindToggle vote reminders for yourselfuxmessentials.vote.use
/vote broadcastsToggle vote broadcasts appearing in your chatuxmessentials.vote.use
/vote testrewardSimulate a vote to verify your reward setup firesuxmessentials.vote.testreward
/votepartyShow progress toward the next vote partyuxmessentials.voteparty.use

Admin Commands

CommandDescriptionPermission
/vote admin givevote <player> [amount]Inject one or more votes for a playeruxmessentials.vote.admin
/vote admin reset <player>Reset a player's vote datauxmessentials.vote.admin
/voteparty forceTrigger the vote party immediatelyuxmessentials.voteparty.admin
/voteparty set <count>Set the vote-party counter to an exact valueuxmessentials.voteparty.admin
/voteparty add <amount>Add to (or, with a negative, subtract from) the counteruxmessentials.voteparty.admin
Test rewards before you go live

/vote testreward runs your reward chain exactly as a real vote would — without needing a listing site to send anything — so you can confirm items, commands, and messages land correctly before players start voting.


Examples

As a player

/vote
/vote claim
/vote streak
/vote top weekly

As an admin

/vote testreward
/vote admin givevote Steve 3
/voteparty set 40
/voteparty force

Rename or disable any of these

Every command literal above can be renamed, re-aliased, or switched off in commands/commands.conf without touching permissions — see Renaming Commands.

Next Steps