Vote Promoter

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:

  1. command used to promote users use <player> for player and <rank> for rank.
    promote_command: /manuadd <player> <rank>

    db_config:
  2. MySQL or SQLite
    db_driver: 'SQLite'
  3. Db Host Address (leave blank for SQLite)
    db_host: ''
  4. Db port number (leave blank for SQLite)
    db_port: ''
  5. db username (leave blank for SQLite)
    db_user: ''
  6. db password
    db_password: ''
  7. name of database
    db_name: 'votes'
  8. database prefix (leave blank for SQLite)
    db_prefix: ''
  9. debug messages (leave blank for SQLite)
    db_debug: 'false'
    ranks:
    baron: 20
    patrician: 50


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files