ParadiseLand
  • 🏝️ParadiseLand
  • ⚙️Misc
    • 🤖Installation
    • ⛰️Create your worlds
    • 👁️Default custom biomes
    • 🌳Schematics
      • ⛏️Create a new schematic
    • ⌨️Commands
      • help command
      • Info command
      • Teleport command
      • Schematic command
    • 🚰Changelog
  • ⚙️main config
  • ⬆️Plugin updates
  • 🌿Common generator properties
  • 📥Extensions
  • 📚World database
  • ⚠️Danger zone
  • ⚙️generator config
    • 🌿The generator config file
    • 🔧Properties
      • Starting height
      • Preventions
      • List of custom biomes
      • Layers (floating islands)
      • Temperature and climate
      • Temporary world generation
  • ⚙️Custom biomes
    • 🌿The biome config file
    • 🔧Properties
      • Biome name
      • Weighting
      • Base version
      • Climate
      • Surfaces
        • Frequency
        • Block types
        • Snow
        • Ice spikes
        • Lakes
        • Falling water & lava sources
        • Scattered things
        • Trails
          • Bridges
        • Crops
      • Minecraft biomes
      • Vanilla trees
      • Schematics
        • Custom trees
      • Plantains
      • Vines
      • Caves
      • Light
      • Rivers
      • Ores
      • Entities
  • ⚙️Extensions
    • 🛠️Biome Manager plugin
    • 🛠️Items adder plugin
    • 🛠️Oraxen plugin
  • ⚙️Troubles
    • ‼️Paper thread dump
    • ⚠️Tile entity warning
    • 💡Light glitches
  • ❣️Credits
Powered by GitBook
On this page
  • What is it for?
  • The default generator configuration
  • Create your own generator
  1. generator config

The generator config file

PreviousDanger zoneNextProperties

Last updated 1 year ago

What is it for?

In brief, each generator YAML configuration, found in the /plugins/ParadiseLand/generators folder is utilized by ParadiseLand to manage your custom world with custom biomes.


The default generator configuration

As I said in the , eden.yml is the default ParadiseLand generator, and it contains all the information utilized by the plugin to manage the world.


Create your own generator

Despite my efforts to make everything as simple as possible, creating a generator remains a challenging task.

Just copy the eden.yml file and give it a different name. Now, follow this entire section guide.

For example: if your file is named my-custom-generator.yml, you should use ParadiseLand:my-custom-generator.yml as a custom generator when creating a new world.

⚙️
🌿
main config -> common generator properties -> default generator