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 2.0 release | 10.84 KB | Mar 29, 2013 | 1.5.1 | 1,045 | Download |
| LegendaryVoting v1.0 release | 8.62 KB | Oct 25, 2012 | CB 1.3.2-R2.0 | 743 | Download |
Screenshots
Description


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
Get 0.05 TON 💎
Download
Add a comment