HyronicHyronic Mcmmo Docs

coreskills.yml

Enable or disable each mcMMO skill (and a few per-skill basics like Acrobatics Roll).

coreskills.yml is the master on/off switch per skill. Set a skill's Enabled: false to turn off all its sub-skills at once. A few skills also expose a basic sub-toggle here (for example Acrobatics' Roll).

The default file only spells out Acrobatics explicitly. Every skill follows the same shape. Add a block (Mining:Enabled: false, etc.) to disable any other skill.

Default coreskills.yml

Full default file shipped with mcMMO 2.2.054:

#
# This file includes a few settings for each skill in mcMMO

#Acrobatics
Acrobatics:
    # turn this to false to disable all subskills for this skill
    Enabled: true
    Roll:
        Enabled: true

On this page