VoteRoulette v1.9.7

Details

  • Filename
    VoteRoulette.jar
  • Uploaded by
  • Uploaded
    Mar 9, 2014
  • Size
    76.86 KB
  • Downloads
    1,467
  • MD5
    7aade18dea7d9b5a663401c093927cea

Supported Bukkit Versions

  • CB 1.7.2-R0.3

Changelog

  • Added a new "reroll" node to Reward/Milestones. Use this to have an award reroll the dice for a chance to get second reward on top of the first!
    • Either include a name of the reward you wanted to be rerolled or put "ANY" to have one chosen at random.
    • You can include a custom chance for the reroll thats different from the rewards default chance (if it has one).
    • If you don't include a chance, the rewards chance will be used, if it doesn't have one, then the player will always receive it!
    • Reroll settings for a rerolled reward are not ignored, so you can chain rerolls. But be careful, you can infinite loop reroll rewards this way!
    • You can have reroll settings for both Rewards and Milestones, however the rerolled award can only be a Reward.
    • Example:
    Diamondz:
        items:
            264:
                amount: 5
        reroll: Moar Diamondz (50%)

    Moar Diamondz:
        items:
            264:
                amount: 2
        chance: 0%
  • In the example, if a player recieves the reward "Diamondz", they have a 50% chance to also get the reward "Moar Diamondz".
    • Notice that "Moar Diamondz" has default chance of 0%, meaning they would never get this otherwise!
    • You can specify chance for reroll rewards the same as you would normally (IE 50%, 1/500, or 10)
  • Added a new "description" node for Rewards/Milestones. Provide a brief description of your reward/milestone.
    • Similar to the "message" node, however the description will show up when a player types "/vr rewards". Will also be used for the "%prizes%" tag in the reward message.
    • Mainly included for use in rewards/milestones that only issue commands. Before those rewards would show up as empty when viewed via "/vr rewards".
    • Example:
    Falling With Style:
        commands:
            - fly %player%
            - (300) fly %player%
        description: "Fly mode for 5 minutes"
  • You can now have a delayed command automatically run if the server shuts down (or VoteRoulette gets disabled)
    • Example:
    Falling With Style:
        commands:
            - fly %player%
            - (300/logoff/shutdown) fly %player%
  • In this example, when a player receives the reward, they immediately get fly mode. Then 5 minutes later, fly mode gets turned back off. In addition to that, if the player logs off or if the server shuts down before the 5 minutes are up, the command will run to make sure fly mode is turned off.
  • A new localizations.yml file located in the data folder! This file contains a lot of the notifications sent to players for various things in VR. The main intent for this file is to make it easy to change the language used in VR. Currently the file doesn't have all the notifications that are in VR yet, but more will be added over time. If you translate the localizations.yml to another language, let me know! I'll keep of list of them.
  • Bug Fixes/ Minor Changes
    • Fixed some bugs with translating color codes for item name and lore descriptions and other things.
    • VR now considers 0% as a chance for Rewards/Milestone. (Before if 0 was stated, VR would skip over it)
    • Enchants on enchanted books are properly registered now.
    • Few other minor things I've since forgotten about.

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