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

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

A248

New member
Jan 4, 2022
5
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?