Server Configuration/WorldGenerator.eco
From Eco - English Wiki
Settings here will only take effect when generating a new world.
SeedDetermines the randomizer seed used for world generation. Two identical config files with the same seed will generate identical worlds. Identical config files with different seeds will generate similar (i.e. based on the same parameters) but different worlds.DimensionsBoth values must be equal, and must be multiples of 4 (or the server won't launch). Larger world will be more resistant to pollution and have more natural resources. These values correspond to tens of meters (not blocks), so the default 72x72 world is 720 meters in each direction, or 0.52km2. See also Server Configuration#Change World Size.WaterLevelAt which height level the water's surface is. Defaults to a multiple of 4. Other values (e.g. 62 instead of the default 60) will cause water to reach only partially up the side of blocks. If that is a problem is unknown.HeightThe maximum world terrain elevation, probably.
LandPercentageRangean upper and lower bound for how much of the world can be made into landmass during world generation. Anything that isn't land will be made into ocean. Keep in mind that more land will mean more vegetation and animals, which may shift the difficulty of the game as these affect pollution outcomes and available resources.CoastlineSizeSize of land coast (beach)ShallowOceanSizeUnknown, may be related to how much shallow water surrounds landmasses.BiomePercentHow much of the landmass will be of a certain biome type, adjustable for each kind of biome (e.g. WarmForestPercent). Uses a decimal value rather than percentages in the config file. The sum of these values must add up to less than a hundred percent so that the remainder can be made into grasslands.NumContinentsRangeDetermines how many continents may be created. Set max and min values to the same (e.g. 2) to ensure exactly that many continents are generated.ContinentAvoidRangeHow far apart continents will be. Unknown what the values actually mean.IslandPercentHow much of the world (or remaining ocean, maybe) will be dotted with islands.NumSmallIslandsRangeDetermines the number of islands. Combined with IslandPercent, determines the size and number of islands present.IslandAvoidRangeDetermines how far from other landmasses islands will be generated. Unknown what the values actually mean.NumBiomeOne setting for each type (e.g. NumRainforests, etc.), determining how many will be generated. Combine with BiomePercent to make, for example, many small or fewer large such biomes.LakeSizeRangeRange of how many blocks the lakes will take up.NumLakesRangeRange of how many lakes canspawn.NumRiversRangeRange of how many rivers can spawn.RiverAvoidanceDistance between the spawned rivers.RiverWidthWidth of the River in blocks.MaxElevationOceanDistanceUnknown.ElevationPowerUnknown.AutoScaleUnknown.AutoScaleExponentUnknown.SaveTerrainImageCreates a biomes.png image in the server folder after worldgen if set to true.