Generator settings

Discussion in 'Plugin Development' started by willeb96, Mar 21, 2014.

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

    willeb96

    How can I create a flat world with generator settings?
    It's possible to set the generator settings for the main world in server.properties.

    This is what I have right now.
    Code:java
    1. Bukkit.createWorld(new WorldCreator(worldName).type(WorldType.FLAT));
     
  2. Offline

    willeb96

    Any help would be greatly appreciated :)
     
Thread Status:
Not open for further replies.

Share This Page