This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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: falsesplitHealth: truesplitHunger: truecontrolGamemode: falseseparateGamemodeInventories: truecreativeGroups:- creativesql: host: localhost port: '3306' username: username password: password database: database prefix: multiinv_SaveInventoryOnQuit: falsecompatibilityMode: falsexpfix: false
groups.yml:default:- lanapug17_the_end- lanapug- lanapug_nether- lanapug17- lanapug_the_end- lanapug17_nethercreative:- 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-b3832015-01-24 20:18:44 [INFO] Multiverse-Inventories inventories imported successfuly!2015-01-24 20:18:44 [INFO] Please disable/delete Multiverse-Inventories now.
To post a comment, please login or register a new account.