Changes to config revert when starting bukkit
andyogm opened this issue ยท 4 comments
I can't get any of my changes to the config file to stick. And yes I saved it =P
All the changes are undone when I start up the bukkit server. Any idea what's going on with this?
PS reads the config and rewrites it (with everything it read) on startup. It should output the exact same file only with clean formatting. If there is anything on the config that is not making it after the read and write it means you may have yaml formatting errors.
Huh okay I know nothing about yaml. I'll try learning up on that. Thank you for the quick response!
I'm curious though, the default config file I have appears to be unformatted. Is that typical?
Make sure you don't use tabs for anything, use two spaces instead. The tab character breaks the config file. Use something like Notepad++ (configured to use spaces instead of tabs).
http://stackoverflow.com/questions/2235606/best-yaml-editor-for-windows-users