- Tested Minecraft Versions:
- 1.12
McMMO Rewards 1.2.0
Want to give your players rewards for McMMO levels? This plugin will do just that.
Features:
Give rewards for any McMMO skill
Power level rewards
Permission-based rewards
Run console commands
Run commands for players
Random rewards
For every X levels type of reward
Commands and Permissions:
/mmorew reload - mmorew.reload
Code (Text):
# McMMO Rewards plugin by ZGreenZX
SkillList:
acrobatics: # Skill name. This must be a valid McMMO skill. You can exclude skills from this list if you wish so.
5: # Skill level
isEveryXLevels: true # If this is set to true it will give rewards for every X levels. In this case for lvl 5,10, 15, 20, 25 and so on.
permission: example.permission # Permission to use this reward. Set this to false to disable permission.
randomRewards: true # Set this to true to enable 1 random reward from the list.
player: # Commands that player will run. {player} is a placeholder for player name
- 'say command 1'
- 'say command 2'
console: # Commands that console will run. {player} is a placeholder for player name
- 'give {player} apple 8'
- 'give {player} diamond 7'
25:
permission: test
randomRewards: false
console: # Commands that player will run. {player} is a placeholder for player name
- 'pex user {player} add example.permission'
alchemy: []
archery: []
axes: []
excavation: []
fishing: []
herbalism: []
mining: []
repair: []
swords: []
taming: []
unarmed: []
woodcutting: []
TotalLevel: # Rewards for McMMO power level
20: # Power level
isEveryXLevels: true # If this is set to true it will give rewards for every X levels. In this case for lvl 20, 40, 60, 80, 100 and so on.
permission: false
randomRewards: true
player: # Commands that player will run. {player} is a placeholder for player name
- 'say command 1'
- 'say command 2'
console: # Commands that console will run. {player} is a placeholder for player name
- 'give {player} apple 8'
- 'give {player} diamond 7'
To-do list:
- every x levels rewards
If you have any issues please contact me, instead of leaving bad replies and reviews.

McMMO Rewards 1.2.0
Give your players rewards for McMMO level ups
Recent Updates
- New for every X levels reward option Dec 31, 2017
- v1.1.0 Update Jul 4, 2017
- v1.0.1 Configuration fixes Jul 2, 2017