ConsulHosting
VPS HostingVirtual Private Servers for hosting online infrastructure.Managed VPS HostingManaged VPS Hosting for websites with DirectAdmin, cPanel or Plesk.
Web HostingWeb hosting for hobbyists up to medium-sized businesses.Domain NamesRegister a new domain or transfer your existing one to ConsulHosting.Reseller HostingWhite-label reseller hosting to resell web hosting services.
Minecraft HostingAffordable, high-quality Minecraft Server Hosting for Java & Bedrock.VPS HostingVirtual Private Servers for hosting online infrastructure.Web HostingWeb hosting for hobbyists up to medium-sized businesses.
About ConsulHostingDiscover our core values and what ConsulHosting is committed to.Knowledge baseLook for answers to your questions in the knowledge base.ContactContact us via live chat, email or a support ticket.
Log in
KnowledgebaseMinecraft HostingHow to Create a Flat World on Your Minecraft Server

Table of Contents

  1. Creating a flat Minecraft world
  2. Customizing the flat world
  3. Disabling the flat world

How to Create a Flat World on Your Minecraft Server

Published on July 19, 2026

A flat world, also known as a superflat world, consists of fixed horizontal layers without the usual landscape of mountains and valleys. This makes this world type suitable for large building projects, redstone contraptions, minigames and survival challenges. In this guide, we explain how to create a flat world, customize its block layers and return to a normal world on your Minecraft server.

Creating a flat Minecraft world

Note Flat-world settings are only applied when a new world is created. Your existing world will not automatically become flat. Create a backup before removing a world folder.
  1. Log in to the game panel and go to your Minecraft server.
  2. Stop the Minecraft server if it is still running.
  3. Open the Files page and click the server.properties file.
  4. Find the lines beginning with level-type= and generator-settings=. Change them to:
properties
level-type=flat
generator-settings={}
  1. Save the changes.
  2. Return to the Files page.
Tip Would you like to keep the existing world without removing it? Change level-name=world to something such as level-name=world_flat. The server will then create a separate world folder. You can return to the old world later by restoring the original value after level-name=.
  1. Remove the current world folder. The name of this folder is set after level-name= in server.properties and is world by default.
  2. Start the Minecraft server using the green start button. A new flat world will automatically be created during startup.
Note Only the Overworld becomes flat. The Nether and End continue to use their normal world generation.

Customizing the flat world

The generator-settings= property determines which block layers make up the flat world and which biome is used. You must configure these settings before the world is created.

  1. Stop the Minecraft server.
  2. Create a backup of any existing flat world if you want to keep it.
  3. Open the server.properties file again from the Files page.
  4. Make sure level-type=flat is configured.
  5. Replace the generator-settings={} line with a custom configuration, for example:
properties
generator-settings={"biome":"minecraft:plains","layers":[{"block":"minecraft:bedrock","height":1},{"block":"minecraft:stone","height":60},{"block":"minecraft:dirt","height":3},{"block":"minecraft:grass_block","height":1}]}

From bottom to top, this example creates a world with one layer of bedrock, sixty layers of stone, three layers of dirt and one layer of grass blocks.

Setting

Meaning

biome

The biome used for the flat world

layers

The block layers, listed from bottom to top

block

The Minecraft ID of the block

height

The number of blocks that make up the layer

  1. Would you like to prevent villages and other structures from generating? Also change:
properties
generate-structures=false
  1. Save the changes.
  2. Remove the current world folder or enter a new, unused folder name after level-name=.
  3. Start the Minecraft server to generate the customized flat world.

Disabling the flat world

To use a normal world again, you must generate a new normal world or switch back to a world you preserved earlier.

  1. Stop the Minecraft server.
  2. Create a backup of the flat world if you want to keep it.
  3. Open the server.properties file through Files.
  4. Change the settings to:
properties
level-type=normal
generator-settings={}
  1. Save the changes.
  2. Remove the flat world folder to generate a new normal world. Did you preserve the original world under a different folder name? Enter that name after level-name= and do not remove its folder.
  3. Start the Minecraft server using the green start button.
Note Changing only level-type= does not convert an existing flat world into a normal world. The server continues loading the existing world until you configure a new folder name, remove the flat world or restore a previous world.

Was this article helpful?

ConsulHosting logo wide

ConsulHosting

ContactKnowledge baseAccountAbout UsStatusAbuse report

Services

VPS HostingWeb HostingMinecraft HostingDomainsReseller HostingManaged VPS Hosting

© 2020-2026 ConsulHosting B.V.•Prices are excluding VAT unless stated otherwise

Terms of ServicePrivacyService Level Agreement