Skip to content

Single server multiworld

Raphfrk edited this page Feb 10, 2011 · 8 revisions

Adding new worlds

Adding new Worlds

Worlds must be added to the world list before they can be used.

You can have any number of any type of world.

Normal Worlds

/serverport worldlist world.name

Nether Worlds

/serverport worldlist nether.name;nether

Loading worlds

Worlds can be loaded by restarting the server or by using the command

/serverport loadworlds

Removing worlds

Deleting worlds and unloading worlds "live" are not supported by bukkit.

To unload a world, remove the world from the world list. You use the exact same command as was used to add it.

Normal Worlds

/serverport worldlist world.name

Nether Worlds

/serverport worldlist nether.name;nether

Once you have removed the world from the list, you must reboot the server. Server Port will not load the world at start up, since it has been removed.

You can [build gates](Building Gates) as normal. However, gates count as point to point gates, since they are all on 1 server.

Auto Creating Gates

These gates are for creating the initial connection between worlds. A gate is automatically created at the destination.

Build the gate and place a sign

  • Line 1: <blank>
  • Line 2: Gate.Name
  • Line 3: World.Name
  • Line 4: <blank>

When you click on the sign, the gate should open and connect to the world. It might take more than 1 click.

Point to point gates

These gates link two places that you can already get to.

Build the source and target gate and place a sign

  • Line 1: <blank>
  • Line 2: Gate.Name
  • Line 3: <blank>
  • Line 4: <blank>

When you click on the sign, the gate should open and connect to the world. It might take more than 1 click.

These gates can link 2 points in the same world or 2 points in different worlds.

Clone this wiki locally