Solved Disabling EnderChests in specific worlds?

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

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

    PapiDimmi

    How do I disable placing of enderchests in specific worlds?
     
  2. Offline

    fury0n

    I'm not sure how you disable enderchests, but don't you think you could disable the permission for selling and buying in the SkyWorld?
    That would prevent them from selling and buying.

    EDIT: I believe you can use Multiworld-Inventories to prevent the items in the enderchest from SkyWorld and Creative World to be shared with other worlds, that's how I do with my Creative World.
     
  3. Offline

    PapiDimmi

    Oh of course, I am so stupid! I forgot that xD

    Thanks!
     
  4. Offline

    fury0n

    No worries :)
    If you missed my edit,
    I believe you can use Multiworld-Inventories to prevent the items in the enderchest from SkyWorld and Creative World to be shared with other worlds, that's how I do with my Creative World.
     
  5. Offline

    PapiDimmi

    How?
     
  6. Offline

    fury0n

    Let's pretend you have tree worlds. Survivalnonpvp, survivalpvp and a creative world.

    You want to share the items in Survivalnonpvp and Survivalpvp, and have other items in the creative world.

    With Multiverse-Inventories it will let you do that

    Code:
    groups:
     
      default:
     
        worlds:
     
        - survivalpvp
     
        - survivalnonpvp
     
        shares:
     
        - all
    Shares: -all means that Survivalpvp and Survivalnonpvp shares the enderchest contect (and more, such as inventory, hunger, exp, life), which the creative world have its own values. If you want to share with the creative world aswell, just att - creative beneath the other two worlds.

    I don't know it this makes any sense, but you will understand for sure when you try it :)
     
  7. Offline

    PapiDimmi

    fury0n
    Ok thanks!

    Edit: It says here what I can disable! How do I disable EnderChests?
     
  8. Offline

    ghost0001

    You can disable ender chest sharing with multiverse inventories. I use it to keep my creative world inventories separate from my normal words.
     
  9. Offline

    PapiDimmi

    How?
     
  10. Offline

    ghost0001

    well, first install the plugin. then configure the group in game. just follow the instructions on their dev page HERE.
     
  11. Offline

    PapiDimmi

    First install the plugin? I had Multiverse-Inventories all the time.
     
  12. Offline

    PapiDimmi

    Solved.
     
Thread Status:
Not open for further replies.

Share This Page