Minecraft Votifier Count mod 2026 download
logo
minecraft mod Votifier Count

Votifier Count

Game Version: CB 1.7.2-R0.2
Total Downloads: 6,579
Updated: Jan 20, 2014
Created: Jul 20, 2013
Download Votifier CountDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
VotifierCount_v2.0.2 release 22.17 KB Jan 20, 2014 CB 1.7.2-R0.2 2,246 download Votifier Count VotifierCount_v2.0.2 releaseDownload
VotifierCount_v2.0.1 release 22.17 KB Jan 17, 2014 CB 1.7.2-R0.2 182 download Votifier Count VotifierCount_v2.0.1 releaseDownload
VotifierCount_v2.0.0 release 21.81 KB Jan 3, 2014 CB 1.7.2-R0.2 278 download Votifier Count VotifierCount_v2.0.0 releaseDownload
VotifierCount_v1.0.5 release 9.02 KB Nov 4, 2013 CB 1.6.4-R2.0 644 download Votifier Count VotifierCount_v1.0.5 releaseDownload
VotifierCount_v1.0.4 release 9.11 KB Oct 11, 2013 1.6.4 630 download Votifier Count VotifierCount_v1.0.4 releaseDownload
VotifierCount_v1.0.3 release 10.10 KB Sep 12, 2013 1.6.2 712 download Votifier Count VotifierCount_v1.0.3 releaseDownload
VotifierCount_v1.0.2 release 10.13 KB Aug 30, 2013 1.6.2 657 download Votifier Count VotifierCount_v1.0.2 releaseDownload
VotifierCount_v1.0.1 release 7.92 KB Jul 21, 2013 1.6.2 716 download Votifier Count VotifierCount_v1.0.1 releaseDownload
VotifierCount_v1.0.0 release 7.91 KB Jul 20, 2013 1.6.2 514 download Votifier Count VotifierCount_v1.0.0 releaseDownload

Description

Share this:

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

Add a comment