10-26-2014, 06:24 PM
MCS is multi-world capable out of the box, you just need to add the world's name to settings.ini section [Worlds]:
Each of the world names then signifies a folder that the server will open, search for world.ini there (and create a default one if it doesn't exists) and create a world there. The DefaultWorld entry is basically the same, only the world is special - players connecting to your server for the first time will spawn in that world.
Code:
[Worlds]
DefaultWorld=StartWorld
World=MyOtherWorld
World=AnotherWorld
World=YetAnotherWorld