Solved What Should you add to a pom.xml in order to enable a default config.yml

A248

New member
Jan 4, 2022
4
7
3
You need to clarify what it is that you want to do.

If you want to include the config.yml in your plugin jar, place the config.yml inside src/main/resources. By default, src/main/resources will be packaged into your plugin.
 

GamingCuber

New member
Jan 13, 2022
6
0
1
Oh ok, sorry about that. I was wondering what text I should add to a pom.xml in order for a config.yml to work in my project. Is that more specific?