Simple fast and easy, upload and edit the config!
Important!
You will need votifier I recommend VotifierPlus:
https://www.spigotmc.org/resources/votifierplus.74040/
Config:
Code (YAML):
# VoteParty Config #
# Usage: {user} = players name #
# Usage: {van} = Shows how many people have voted #
# Usage: {totalvotes} = Total votes needed for VoteParty (voteallreward) #
# votereward example: crate key {user} vote 1 #
# Please type the command you want the server to run when a user votes #
VoteReward
: 'crate key
{user
} vote 1'
# voteallreward example: crate key all vote 1 #
# Please type the command you want the server to run when the server gets x amount of votes #
VoteAllReward
: 'crate key
all vote 1'
# Amount of votes before the server runs voteallreward #
# voteallnumber example: 10 #
VoteAllNumber
: 10
# Messages #
Prefix
: '&a
[&6VoteParty&a
] '
VoteAllRewardMessage
: '&a
{van
} players have voted and you have been given a reward!'
VotesUntilPartyMessage
: '&a
{van
} out of
{totalvotes
} votes.'
VoteMessage
: '&aThanks for voting
{user
}.'
# DO NOT TOUCH. This is used to save the number of current votes during restarts.
CurrentVotes
: 0
Commands
/votes - voteparty.votes Check a players total votes
Minecraft Server Hosting
PlaceholderAPI
%votepartyapi_playertotalvotes% - Will show the players total amount of votes
%votepartyapi_totalvotesneeded% - Will show total votes needed for drop party (The votallnumber)
%votepartyapi_currentvotes% - Will show how many people have voted