LegendaryVoting

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




-
View User Profile
-
Send Message
Posted Mar 31, 2013@SDDJ
whats the mysql error
-
View User Profile
-
Send Message
Posted Mar 30, 2013It's strange, the database function does not work for me :/ I've got LWC set up using the database, and it connects and functions fine using the same database details, but legendaryvoting gives a connection error. It's not a full-on java error, but just a one-liner, can't remember what it was off the top of my head. :[
It is working perfectly for distributing the rewards though! :D
-
View User Profile
-
Send Message
Posted Jan 5, 2013Could you add an added ability for it to store in .txt or MySQL to store/hold votes and check when players come online to give them their money/items from voting so they don't have to be online while voting?
-
View User Profile
-
Send Message
Posted Nov 20, 2012Great plugin, I absolutely love it! Please keep it in development.
-
View User Profile
-
Send Message
Posted Nov 11, 2012-
View User Profile
-
Send Message
Posted Nov 11, 2012Any chance you can add a random item reward? Using a blacklist to filter items you don't want as a random reward. Or a whitelist just for the items you want rewarded.
-
View User Profile
-
Send Message
Posted Nov 5, 2012@Demonlover11
will be added in 1.1
-
View User Profile
-
Send Message
Posted Oct 31, 2012-
View User Profile
-
Send Message
Posted Oct 29, 2012@Demonlover11
yes i will add this soon
-
View User Profile
-
Send Message
Posted Oct 29, 2012Some sort of qeue that writes a player to a text file or something if they vote offline and it writes them on a new line each time, example: Playername Voting Website That way upon log in it gives them there items, tell them what website they voted from, etc.
-
View User Profile
-
Send Message
Posted Oct 26, 2012@clutchcraft
Good idea i could add this :)
-
View User Profile
-
Send Message
Posted Oct 26, 2012Great job on this plugin.
Do you plan on implementing off-line voting? Currently it just throws a Java exception if the player is not online.
-
View User Profile
-
Send Message
Posted Oct 25, 2012@kittenchunks
thats vote4diamonds this handles way more..... it has database support and everything and im slowly releasing my private plugins
-
View User Profile
-
Send Message
Posted Oct 25, 2012Why make this when md_5 already did?
-
View User Profile
-
Send Message
Posted Oct 25, 2012Download is awaiting bukkit approval
@selfservice0 Thanks Donny
-
View User Profile
-
Send Message
Posted Oct 24, 2012Is There a Download?
-
View User Profile
-
Send Message
Posted Oct 24, 2012This is exactly what I've been looking for, a way to disable broadcasts would be nice too.
-
View User Profile
-
Send Message
Posted Oct 24, 2012Great plugin. Awesome Dev!
-
View User Profile
-
Send Message
Posted Oct 24, 2012Looks like an amazing Plugin! Love the idea of In Game Leaderboard!