Config
Contents
Configuring mcMMO[edit]
Default config files will be generated by default when you first install the plugin. To reset a config file back to its default values you can simply delete it, and McMMO will put in the default files next time you restart the plugin.
Note: McMMO 2.1 will have a complete configuration overhaul.
Default config files can be found on GitHub: Default Config Files
Advanced Configuration[edit]
General Advanced Settings - advanced.yml
Skill unlock lvls Settings - Skillranks.yml
Experience Settings - experience.yml
Item Weight Settings - itemweights.yml
Vanilla Repair Settings - repair.vanilla.yml
Salvage Settings - salvage.vanilla.yml
Excavation Treasure Settings - treasures.yml
How to change your locale files
Other Config Files[edit]
Do Not Edit These[edit]
Notes & Tips[edit]
mcMMO configuration files are in a format known as YAML.
YAML expects entries to have 4 spaces in front of them (not tabs).
You can check if your file is valid YAML by using this 3rd party site → YAML Lint
Keep in mind, just because a file is valid YAML does not mean the entries in the config file are valid.
At start-up mcMMO will check the config file for any illegal values and shut down mcMMO if it finds any. Pay attention to your server log as mcMMO is quite verbose when it finds invalid keys in the configuration files.
If config files do not exist mcMMO will copy default versions from within the mcMMO.jar
If you update mcMMO and we add new settings to the config file, we will add those into your existing config files for you.