![]()
A plugin for simple player voting!
Still in development!
Background:
I wanted a plugin where a player can get promoted by voting, but those I've found didn't function like i would have liked it. So i decided to write my own.
Commands:
/vipvote <player> - The player <player> gets one vote count. You can't vote yourself, you can't vote for offline players and the player must not have the vipvote.vote permission.
Features:
Planned Features:
Permissions:
vipvote.vote - The group/player with this permission is not able to get voted
Config:
"
"Config part
"
config:
"
"Promotion command:
"You can insert any valid command you like
"This is just a example how it could look like
"Please change it if necessary!!!
"Placeholder: [NAME] = voted Player
"Use the command without the "/"
"
promotion: give [NAME] minecraft:diamond
"
"Voters Number:
"This is the count, how many people have to vote for a player
"to trigger the command above
"
numberofvoters: '5'
"
"Custom broadcast message:
"This message will show up if the vote count is reached
"Color codes are possible
"Placeholders: [NAME] = voted Player, [NUMBER] = vote count
"
message: '&c[NAME] &6has brought [NUMBER] players on the server and got a DIAMOND!'
"
"Data part
"
"Do not edit this part, as long as you don't know what you're doing
"This will be generated autoamaticly
"
data:
"
"Voters:
"the list of player who have voted
"
voters:
Droid_Dude: true
Dame: true
"
"Voted Players:
"The list of players who have been voted and their voters
"
players:
Boba:
- Droid_Dude
- Dame
Versions:
v1.0
v1.0.1
v1.1
Epilogue:
Thanks for downloading!
If you discover any bugs/glitches or want me to add a feature, write a comment in the Spigot thread: Spigot Thread
I appreciate your help and have fun with VipVote! :)