Minecraft LegendaryVoting mod 2026 download
logo
minecraft mod LegendaryVoting

LegendaryVoting

Game Version: CB 1.7.9-R0.1
Total Downloads: 2,316
Updated: Jun 12, 2014
Created: Oct 25, 2012
Download LegendaryVotingDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
LegendaryVoting v2.1 release 18.18 KB Jun 12, 2014 CB 1.7.9-R0.1 528 download LegendaryVoting LegendaryVoting v2.1 releaseDownload
LegendaryVoting 2.0 release 10.84 KB Mar 29, 2013 1.5.1 1,045 download LegendaryVoting LegendaryVoting 2.0 releaseDownload
LegendaryVoting v1.0 release 8.62 KB Oct 25, 2012 CB 1.3.2-R2.0 743 download LegendaryVoting LegendaryVoting v1.0 releaseDownload

Screenshots

Description

Share this:

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

Comments

Add a comment