promotional bannermobile promotional banner

LegendaryVoting

LegendaryVoting
<p>Logo</p>

Logo

Description

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

The LegendaryVoting Team

profile avatar
  • 1
    Followers
  • 30
    Projects
  • 1.0M
    Downloads
Donate

More from IcyRelicView all

  • LovelyStaffList project image

    LovelyStaffList

    • 1.7K
    • Bukkit Plugins

    LovelyStaffList currently lists all of the online staff members on the server using the commands /who or /online.

    • 1.7K
    • October 19, 2017
    • Bukkit Plugins
    • +3
  • PokemonGo project image

    PokemonGo

    • 0
    • Bukkit Plugins

    PokemonGo allows players to collect / trade / battle pokemon

    • 0
    • July 15, 2016
    • Bukkit Plugins
    • +2
  • LegendaryMessages project image

    LegendaryMessages

    • 962.8K
    • Bukkit Plugins

    Custom Join Messages

    • 962.8K
    • July 10, 2016
    • Bukkit Plugins
    • +2
  • LegendaryBans project image

    LegendaryBans

    • 3.5K
    • Bukkit Plugins

    Ban Management System

    • 3.5K
    • February 24, 2015
    • Bukkit Plugins
    • +2
  • LovelyStaffList project image

    LovelyStaffList

    • 1.7K
    • Bukkit Plugins

    LovelyStaffList currently lists all of the online staff members on the server using the commands /who or /online.

    • 1.7K
    • October 19, 2017
    • Bukkit Plugins
    • +3
  • PokemonGo project image

    PokemonGo

    • 0
    • Bukkit Plugins

    PokemonGo allows players to collect / trade / battle pokemon

    • 0
    • July 15, 2016
    • Bukkit Plugins
    • +2
  • LegendaryMessages project image

    LegendaryMessages

    • 962.8K
    • Bukkit Plugins

    Custom Join Messages

    • 962.8K
    • July 10, 2016
    • Bukkit Plugins
    • +2
  • LegendaryBans project image

    LegendaryBans

    • 3.5K
    • Bukkit Plugins

    Ban Management System

    • 3.5K
    • February 24, 2015
    • Bukkit Plugins
    • +2