VoteRoulette v1.9.6

Details

  • Filename
    VoteRoulette.jar
  • Uploaded by
  • Uploaded
    Feb 28, 2014
  • Size
    72.07 KB
  • Downloads
    503
  • MD5
    aa4a579360b41bee4ad0097d9b3c3345

Supported Bukkit Versions

  • CB 1.7.2-R0.3

Changelog

  • Added a new "multiple" node to items in rewards and milestones. Use this when you want multiple items with the same item ID's but different data ID's (Like spawn eggs or potions). An example will be shown below. The reason we have to go about it this way is because YAML cannot have multiple values on the same path. Before, having multiple items with the same itemID caused issues, generally only the first item was considered. Thanks to bradgillap for pointing out the issue.
  • Updated the messages displaying what items are in rewards to be more descriptive about spawn eggs and potions.

How to use the new multiple node:

Example Reward:
        items:
            264:
                amount: 5
            373:
                multiple:
                    1:
                        dataID: 8257
                        amount: 2
                    2:
                        dataID: 8195
                        amount: 1
            383:
                multiple:
                    sheep eggs:
                        dataID: 91
                        amount: 1
                    cow eggs:
                        dataID: 92
                        amount: 3
                    chicken eggs:
                        dataID: 93
                        amount: 5

The sections under the "multiple" node can be named whatever you want, as long as they are different from each other. In this example, I used both numbers and descriptive words.

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

None at this time.