Creates and registers a world in the given group, initialising its terrain, registering events, commands and tasks.
the WorldInfo of the created world. * Example: * --- * server.addWorld(server.mainWorldGroup); * server.addWorld(server.addWorldGroup("test")); * ---
See Implementation
Creates and registers a world in the given group, initialising its terrain, registering events, commands and tasks.