Minecraft Vote-Rank mod 2026 download
logo
minecraft mod Vote-Rank

Vote-Rank

Game Version: 1.10
Total Downloads: 6,392
Updated: Oct 4, 2016
Created: Sep 18, 2013
Download Vote-RankDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Voterank 1.3.5 release 45.30 KB Oct 4, 2016 1.10 523 download Vote-Rank Voterank 1.3.5 releaseDownload
Voterank 1.3.4 release 45.14 KB Sep 19, 2016 1.10 141 download Vote-Rank Voterank 1.3.4 releaseDownload
Voterank 1.3.3 release 44.52 KB Sep 10, 2016 1.10 106 download Vote-Rank Voterank 1.3.3 releaseDownload
Voterank 1.3.2 release 61.81 KB May 7, 2015 1.8.1 801 download Vote-Rank Voterank 1.3.2 releaseDownload
Voterank 1.3.1 release 61.56 KB Apr 24, 2015 1.8.1 140 download Vote-Rank Voterank 1.3.1 releaseDownload
Voterank 1.3 release 61.24 KB Apr 23, 2015 1.8.1 110 download Vote-Rank Voterank 1.3 releaseDownload
Voterank 1.2 release 51.86 KB Feb 4, 2015 1.8 265 download Vote-Rank Voterank 1.2 releaseDownload
Vote-Ranks 1.1 release 34.12 KB Apr 1, 2014 1.7.4 975 download Vote-Rank Vote-Ranks 1.1 releaseDownload
Vote-Ranks 1.0 release 31.21 KB Mar 8, 2014 1.7.4 335 download Vote-Rank Vote-Ranks 1.0 releaseDownload
Voterank 0.9 release 28.84 KB Nov 7, 2013 CB 1.6.4-R2.0 382 download Vote-Rank Voterank 0.9 releaseDownload
Voterank 0.8 release 27.46 KB Oct 26, 2013 CB 1.6.4-R1.0 277 download Vote-Rank Voterank 0.8 releaseDownload
Voterank 0.7 release 24.62 KB Oct 17, 2013 1.6.4 488 download Vote-Rank Voterank 0.7 releaseDownload
Voterank 0.6 release 24.65 KB Oct 11, 2013 1.6.4 438 download Vote-Rank Voterank 0.6 releaseDownload
Voterank 0.5 release 20.94 KB Oct 3, 2013 1.6.4 415 download Vote-Rank Voterank 0.5 releaseDownload
Voterank 0.4 release 18.98 KB Oct 1, 2013 1.6.4 447 download Vote-Rank Voterank 0.4 releaseDownload
Voterank 0.3 release 16.90 KB Oct 1, 2013 1.6.4 321 download Vote-Rank Voterank 0.3 releaseDownload
Voterank 0.2 release 16.69 KB Sep 30, 2013 1.6.4 228 download Vote-Rank Voterank 0.2 releaseDownload

Screenshots

Description

Share this:

Vote-Rank

About

Give your players presents for specific amount of votes,like items,books,rewards at the Chat or simply use a command on them!

How to install

Simply download the VoteRank.jar, put the Jar in your Server's Plugin Folder and restart / reload it.
The plugin creates a new folder in your pugins folder named "VoteRank". In the VoteRank folder you can find the config.yml and the VoteRank.db.

  1. Without any chanches in the config.yml the plugin uses a sqlite-database
  2. You can choose a mySql database if you want to
  3. All messages can be changed!
  4. Full Color Support! (&1 – &9 – &a – &r) / [COLORNAME]
  5. Show your Users Votes on Tab or on the right sit of their Clients!
  6. ==== Only use one Sidebar or tab because they can block each other====
  7. Look at the Images

Version 1.0 to above

  1. Colored leather armor with RGB color-code
  2. Colored Named items
  3. Overpowered entchantments

Commands

  • /setvotes <player> set the amount of votes in the mySql / sqlite database
  • /votes <player> Shows you <player>'s Vote stats
  • /votes Shows you your Vote stats
  • /votelist Shows you the top ten of voters (if there a 10 or more voters)
  • /clearvotes to clear your database
  • /clearaccept to accept clearing your database
  • /cleardeny to deny clearing your database
  • /vote to show you votesites
  • /voteversion Displays you the Version of VoteRanks
  • /addvote <player> (optionally <amount>)
  • /savebook Saves a book you are holding to a file

Permissions

  • "VoteRank.setvotes" gives the Player the permission to use the /setvotes Command
  • "VoteRank.clearvotes" gives you access to the /clearvotes Command
  • "Voterank.addvote gives you acces to the /addvotes Command"
  • "VoteRank.savebook" gives you acces to save a book as .txt
  • "VoteRanks.except.id", this except a player from getting the Goal, id has to be set in your goal

GitHub link

GitHub Voteranks Project

Goals

List of Enchantments

VoteRank's Goal – System:

You can add new Goals in the config.yml, also you can change the basic goals!

Examples:

– 'votes=1;Message=Your first vote!;broadcast=<player> has 1 vote;Give=264:0,1,null,-1,null,-1,-1,-1'

This gives you for your first vote an diamont, without any Custom Name,or anyEntchantment.

– votes>100;Message=Nice damn, <votes> votes!!;Give=266:0,1,null,-1,&6Vote-Bar,-1,-1,-1

This gives you a Gold-Bar with the gold-colored name "Vote-Bar" if you got over 100 votes.It will also announce the player.
-1 will disable the function for this item,null means no Entchantment or name

– votes=100;Message=You got 100 Votes! Here is something special:)!;Give=300:0,1,PROTECTION_EXPLOSIONS,1337,&6Marius-Suit,50,0,0

This gives the player leather pants colored in RGB color-system(50,0,0), with the gold-colored name "Marius-Suit" and
Explosion-Protection Level 1337.It will also announce the player.

Explanation:

  • votes=1 this sets the amount of Votes you need to get this Goal
  • votes<10 everytime the amount of votes are less than 10
  • votes>10 everytime the amount of vote are greater than 10
  • votes%10 everytime the amount of votes can be divided by 10
  • Message=<Message> is a private Message to the Player(if he is online)
  • broadcast=<Message> is a Global Message to all Users
  • Give=id,amount' is the option the set up an Item reward === only from Version 0.1 – 0.9 ===
  • Give=id:subid,amount,Enchantment,lvl of entchantment,Name,red,green,blue === only from Version 1.0 to above ===
  • Give=listname, gives the player a random item from a list
  • command=<command> this can execute an command as the Console
  • book=[file]plugins\VoteRanks\Books\book0.txt; convert the book0.txt to a book and give it to the player
  • – Bsp. of a book.txt –
  • book=author:Server-Team,title:The book,description:a book, fairly square!,&4Site1[newline]&4Site1,line2[newpage]Site2
  • id=id, sets the id of the goal, only used to except players from a goal
    • There is no need for any Order, but votes have to be the first Part of the Goal

The config.yml

0.9 and below

  • English config
  • Deutsche Config

1.0 an above

  • English config
  • Deutsche Config

Comments

Add a comment