Solved Disabling default world creation

Discussion in 'Bukkit Help' started by Xaymar, May 18, 2012.

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

    Xaymar

    How would one disable the automatic world creation (world, world_nether, world_the_end) for a craftbukkit server?

    CraftBukkit Version: 1.2.5-R2.0
    I have the following plugins:
    - CommandBook
    - HawkEye
    - Inception
    - Multiverse-Core
    - Multiverse-Inventories
    - Multiverse-NetherPortals
    - NoCheatPlus
    - NoLagg
    - Orebfuscator
    - PermissionsEx
    - RandomSpawn
    - RecipeManager
    - SkylandsPlus
    - Vault
    - WorldBorder
    - WorldEdit
    - WorldGuard
     
  2. Offline

    Rjames426

    Xaymar If I understood the question correctly, what your looking for is in the server.properties and bukkit YMLs. . .

    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    ect...


    settings:
    allow-end: false
    warn-on-overload: false
    spawn-radius: 0
    ect...
     
  3. Offline

    Xaymar

    Thanks that worked.
     
Thread Status:
Not open for further replies.

Share This Page