Hello, I'm creating a mod that should have a classic config file that I create with:
ModLoadingContext.get().registerConfig(ModConfig.Type.COMMON, Config.SPEC);
but I want also to have into server config folder more files .yml that I handle from the plugin. How can I create that yaml files?