Votifier Count

VotifierCount

Votifier Count helps servers to give rewards to the players whose votes have reached a certain amount.

PLUGIN TOTALLY REWRITTEN!

Features

  1. give rewards to the players who votes have reached a certain amount.
  2. counts player's votes

Installation

  1. Copy the votifier_count.jar to the /plugins folder
  2. IMPORTANT! This is a plugin but NOT a listener.
  3. Install the latest version of DataManagerAPI here (required)
  4. Start and stop the server
  5. Edit the file "plugins/VotifierCount/config.yml".

Configuration file :"plugins/VotifierCount/config.yml"

Sample:

resets: never (how long until the next reset?)
rewards:
  every:
    '3': //when a player votes every 3 times
      commands:
      - say <player> has votes 5 times and earned $300 ! //these commands will be executed
      - 'eco give <player> 300 '
      description:
      - '&bGet $300 every 3 votes!' //the description
    '5': //when a player votes every 5 times
      commands:
      - say <player> has voted 5 times and earned $1000 !
      - 'eco give <player> 1000 '
      description:
      - '&bGet $1000 every 5 votes!'
    '100':
      description:
      - '&cYou get $100000 when you vote every 100 times!'
  achieve:
    '50': //When a player reaches 50 votes
      commands:  //executes these commands
      - say <player> has reached 50 votes and earned $10000 !
      - 'eco give <player> 10000 '
      description:
      - '&cYou get $10000 when you reach 50 votes!'  //the description of the vote
    '100':  //When a player reaches 100 votes
      commands:
      - say <player> has reached 100 votes and earned $100000 !
      - 'eco give <player> 100000 '
save-data: true //Keep this true if you are NOT using MySQL!
//If you are using MySQL, only one server needs to handle data saving. Keep this true on one server you choose if using MySQL.
        

Permissions

  1. votifiercount.votes - Allows players to access the command /votes
  2. votifiercount.topvotes - Allows players to access the command /topvotes
  3. votifiercount.resetvotes - Allows players to access the command /resetvotes

Commands

  1. /votes [player] - Checks votes of a specific player or yourself.
  2. /resetvotes - Resets ALL the votes! (Only ops can do this)
  3. /vchelp - Displays help
  4. /topvotes - Displays top voters' IGN and No. of votes
  5. /vcversion - Displays the version of this plugin

MySQL

  • The MySQL host/port/password is managed with DataManagerAPI
  • Read this for more details on using MySQL! If you have any problems, feel free to pm me.

Bug reports

Send me a PM using the following format:

MySQL enabled:
Link to error log:
Version of VotifierCount:
Version of DataManagerAPI:

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    61944
  • Created
    Jul 20, 2013
  • Last Released File
    Jan 20, 2014
  • Total Downloads
    7,116
  • License

Categories

Members

Recent Files