09-10-2014, 03:29 AM
09-10-2014, 03:35 AM
Create a folder for that world, create an empty world.ini file and enter the seed information in it:
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.
Code:
[Seed]
Seed=1
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.
09-10-2014, 03:37 AM
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.
09-10-2014, 03:47 AM
ohh that's too bad ... is there a possibility to transfer from one world to MCServer?