VoteRoulette v1.9.3

Details

  • Filename
    VoteRoulette.jar
  • Uploaded by
  • Uploaded
    Feb 14, 2014
  • Size
    66.71 KB
  • Downloads
    455
  • MD5
    2511090f44790a1a52be499f2acab811

Supported Bukkit Versions

  • CB 1.7.2-R0.3

Changelog

  • Added a "websites: " node for rewards. Now you can set rewards for specific voting websites. Separate the sites with comas. A new file will generate in the VoteRoulette's "data" folder called "known websites", every time a vote comes through VR, the identifier of the service will save here. Use these identifiers for the "websites: " node.
  • Added the ability to delay commands in rewards/milestones. Include a "(x)" in front of the command you want to delay, where X is the number in seconds you want the command to be delayed.
  • Added the ability to force a delayed command to run if the player logs off. Useful if you needed the command to run when a player is online, such as toggling a game mode. Change the delay prefix to "(x/logoff)" where X is again the amount of seconds you want the command delayed.

Example of how to delay commands:

    Look Mom, I can fly!:
        message: "Thanks for voting! You have gotten fly mode for 5 minutes (or until you log off)!"
        commands:
            - fly %player%
            - (10) say %player% is flying!
            - (300/logoff) fly %player%

When a player receives the above reward, they will immediately get fly mode, then 10 seconds later the server will say they are flying. 5 minutes later, fly mode will be toggled back off. If the player disconnects before 5 minutes, the delayed fly command will run before the player logs off so it can properly toggle fly mode off. The best way to think of it is the command will run in 300 seconds (5 minutes) OR when the player logs off, which ever comes first.

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

None at this time.