Issue with level-type in Dev version
CTO7 opened this issue ยท 3 comments
Modpack version
Github 0.5.0
Describe the bug
A clear and concise description of what the bug is.
When setting up the server files in server.properties the line
level-type=terraforged
has a space after it which causes a crash on start
Logs
Input pastebin link to crash-report or latest.log
, if applicable.
https://pastebin.com/SF1uQ8YP
Screenshots
If applicable, add screenshots to help explain your problem.
I can't reproduce this issue, how did your server.properties generate, which file did you use to start the server? :)
Thanks @anubiann00b, easily reproduced with those steps :)
It has been fixed in-dev
I'm getting the same issue--here's the steps I took:
- cloned the repo fresh
- ran ./InstanceSetupSync.bat
- ran ./update-server.ps1
- ran ./start-automated-server.bat
Removing the trailing space fixes the problem for me. Maybe related, but I noticed when setting things up this way that eula.txt also had a trailing space that prevented it from starting? The startup script didn't warn for it, but the minecraft server itself exiting with an error message about it.