yml configuration file on spigot replacement

  • 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.

msknight

New member
Jun 22, 2022
4
0
1
A noobie question... I just did the drop-in replacement of paper.jar and as expected it created it's own paper.yml. However, there are things in the spigot.yml like various seeds for generation, that aren't in the paper.yml. Does paper read the spigot.yml for this information, or does it get it from somewhere else, or are there parts I should be copying manually to the paper.yml configuration?

eg...
seed-endcity: 10387313
seed-bastion: 30084232
seed-fortress: 30084232
seed-mansion: 10387319
seed-fossil: 14357921
..etc.
 

Machine Maker

Paper Developer
Staff member
Dec 17, 2021
151
6
24
18
California
Paper doesn't replace anything in spigot.yml or bukkit.yml. It has its own config files (inside the config folder). They are just additional settings, not replacements. Pretty much all settings in bukkit.yml or spigot.yml should function the same way.
 

msknight

New member
Jun 22, 2022
4
0
1
Thanks! So paper, when starting, reads both spigot.yml and paper.yml. That's brilliant! Thanks for helping me understand what's happening.