VoteRoulette v1.3

Details

  • Filename
    VoteRoulette.jar
  • Uploaded by
  • Uploaded
    Jan 11, 2014
  • Size
    51.58 KB
  • Downloads
    447
  • MD5
    df088c1815755f6fe2749410eab7cb4b

Supported Bukkit Versions

  • CB 1.7.2-R0.2

Changelog

New Features!

  • Added a "armorColor: " section to Reward/Milestone items that are leather armor. Define RGB color values to change the color of the armor!
    (Example: armorColor: 0,250,1).
    You can also use color names such as red, blue, yellow, etc. (Example: armorColor: yellow)
  • item "lore: " and "name: " sections now support the %player% tag
  • item "name: " section now supports color codes!

Other Stuff!

  • Added the backbone to MySQL support
  • Cleaned up some code
  • If a player hasn't voted yet, /vr stats will show a player has zero votes instead of "They have no votes saved"

To view the entire change log for the life of VoteRoulette, go here.

Weird error in default messages.yml file. Remove the quotation marks found in lines 7, 8, and 29:

Change this:

# All messages support color codes using the “&” symbol!
# For example, “&4” would make text red.
...
# The following is the message that is broadcasted if “broadcastVoteReminder” is set to true

To this:

# All messages support color codes using the & symbol!
# For example, &4 would make text red.
...
# The following is the message that is broadcasted if broadcastVoteReminder is set to true