Rewritten code, command rewards, group bonuses, mcMMO support
- Rewritten code - Fixed setting constant rewards - New: Group bonuses (in config.yml) - bonuses are summing when player is member of multiple groups with bonuses
Example setting:
Code (Text):
GroupRewardBonusPercent:
vip: 25
svip: 30
Player who's member of these two groups will get bonus of 55%.
- New: Command rewards (in blocks.yml) - reward players using your own commands, this feature includes support for giving mcMMO XP points
mcMMO Command syntax: "!mccmo <player> <skillname> <amountXP>"
"<amountXP>" may be replaced with constant value or with "<randomInt>" (you set min and max value below command)
In other commands you can use also "<randomFloat>" where is it applicable.