What VoteReward does is record and remember every vote everyone casts.
A player will earn one VoteBuk for every vote they cast.
Players can then spend their VoteBux on loot, or save them up.
The first time this plugin runs on your server, it will create a .CSV file that you can edit it Excel, Libre Calc, or other spreadsheet program.
The file must be saved as a .CSV file, not an .XLS file.
You, the server owner, can edit this .CSV file to create a catalog of items that players can purchase with their VoteBux.
The first column (A) is the price, or number of VoteBux needed to purchase that item.
The second column (B) is the Minecraft Material name for the item. This must be the exact Material name used by the internal game code. There are web sites you can use to look up all the internal names for all Minecraft items.
The thirst column (C) is the quantity of those items the player will acquire for that price.
For example, if a row in the CSV file looks like this:
2,ENDER_PEARL,10
A player may purchase ten Ender Pearls for two VoteBux.
Every player will be able to obtain a copy of this catalog as a Minecraft Written Book with the command /VOTE CATALOG
The first page of the book will explain to the player how to purchase any item listed within, provided they have sufficient VoteBux for the purchase.
You can edit the properties file for this plugin with two paramaters
NAG=true
VOTESITE=Planet Minecraft
If NAG is true and VOTESITE contains a name, a "villager" will periodically nag your players to vote for your server on that voting site.
IMPORTANT!!!
This plugin does not detect when someone votes on a voting site -- you need a Vote Notifier plugin (or Votifier) to do that.
You can use any Votifier plugin, but I recommend NuVotifier because it is easy to install and set up and you don't need to be a network admin to make it work.
Once you have a Votifier plugin installed, it will notify VoteReward whenever someone casts a vote on a Minecraft voting site.