How to make two worlds share inventory?

Discussion in 'Bukkit Help' started by PapiDimmi, Feb 25, 2013.

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

    PapiDimmi

    I took a look at the Multiverse-Inventories wiki, but I can't seem to find out! And everything there in the "Advanced Sharing" page seem to advanced (LOL) for me :/

    Please help me!
    I want the world "world" and "village" to share inventories, health, etc.! (but most off all; inventories)
     
  2. Offline

    Jug_Seb

    Multiverse does that. You just have to look through the config.
     
  3. Offline

    LiLChris

    Why do you need a plugin for this, sharing between worlds is on by default.
     
  4. Offline

    PapiDimmi

    LiLChris
    I didn't say I need a plugin for that, I said I was wondering how to do it with Multiverse...
     
  5. Offline

    Novustorious

    PapiDimmi Check your config, does it say in the groups

    groups:
    default:
    worlds:
    - world
    - village
    shares:
    - all

    the groups file should be like this ^ should beware that the groups are meant to have spaces.
     
  6. Offline

    PapiDimmi

    What config? Multiverse-Core or Inventories?
     
  7. Offline

    Novustorious

    Multiverse, somewhere in the folder should say "Groups" I will check later, i'm posting this not at home so I cannot help you
     
  8. Offline

    PapiDimmi

  9. Offline

    chad53105

    Inventories are, by default, shared between worlds. Multiverse core only handles world generation, while MV Inv handles inventory share. By default, when installed, inventories are shared by all groups in all worlds. I don't understand your problem.
     
  10. Offline

    PapiDimmi

    chad53105
    The only reason my creative world and the normal world doesn't share inventories, is because of the RestrictCreative plugin!

    Edit: Wait! I had inventory split to false in RestrictCreative config! And my players don't have the same inventories for both survival and creative mode! So if inventory sharing is deafult to true, how can that be then?
     
  11. Offline

    Sweatyzana

    http://pastebin.com/iXqcgiEG
    Tell me if this helps
     
  12. Offline

    Novustorious

    In your Multiverse-inventories config, right at the bottom
    add this:

    groups:
    default:
    worlds:
    - world
    - village
    shares:
    - all

    From my view, your Multiverse-inventories is empty, just add this or do it your self using Sweatyzana pastebin.

    Edit : or copy this http://pastebin.com/vdAqHiSa
     
  13. Offline

    PapiDimmi

Thread Status:
Not open for further replies.

Share This Page