McMMO Rank UP

McMMO Rank UP

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.yml is now generated in the plugin skills folder when CUSTOM is enabled in config.yml.

Example:

Skills:
  CUSTOM:
    enabled: true
  • custom.yml was 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 Skelly mob requirement is still supported as an alias for Skeleton.

Fixes

  • Fixed /mru report c causing an error when used without a skill argument.
  • Fixed /mru set buyranks on/off saving to the wrong config path.
  • Fixed custom.yml not being generated when the CUSTOM skill was enabled.
  • Fixed custom requirements requiring players to be above the configured value instead of allowing the exact required value. Requirements now use >=, so Archery: 400 works 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.