Multiworld for SignTravel?

Discussion in 'Plugin Development' started by qsysmine, May 4, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    qsysmine

    I am creating a lightweight sign-travel plugin called SignTravel. How could I create a new world with a spaceship that players could stay in?
     
  2. Offline

    chasechocolate

    Code:java
    1. World world = Bukkit.createWorld(new WorldCreator("world-name"));
     
  3. Offline

    qsysmine

    will my plugin crash if the world is already made?
     
Thread Status:
Not open for further replies.

Share This Page