TheNextLvlTheNextLvl

Presets

How to create your own presets.

GitHub Edit on GitHub

Presets are a way to create custom flat world configurations in Worlds.

Presets are stored under the Worlds/presets directory in your plugins folder.
Each preset is a JSON file that defines the properties of the flat world.

Preset specifications are based on the Minecraft Wiki.

  • biome: The Biome ID of the world
  • lakes: Whether lava lakes will be generated in the world.
  • features: Whether the world will have features such as ores.
  • decoration: A boolean whether the world will have decorations such as trees, flowers, etc.
  • layers*: A json array of layers, interpreted from top to bottom, starting at the world bottom.
    • block: The Block ID (e.g., minecraft:stone).
    • height: The height of the layer in blocks.
  • structure_overrides: A json array of Structure IDs

Entries marked with an asterisk (*) are required.

Available presets

The following vanilla presets are available by default:

Last updated on