Fails nether creation #11


  • New
  • Defect
Open
  • _ForgeUser10596931 created this issue Apr 23, 2013

    What is the expected output? What do you see instead? The plugin keeps overwriting nether worlds and creates worlds with default environment instead.

    What version of the product are you using? 3.4

    Do you have an error log of what happened? note: world_nether already existed

    2013-04-23 18:05:32 [INFO] [WorldWarp] Loading worlds.
    2013-04-23 18:05:32 [INFO] [WorldWarp] Loading: world_basis : 1/4
    2013-04-23 18:05:32 [INFO] Preparing start region for level 1 (Seed: -680037426)
    2013-04-23 18:05:33 [INFO] Preparing spawn area for world_survival, 77%
    2013-04-23 18:05:34 [INFO] [WorldWarp] Loading: world_survival : 2/4
    2013-04-23 18:05:34 [INFO] Preparing start region for level 2 (Seed: -1623774494)
    2013-04-23 18:05:35 [INFO] [WorldWarp] Loading: world_skylands : 3/4
    2013-04-23 18:05:35 [INFO] Preparing start region for level 3 (Seed: -7852595952043367890)
    2013-04-23 18:05:36 [INFO] Preparing spawn area for world_nether, 4%
    2013-04-23 18:05:37 [INFO] Preparing spawn area for world_nether, 12%
    2013-04-23 18:05:38 [INFO] Preparing spawn area for world_nether, 20%
    2013-04-23 18:05:39 [INFO] Preparing spawn area for world_nether, 28%
    2013-04-23 18:05:40 [INFO] Preparing spawn area for world_nether, 40%
    2013-04-23 18:05:41 [INFO] Preparing spawn area for world_nether, 56%
    2013-04-23 18:05:42 [INFO] Preparing spawn area for world_nether, 69%
    2013-04-23 18:05:43 [INFO] Preparing spawn area for world_nether, 77%
    2013-04-23 18:05:44 [INFO] Preparing spawn area for world_nether, 97%
    2013-04-23 18:05:44 [INFO] [WorldWarp] Loading: world_nether : 4/4
    

    Please provide any additional information below. config.yml:

    Settings:
      permissions:
        use: false
    worlds:
      world_basis:
        name: world_basis
        environmate: NORMAL
        seed: -4900491586093148501
        pvp: false
        difficulty: PEACEFUL
      world_survival:
        name: world_survival
        environmate: NORMAL
        seed: -680037426
        pvp: false
        difficulty: EASY
      world_skylands:
        name: world_skylands
        environmate: NORMAL
        seed: -1623774494
        pvp: false
        difficulty: EASY
      world_nether:
        name: world_nether
        environmate: NETHER
        seed: 36999845221
        pvp: true
        difficulty: HARD
    
  • _ForgeUser10596931 added the tags New Defect Apr 23, 2013

To post a comment, please login or register a new account.