This update allows for you to use this plugin to give individual rewards for a single vote as well as a vote party once the vote party number is reached.
You should download a backup of your current files, delete them from your server, and then allow the plugin to regenerate the new files.
The new default config is below.
Code (Text):
#
# BAVoteParty
#
####################################################
# What language file should be used?
Lang: lang_en
VoteParty:
SendBroadcast: true
PartyNumber: 50
CurrentVotes: 0
RewardCommands:
- 'bc YAY VOTES REACHED'
VotePoints:
PerVote: 1
Votes:
# A default is required.
default:
# Command Help
# '>' - Means run command as player.
# '!' - Means run command as console.
# ':' - Means send message to player purchasing
# '^' - Means broadcast message
# %player% - Will be replaced with the players name whos clicking
Commands:
- '!bc %player% have voted!'
low:
Commands:
- '!say %player% got lucky!'
# Chance this will run.
Chance: 50
Debug: false
There's also some backend stuff that's in preparation for the next update.