Level Type refers to the type of map or world that your server generates.
By default, there are four level types that you can choose from:
LEVEL TYPE | DESCRIPTION |
DEFAULT For 1.19+ use NORMAL |
This is the default, standard world type. It includes hills, valleys, water and more. |
FLAT | This is a flat world with no features such as hills, valleys or bodies of water. You can still use generator settings to modify how a flat world is generated. |
LARGEBIOMES For 1.19+ use LARGE_BIOMES |
This world type is essentially the same as "DEFAULT/NORMAL" type, except that biomes are larger. |
AMPLIFIED | This world type is essentially the same as "DEFAULT/NORMAL" type, except that mountains are much higher, ravines are much deeper, and floating islands can spawn high in the sky. |
Along with this, if you're using 1.19 or above, the level types DEFAULT and LARGEBIOMES are no longer recognized as level types, you must use NORMAL and LARGE_BIOMES.
Once you know which level type you would like to use for your server, follow these simple steps to set it up:
- Stop your server. This is an important step that must be completed before making any changes to your server.
- In your Multicraft Control Panel, navigate to Files > Config Files.
- On the Config Files page, select Server Settings.
- Locate the option called level-type and enter the level type you want: DEFAULT, FLAT, LARGEBIOMES, or AMPLIFIED. If the level-type option is missing see below for details on how to add this option manually.
- After you have set your preferred level type, save the settings by scrolling to the bottom of the page and clicking on the blue Save button.
- Start your Minecraft server to allow for your world to generate with the level type you've selected. If you have an existing world, you will need to reset or delete your world before starting your server.
That's it! You have successfully changed your server's level type.
Missing Level Type?
If the level-type option is missing from your Server Settings you can add it manually by following the steps below:
- Stop your server. This is an important step that must be completed before making any changes to your server.
- On your Multicraft Panel (https://mc.shockbyte.com/), navigate to Files > FTP File Access and log into the built-in file manager.
- Locate the server.properties file and click on the "Edit" option on its right.
- Scroll to the bottom and add level-type=
- Click on the Save button to save the changes.
Now that you have added the level-type option you can follow this article from the start to change your level type.