Multiverse-Inventories

Core | Portals | NetherPortals | SignPortals | Inventories
Multiverse Inventories Resources:
Multiverse-Inventories Features
- Have separated players stats and inventories per world or per group of worlds.
- Choose what each group of worlds share: Inventories, Hunger, Health, Exp, and Bed Spawns (Bed Spawns only available in CB1.1+)
- Import your data from WorldInventories 1.0.2+ and MultiInv 3.0.0.
- Useful in game commands
Is Multiverse Missing that little something that you need?
Ask us! Or better yet, hop on our discord and tell us that you'd like to fork us and add a feature! You can of course do this without consulting us, but we cannot accept pull requests that will break Multiverse for the rest of our users! Don't go write your own World Management plugin, join the team and submit a pull request
Want your plugin to use the Multiverse API
(currently undocumented, sorry...) Again, hop on IRC and tell us! We love talking to other devs and a bunch of us will be able to help you out!
-
View User Profile
-
Send Message
Posted Jul 9, 2012Is it any way to put together 2 inventories? Cos I just discovered that the players dident have the same inventory in the main world and in the survival world... How do i coppalse them into eachother? So they keep the stuff in survival and in world into one invetory?
-
View User Profile
-
Send Message
Posted Jul 3, 2012I have this in the config because I want world, world_nether, and world_the_end to share.
But also I want pvp, and pvp_nether to share.
groups:
default:
worlds:
- pvp_nether
- pvp
shares:
- all
worlds:
- world_nether
- world
- world_the_end
shares:
- all
When I have this in save it and reload it. It just resets it, what am I doing wrong?
Thanks,
Don
-
View User Profile
-
Send Message
Posted Jul 3, 2012Is there any way to move items from one world to another but not back again. Like from a shop world and then to another world but not back to the shop world?
-
View User Profile
-
Send Message
Posted Jun 28, 2012nice here was I looking 4. :3 thanx.
-
View User Profile
-
Send Message
Posted Jun 27, 2012Every time I load my server, all the worlds I added are deleted, and the inventory part doesn't even work!
-
View User Profile
-
Send Message
Posted Jun 26, 2012Hi I have three worlds : - Creative Normal - Survival Normal - Survival Nether
I want to share inventories only between Survival Normal and Survival Nether How can I do it ? Thank you
-
View User Profile
-
Send Message
Posted Jun 24, 2012Could you get the APIdocs for this up and running?
-
View User Profile
-
Send Message
Posted Jun 24, 2012Can a world be in multiple groups? For example...
I have a PvP world, a PvP arena world, and a PvP nether. I want the PvP world and the PvP nether to share everything, but I want the PvP arena to share only XP from the PvP world.
So... would this work? (all indented, of course :P)
pvp:
worlds:
- Factions
- FactionsNether
shares:
- all
arena:
worlds:
- Factions
- Arena
shares:
- exp
Could this work? O.o
-
View User Profile
-
Send Message
Posted Jun 23, 2012I don't know if this is already said, but when my server lags, it takes some time before the switch between the survival inventory en de creative inventory is made. People can go into the creative world, put some diamond in their hands and throw them into the survival world and pick them up with their survival inventory, for example.
Is there a way to solve this?
-
View User Profile
-
Send Message
Posted Jun 19, 2012Hello, I currently host a server with this plugin, I forgot that it wouldn't link nether/end/normal worlds together. Is there a way to do this? Please notify me a way to.
-
View User Profile
-
Send Message
Posted Jun 15, 2012Anyway to make it so it will keep seperate inventorys in 2 worlds?
-
View User Profile
-
Send Message
Posted Jun 13, 2012additional info: using latest build 159 / 160
-
View User Profile
-
Send Message
Posted Jun 13, 2012got a bug, want to post a ticket, but don't want to create a github account, so I post it here: I got a survival realistic econ world and a singleplayer world with both, no economy and diffenret inventory. Now, if players in the single world die, they respawn in the economy world. when they then access the nether gate to go into the singleplayer world, the econ-worlds inventory dupes and they got the stuff twice, i.e. also in the singleplayer world.
-
View User Profile
-
Send Message
Posted Jun 12, 2012Yeah I'm getting the same thing that the guy below me is. It started when I added NoLagg or something?
2012-06-12 08:42:15 [WARNING] [Multiverse-Inventories] Could not parse stat: '' for player 'ajkmmain' for GROUP 'Spawners' 2012-06-12 08:42:15 [WARNING] [Multiverse-Inventories] Exception: class java.lang.NullPointerException Message: null
-
View User Profile
-
Send Message
Posted Jun 6, 201206.06 23:13:03 [Server] WARNING [Multiverse-Inventories] Exception: class java.lang.NullPointerException Message: null 06.06 23:13:03 [Server] WARNING [Multiverse-Inventories] Could not parse stat: '' for player 'creepykid' for GROUP 'multi'
-
View User Profile
-
Send Message
Posted Jun 1, 201221:08:36 [SEVERE] Error occurred while enabling Multiverse-Core v2.3-AB (Is it u p to date?) java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getAuthors( )Ljava/util/ArrayList; at com.onarandombox.MultiverseCore.MultiverseCore.getAuthors(MultiverseC ore.java:525) at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCor e.java:212) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:337) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238 ) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) and 21:08:36 [SEVERE] Error occurred while enabling Multiverse-Inventories v2.4-b126 (Is it up to date?) java.lang.NoSuchMethodError: com.pneumaticraft.commandhandler.multiverse.Command .<init>(Lorg/bukkit/plugin/Plugin;)V at com.onarandombox.multiverseinventories.command.InventoriesCommand.<in it>(InventoriesCommand.java:25) at com.onarandombox.multiverseinventories.command.InfoCommand.<init>(Inf oCommand.java:22) at com.onarandombox.multiverseinventories.MultiverseInventories.register Commands(MultiverseInventories.java:143) at com.onarandombox.multiverseinventories.MultiverseInventories.onEnable (MultiverseInventories.java:130) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:337) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238 ) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
-
View User Profile
-
Send Message
Posted May 30, 2012@QBcrusher
I had a kid who died in a portal and was able to create a death chest in another portal which allowed them to go back and forth between worlds and each time it duped the inventory. I have no idea how exactly he was doing it, and of course he would not tell me. there is some kind of dupe bug in the portals, nether portals and inventory plugins.
pm me if more info about my set up is required.
-
View User Profile
-
Send Message
Posted May 30, 2012Like Jerry2215, I also have the same error. It says Could not parse stat: '' for player 'ichbin2' for GROUP 'creative'. The plugin has been working fine for months, but now it says this every once in a while. A few inventories have been accidentally transferred. What does this mean!
-
View User Profile
-
Send Message
Posted May 26, 2012Hi, I have imported the inventories from WorldInventories using the command, but during the import it kept saying 'Could not parse stat: '' for player <player> for GROUP <world>' and it gives an exception: 'Exception: class java.lang.NullPointerException Message: null'.
It keeps repeating it while the server is running for every player, and inventories are disappearing. I am running the latest version of Multiverse-Core and Multiverse-Inventories, and the latest RB.
Any help is appreciated!
-
View User Profile
-
Send Message
Posted May 26, 2012Constantly receiving this error.
http://pastie.org/3971814