Votifier Count
VotifierCount
Votifier Count helps servers to give rewards to the players whose votes have reached a certain amount.
PLUGIN TOTALLY REWRITTEN!
Features
- give rewards to the players who votes have reached a certain amount.
- counts player's votes
Installation
- Copy the votifier_count.jar to the /plugins folder
- IMPORTANT! This is a plugin but NOT a listener.
- Install the latest version of DataManagerAPI here (required)
- Start and stop the server
- 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
- votifiercount.votes - Allows players to access the command /votes
- votifiercount.topvotes - Allows players to access the command /topvotes
- votifiercount.resetvotes - Allows players to access the command /resetvotes
Commands
- /votes [player] - Checks votes of a specific player or yourself.
- /resetvotes - Resets ALL the votes! (Only ops can do this)
- /vchelp - Displays help
- /topvotes - Displays top voters' IGN and No. of votes
- /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:
-
View User Profile
-
Send Message
Posted Aug 12, 2013@scott1619
Its a plugin not a listener, so it should be put in the plugin folder not in votifier/listeners
-
View User Profile
-
Send Message
Posted Aug 9, 2013I cant seem to install this right.... I put it in the plugins folder and restart everything goes well, but Votifier doesnt pick this up as a listener.... Any help would be great :D
-
View User Profile
-
Send Message
Posted Aug 6, 2013Could you add MySQL support? I wanted to list my top voters in my server website.
-
View User Profile
-
Send Message
Posted Aug 2, 2013@Louis1234567890987654321
Yes.. but you cannot make 2 commands in the rewards.txt.. ?
Also i really hope there comes something that allows players to also vote when they are not logged in.
-
View User Profile
-
Send Message
Posted Jul 31, 2013@egaming
You dont have to make 10 txt files. The number of txt files depends on you
-
View User Profile
-
Send Message
Posted Jul 27, 2013You should make it so it is possible to work with yaml instead of txt and everything in 1 yaml file. Bit of a hassle to make 10 .txt files.
-
View User Profile
-
Send Message
Posted Jul 21, 2013@monstercat101
I'm also looking for a way to do this. Hopefully this plugin will be able to, sometime :)
-
View User Profile
-
Send Message
Posted Jul 21, 2013Looks awesome, is it possible to be able to execute a command after a set time also? I would like to give donor packages to high voters, but they must expire after a week.