File Details
Mcmmorankup-0.9.3.jar
- R
- Jun 23, 2026
- 113.84 KB
- 123
- 26.2+3
File Name
Mcmmorankup-0.9.3.jar
Supported Versions
- 26.2
- 26.1.2
- 26.1.1
- 26.1
Update: Custom Rank Requirements and Fixes
This update improves support for custom rank paths and multiple mcMMO skill requirements.
New / Improved
- Added support for custom rank paths that require multiple mcMMO skills.
- Custom rank requirements can now combine skills.
Example:
Requirements:
1:
Woodcutting: 200
Archery: 400
In this example, the player must have at least Woodcutting level 200 and Archery level 400 to unlock the configured rank.
custom.ymlis now generated in the plugin skills folder whenCUSTOMis enabled inconfig.yml.
Example:
Skills:
CUSTOM:
enabled: true
custom.ymlwas updated with examples for multiple mcMMO skill requirements, money requirements, player kill requirements, world requirements, WorldGuard region requirements, and mob kill requirements.
Compatibility
- Existing standard skill files such as
powerlevel.yml,woodcutting.yml,archery.yml, etc. continue to work the same way. - Existing custom requirement files remain compatible.
- Missing requirement levels no longer cause errors.
- Legacy
Skellymob requirement is still supported as an alias forSkeleton.
Fixes
- Fixed
/mru report ccausing an error when used without a skill argument. - Fixed
/mru set buyranks on/offsaving to the wrong config path. - Fixed
custom.ymlnot being generated when theCUSTOMskill was enabled. - Fixed custom requirements requiring players to be above the configured value instead of allowing the exact required value. Requirements now use
>=, soArchery: 400works when the player has exactly 400 Archery.
Full Example
RankUp:
Male:
0: Stranger
1: Archer
Female:
0: Stranger
1: Archer
Requirements:
1:
Woodcutting: 200
Archery: 400
Money : 10
PlayerKilled : 1
World : 'world'
RegionWorldGuard : 'wgregion'
Broadcast:
Stranger: Stranger
Archer: Archer
Health:
Stranger: 20
Archer: 20
This allows server owners to create rank paths where players need to meet several conditions before ranking up.