2.0 Splitting Config.yml - Rosstail/Nodewar GitHub Wiki

If you find the config.yml too large and confusing, you can split the main parts in other files. Example:

Remove the section content and set the path of the future file instead.

# config.yml

locale: "./subconfigs/locale" # Uses the plugins/Nodewar/subconfis/locale.yml file instead

map: # This section, however, stays in config.yml
  update-delay: 5

Create the file corresponding to the path specified on config.yml

# plugins/Nodewar/subconfigs/locale.yml

locale:
  lang: en_EN
  decimale-display: 1
  title:
    fade-in: 1
    stay: 18
    fade-out: 2