Mineuniverse
Log in Register
Plugins

LegendaryVoting

LegendaryVoting
by IcyRelic
Download Claim this project
2,899 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Economy Informational

logo

Source Code on BitBucket Read the wiki documentation about legendaryvoting Report a bug with the plugin Make a paypal donation

Requirements

  • Vault
  • Votifier

About

LegendaryVoting is your all-in-one voting plugin. It safely handles all your votes even if the player is offline. It has random rewards with reward rarity. A token system featuring a token store with many customization options

Features

  • MySQL Support
  • Random Rewards
  • Reward Rarity
  • Tokens
  • Token Store
  • API for token expansions

Setup

  • Download The Plugin
  • Place LegendaryVoting.jar in the /plugins/ folder
  • Restart The Server
  • Edit the config
  • Restart The Server
  • Finished!

Website Leaderboard

<?php
  echo "<h1>Top 10 Votes</h1>";
  $con = mysql_connect("localhost","root","password");
  mysql_select_db("voting", $con);
  $result = mysql_query("SELECT * FROM votes ORDER BY votes DESC LIMIT 0, 10");
  echo "<table cellpadding=3 cellspacing=5><tr><td width=50><div align=center><b>Rank</b></div></td><td width=125><b>Username</b></td><td width=80><b>Total Votes<b></td></tr>";
  $x = 1;
  while($row = mysql_fetch_assoc($result)){

    echo "<tr><td colspan=3><hr></td></tr>";
    echo "<tr><td width=50><div align=center><b>".$x.".</b></div></td><td width=125>";
    echo $row['user'];
    echo "</td><td width=80>";
    echo $row['votes'];
    echo "</td></tr>";
    $x = $x + 1;
  }
?>

Default Config

Database:
  Enabled: false
  Host: localhost
  Port: 3306
  Database: voting
  Username: root
  Password: password
Settings:
  RankCommand: 'pex user %name% group set %rank%'
  Probability:
    COMMON: 40
    UNCOMMON: 30
    RARE: 10
    ULTRA_RARE: 7
    EPIC: 3
Messages:
  Broadcast: '&7%player% &8has voted on &7%service%'
  PlayerOnly: '&aThanks for voting! Here is your rewards!'

To-Do

  • More uses for tokens
  • Request Ideas Below
LegendaryVoting v2.1
MC CB 1.7.9-R0.1
Release 2014-06-12 Get
LegendaryVoting 2.0
MC 1.5.1
Release 2013-03-29 Get
LegendaryVoting v1.0
MC CB 1.3.2-R2.0
Release 2012-10-25 Get

More from IcyRelic

LegendaryMessages
963,227
LegendaryGodMode
5,884
LegendaryStaffList
5,734
LegendaryHomes
5,674
Paid2Level
5,372
LegendaryBans
3,628

You Might Also Like

HyperConomy
The all in one economy and shop plugin.
94,502
Experience Bank II
Experience Bank II
9,883
MySQL Economy Bridge
Sync your economy accounts over many servers using MySQL.
9,832
BuyXP
Links the experience system with your economy plugin.
9,832
McmmoPay
McmmoPay
9,689
MinePermit
Require Players to pay to mine
9,617