Solved Multiverse-Inventories doesn't work.

Discussion in 'Bukkit Help' started by keywc, Oct 7, 2012.

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

    keywc

    Hi. The inventory is shared over all my worlds, and I don't have any bypass node.

    Code:
    groups:
      default:
        worlds:
        - world_nether
        - world
        - world_the_end
        shares:
        - all
      pvp:
        worlds:
        - pvp
        - pvp_nether
        - pvp_the_end
        shares:
        - all
      creative:
        worlds:
        - creative
        shares:
        - all
    Do you know why it shares the items over all my worlds ?

    Since I have no answer, I'm dumping my PEX permissions.yml file :

    Code:
    groups:
      default:
        default: true
        permissions:
        - -bukkit.command.version
        - -bukkit.command.plugins
        - multiverse.teleport.self.w
        prefix: ''
        suffix: '&f'
      animateur:
        permissions:
        - bukkit.command.kick
        - vanish.see
        groups:
        - default
        prefix: '&2[S] '
        suffix: '&f'
      modo:
        permissions:
        - -bukkit.command.reload
        - -bukkit.command.op
        - -bukkit.command.stop
        - -permissions.*
        groups:
        - admin
        prefix: '&2[S] '
        suffix: '&3'
      admin:
        default: op
        permissions:
        - bukkit.command.*
        - vanish.standard
        - coreprotect.*
        - craftbukkituptodate.*
        - lockette.*
        - -multiverse.bypass.*
        - multiverse.*
        - nocheatplus.*
        - worldedit.*
        - permissions.*
        prefix: '&2[S] '
        suffix: '&9'
        worlds:
          world:
            permissions:
            - -bukkit.command.give
            - -bukkit.command.time.add
            - -bukkit.command.time.set
            - -bukkit.command.gamemode
            - -bukkit.command.toggledownfall
            - -bukkit.command.xp
            - -bukkit.command.defaultgamemode
          world_nether:
            inheritance:
            - world
          world_the_end:
            inheritance:
            - world
          pvp:
            inheritance:
            - world
          pvp_nether:
            inheritance:
            - world
          pvp_the_end:
            inheritance:
            - world
          creative:
            inheritance:
            - world
            permissions:
            - bukkit.command.time.add
            - bukkit.command.time.set
            - bukkit.command.toggledownfall
    
    I also have Factions.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  2. Offline

    minecrafterwork I steal plugins as my own

    Try using multiInv
     
  3. Offline

    TnT

    Post your full server.log please.
     
  4. Offline

    keywc

    Thank you ! I just noticed the locale "fr" didn't exist and it disabled the whole plugin. I'm using the "en" now and it works perfectly. I don't know how I did not notice this. :p
     
Thread Status:
Not open for further replies.

Share This Page