Open Elekam opened 10 months ago
has this been fixed? i also need to run a 1.20 server
this was not fixed yet. Does someone know what version does change this ?
ref to the config what is used: https://github.com/GameServerManagers/Game-Server-Configs/blob/main/pmc/server.properties
I can change this, but we cannot change easily existing installations.
should be fixed now with NEW installations at least: https://github.com/GameServerManagers/Game-Server-Configs/commit/aed9c46837540dfec588ec3abf91d0420321eb82
User story
I want to run a PaperMC server with version 1.20
Game
PaperMC
Linux distro
Ubuntu 22.04
Command
command: start
Further information
The server works fine when running "mcversion=1.20.4", but when I change it to "1.20", the server/java crashes on startup with the following error "java.lang.NumberFormatException: For input string: "default"".
I found the "level-type=default" setting in my server.properties and changed it to "minecraft:normal" like it says on the PaperMC website.
My server.properties file is attached. server.properties.txt
Relevant log output
Steps to reproduce