Hi,
I added the ability to set the used map generator in the ServerConfig.xml file.
Therefore, I added a new entry (<GeneratorType>) in the config file:
Quote:
<MapGenerator>
<RandomSeed>true</RandomSeed>
<Seed>0</Seed>
<GeneratorType>Noise2DWorldGenerator</GeneratorType>
<TreeCount>20</TreeCount>
</MapGenerator>
At the moment, you can choose between:
- NewWorldGenerator: the default generator (mineserver)
- Noise2DWorldGenerator: old default generator
- Noise3DWorldGenerator: experimental generator (floating islands)
- FlatMapGenerator: simple flat map
NewWorldGenerator:

Noise2DWorldGenerator:

Noise3DWorldGenerator:

FlatMapGenerator:

When you switch the map generator, better create a new savegame.
The transitions between two generators may look weird:

Maybe someone finds this useful...
Regards