[Bug]: Issue with moved Bukkit.yml file
1ntent1on opened this issue ยท 0 comments
/mv version -p
output
https://paste.gg/p/anonymous/bb79cb85516c4faca9edaffc768a9629
Server logs
Server Version
Pufferfish version git-Pufferfish-24 (MC: 1.19)
Bug Description
Hello, im getting this warn on server startup "[Multiverse-Core] Could not read 'bukkit.yml'. Any Default worldgenerators will not be loaded!".
Its being caused by this JVM flag --bukkit-settings=config/bukkit.yml, which moves bukkit.yml info config folder (its useful for 1.19 servers because of the Paper config location changes)
Steps to reproduce
- Create a config folder in your main directory
- Move bukkit.yml into this new folder (remove the old default one)
- Add this JVM startup flag --bukkit-settings=config/bukkit.yml
- Start the server, wait for the warn message to appear
Agreements
- I have searched for and ensured there isn't already an open or resolved issue(s) regarding this.
- I was able to reproduce my issue on a freshly setup and up-to-date server with the latest version of Multiverse plugins with no other plugins and with no kinds of other server or client mods.