CustomVoting (Reworked) – Updated for 1.19.4 – 1.21.11
This is a reworked and maintained version of the original CustomVoting plugin, updated to support modern Minecraft versions up to 1.21.11.
The original project is no longer actively maintained, so this version focuses on restoring compatibility, stability, and usability for current server environments while keeping the original functionality intact.
Dependencies: NuVotifier, Votifier, VotifierPlus
Code (Text):
%CV_SERVER_VOTES% // total server votes
%CV_PLAYER_VOTES% // your votes
%CV_PLAYER_VOTES_MONTHLY% // your monthly votes
%CV_PLAYER_VOTES_WEEKLY% // your weekly votes
%CV_PLAYER_VOTES_DAILY% // your daily votes
%CV_PLAYER_STREAK_DAILY% // your streak days
%CV_PLAYER_VOTES_1% // top voter 1's votes
%CV_PLAYER_VOTES_1_NAME% // top voter 1's name
%CV_PLAYER_VOTES_1_MONTHLY% // top voter 1's monthly votes
%CV_PLAYER_VOTES_1_WEEKLY% // top voter 1's weekly votes
%CV_PLAYER_VOTES_1_DAILY% // top voter 1's daily votes
You can use as many numbers as you like
The top voters are sorted by month or all-time according to your 'Monthly Period' setting. (Default is all-time)
%CV_VOTE_PARTY_TOTAL% // total of votes required for a voteparty.
%CV_VOTE_PARTY_CURRENT% // votes current period.
%CV_VOTE_PARTY_UNTIL% // votes left until the voteparty.
Code (Text):
/vote
shows you the votelinks
permission: customvoting.vote
/fakevote [player] [website]
do a test or fake vote
permission: customvoting.fakevote
/setvotes <amount> [player]
change someone's votes
permission: customvoting.votes.set
/clearmonthlyvotes [player]
reset someone's period votes
permission: customvoting.monthly
/votes [player]
displays your or someone's current votes
permission: customvoting.votes[.others]
/votetop
displays the top voters
permission: customvoting.votetop
/voteparty start | create
start the vote party or receive the vote party chest
permission: customvoting.voteparty
/votesettings
a GUI based vote editor
permission: customvoting.settings
/votereload [cache]
reload the configuration (and cache)
permission: customvoting.reload