-
Bug
-
Resolution: Won't Fix
-
None
-
1.14.32.1
-
Confirmed
-
338991
Hi, I've been trying to change the world to flat in properties but I cant find "level-type: i look on the html thing at it says that it's an option, however I cannot see it in properties
IonicEckoDescription Update
The level-type option isn't present in the default server.properties file but is listed in the bedrock_server_how_to file.
Steps to reproduce:
- Download BDS server files
- Open the server.properties file
- Observe that level-type is not present
What I expected to happen:
level-type to be present in line with the other options.
What actually happened:
Option is not present and must be added manually.
Workaround
It is still possible to use the option by copying on the below lines into your server.properties file (modify DEFAULT to your desired world type).
level-type=DEFAULT
- Sets the world type for a newly generated server. Note this will not modify an existing world.
- Allowed values: "FLAT", "LEGACY", "DEFAULT" (Caps required)