Features
This plugin works with Votifier: http://dev.bukkit.org/server-mods/votifier to enable the logging of votes and automatic promotion of players.
Commands
/vpro backup - backs up the database to backup.yml
/vpro restore - restores to db from backup.yml
Permissions
votepromoter.votes.add - allows use of the vote add command
votepromoter.ranks.add - allows use of the rank add command
votepromoter.ranks.remove - allows use of the ranks remove command
votepromoter.votes.set - allows use of the vote set command
votepromoter.votes.get - allows use of the vote get command
votepromoter.backup - allows use of the backup command
votepromoter.restore - allows use of the restore command
Configuration
config:
- command used to promote users use <player> for player and <rank> for rank.
promote_command: /manuadd <player> <rank>
db_config:
- MySQL or SQLite
db_driver: 'SQLite'
- Db Host Address (leave blank for SQLite)
db_host: ''
- Db port number (leave blank for SQLite)
db_port: ''
- db username (leave blank for SQLite)
db_user: ''
- db password
db_password: ''
- name of database
db_name: 'votes'
- database prefix (leave blank for SQLite)
db_prefix: ''
- debug messages (leave blank for SQLite)
db_debug: 'false'
ranks:
baron: 20
patrician: 50