Change Log: - Add support for conditional items, example:
Code (Text):
Items:
Item1:
# Javacript for conditional
# Uses return value to get item info (can be anything, like numbers)
ConditionalJavascript: 'VotingPluginUser.canVoteAll()'
Conditional:
false:
Material: 'REDSTONE_BLOCK'
Amount: 1
true:
Material: 'EMERALD_BLOCK'
Amount: 1
- Fixed actionbar delay (if you set one within a reward) - Added some additional placeholders for javascript: MCPerks (main class), MCPerksUser, VotingPluginUser - Some other minor internal bug fixes