Help with multiple configs

I cant get my configs, and also the plugin config to be created. Help appreciated :smile: here’s the gist

zml is fixing a Configurate issue where it doesn’t do if(!file.exists){ file.create(); } or at least it seems that way, manually creating the file will allow your plugin to populate it with data

import com.google.common.eventbus.Subscribe;
Remember to change that ^^

Did that already