Cuberite Forum

Full Version: world create with seed?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a seed number and would like to generate a world order. how is that possible?
Create a folder for that world, create an empty world.ini file and enter the seed information in it:
Code:
[Seed]
Seed=1
Then add that world's folder to settings.ini and start the server, it will generate the full settings for that world.

Another approach is to let the server generate a world, then edit its seed in the world.ini and delete the "region" folder so that all the chunks will be regenerated from scratch, using the new seed.
Do note, however, that MCServer and vanilla generate completely different worlds even though they get the same seeds. There's no point in reading a vanilla's seed and putting it into a MCS world, our generator works different from vanilla's.
ohh that's too bad ... is there a possibility to transfer from one world to MCServer?