mvimport doesn't import from all worlds #235


  • New
  • Defect
Open
Assigned to tux2
  • _ForgeUser11094924 created this issue Jan 24, 2015

    I have a group of survival worlds sharing inventories and a creative world where players have a separate inventory.  After using mvimport, players have the correct inventory in whatever world they login to, but the inventory in the other group is empty.  This is a problem because players who initially login to the creative world lose their survival world inventory.

    Using MultiInv3-44 and TuxTwoLib 1.8-b2 with CraftBukkit version git-Bukkit-17962f6 (MC: 1.8).

    config.yml:
    useSQL: false
    splitHealth: true
    splitHunger: true
    controlGamemode: false
    separateGamemodeInventories: true
    creativeGroups:
    - creative
    sql:
      host: localhost
      port: '3306'
      username: username
      password: password
      database: database
      prefix: multiinv_
    SaveInventoryOnQuit: false
    compatibilityMode: false
    xpfix: false

    groups.yml:
    default:
    - lanapug17_the_end
    - lanapug
    - lanapug_nether
    - lanapug17
    - lanapug_the_end
    - lanapug17_nether
    creative:
    - plotworld

    Import log:
    2015-01-24 20:18:20 [INFO] Please wait as we import all the player files from Multiverse-Inventories.
    2015-01-24 20:18:20 [INFO] [MultiInv] No groups.yml found. Creating example file...
    2015-01-24 20:18:44 [INFO] [Multiverse-Inventories] Disabling Multiverse-Inventories v2.5-b383
    2015-01-24 20:18:44 [INFO] Multiverse-Inventories inventories imported successfuly!
    2015-01-24 20:18:44 [INFO] Please disable/delete Multiverse-Inventories now.

  • _ForgeUser11094924 added the tags New Defect Jan 24, 2015

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