VoteHub allows you to distribute your Votifier votes to multiple server.
Any votes that come to your servers will be automatically forwarded to the server set in the config.
THIS PLUGIN REQUIRES VOTIFIER!
config.yml:
The plugin has two command (currently op-only):Code (Text):defaultService: VoteHub #Default service name
logToConsole: false #Log votes to console
servers:
server1: #Server name
address: 127.0.0.1 #IP of the server
port: 8102 #VOTIFIER port for the server
pubkey: PUBKEY_HERE #Votifier public key
customService: CustomVote #Name of the custom service (leave blank to use default)
/vhreload - Reload the plugin
/sendvote <player> [service=default] - Send a fake vote for <player> from [service]
Before you call this a ripoff: This was inspired by VoteSend and bits of the code are quite similar, but since that plugin was discontinued, I decided to make my own version with many improvements

VoteHub 0.2
Distribute Votifier votes to all of your servers