Sometimes you need to add a brand new config file. Usually this happens when you have added some custom code.
Some requirements about config files:
aresmush/game/config directory.yml extension. (e.g., yourpluginname.yml)yourpluginname_skills.yml, yourpluginname_items.yml, etc.)---
yourpluginname:
color: blue
There are several ways to create a new config file:
nano aresmush/game/config/myplugin.yml) and then paste in the contents.aresmush directory:bin/script add_config_file,yourpluginname