Stopping Bukkit From Generating Default Worlds

Discussion in 'Bukkit Help' started by Scotty1207, May 23, 2012.

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

    Scotty1207

    Hi,

    I'm running Multiverse on my server and have a world called Nether, as it appears in chat as which world a user is in. I was wondering how to stop Bukkit from generating world, world_nether and world_the_end, as I will generate these through Multiverse.

    Does anyone know how to do this?

    Thanks in advance,

    Scott
     
  2. Offline

    ZeroZX4

    in your server properties set this to false
    allow-nether=false

    in your bukkit folder you have bukkit.yml in it set this to false
    allow-end: false
     
    coldandtired likes this.
  3. Offline

    danielfr789

    Bump I need to know how to do this. ZeroZX4 your answer was not helpful. The world still generates.
     
  4. Offline

    c0mp

    Within the scope defined by the OP, ZeroZX4's three month old response is perfectly helpful. You're looking to accomplish something a bit different than what Scotty1207 was looking for. Honestly, I'm not sure if what you're looking to do is possible, at least not with plain Bukkit. Leaving level-name blank in server.properties still generates a world, and I don't think there are any other options, by default, to do so.

    You may be able to find a plugin that can disable all default worlds, including world. I don't know if MultiVerse or any of the other multi-world plugins would offer that type of feature, but that's probably the first place I'd check. Beyond that, you may have to roll your own plugin, or use the Plugin Requests forum to see if someone else can make it, if it's even possible.
     
  5. Offline

    Necrodoom

    or you could just generate a multiverse world and rename it to the level-name world name.

    it would be impossible to not have any default world, because the player.dat needs to be stored somewhere.
     
  6. Offline

    Scotty1207

    I don't know if this would be helpful but what I did was disabled both the end and nether in my server.properties file and set the default world to Spawn. Then I created in Multiverse a world called Survival and one called Nether. Then there is a Multiverse command(can't remember it but its on the wiki) which links two worlds together, so I linked together Survival and Nether. Then you can just delete the world called .._nether.
     
  7. Offline

    breezeyboy

    An addon to this

    then go and delete the world, then it wont gen
     
Thread Status:
Not open for further replies.

Share This Page