Help me MultiVerse-Inventorys problem

Discussion in 'Bukkit Help' started by Rockcraft94, Apr 24, 2013.

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

    Rockcraft94

    Hey guys so i have set my server up with multiverse core multiverse portals and multiverse inventory all of it works except inventortys I will show you my config now.
    Config.yml
    Code:
    # Multiverse-Inventories Settings
     
    # ===[ Multiverse Inventories Config ]===
    settings:
      # This is the locale you wish to use.
      locale: en
      # If this is true it will generate world groups for you based on MV worlds.
      first_run: false
      # If this is set to true, it will enable bypass permissions (Check the wiki for more info.)
      use_bypass: false
      # If set to true, any world not listed in a group will automatically use the settings for the default group!
      default_ungrouped_worlds: false
      # The default and suggested setting for this is FALSE.
      # False means Multiverse-Inventories will not attempt to load or save any player data when they log in and out.
      # That means that MINECRAFT will handle that exact thing JUST LIKE IT DOES NORMALLY.
      # Changing this to TRUE will have Multiverse-Inventories save player data when they log out and load it when they log in.
      # The biggest potential drawback here is that if your server crashes, player stats/inventories may be lost/rolled back!
      save_load_on_log_in_out: false
      # If this is set to true, players will have different inventories/stats for each game mode.
      # Please note that old data migrated to the version that has this feature will have their data copied for both game modes.
      use_game_mode_profiles: false
    shares:
      # When set to true, optional shares WILL be utilized in cases where a group does not cover their uses for a world.
      # An example of this in action would be an ungrouped world using last_location.  When this is true, players will return to their last location in that world.
      # When set to false, optional shares WILL NOt be utilized in these cases, effectively disabling it for ungrouped worlds.
      optionals_for_ungrouped_worlds: true
      # You must specify optional shares you wish to use here or they will be ignored.
      # The only built in optional share is "economy"
      use_optionals: []
    groups.yml
    Code:
    # Multiverse-Inventories Groups
     
    Member:
      worlds:
      - oldfactionworld
      - RealSpawn
      shares:
      - all
    Owner:
      worlds:
      - oldfactionworld
      - RealSpawn
      shares:
      - all
    # To ADD, DELETE, and EDIT groups use the command /mvinv group.
    # No support will be given for those who manually edit these groups.
    groups: {}
    
    I have checked the names of the worlds and there all correct and I am not in '*' mode im in member mode.
    Default permissionsex group.
    Code:
    groups:
      Member:
        default: true
        prefix: ''
        permissions:
        - essentials.afk
        - essentials.help
        - essentials.list
        - essentials.motd
        - essentials.rules
        - essentials.spawn
        - multiverse.*
        - modifyworld.*
        - modifyworld.interact.*
        - essentials.signs.use.*
        - multiverse.portal.access.spawn
        - multiverse.portal.access.toParkour
        - multiverse.portal.access.toSpawn
        - multiverse.portal.access.tooldFaction
        rank: '100'
     
  2. Offline

    Creeper98HD

    Multiverse is kinda outdated, so errors will popup
     
  3. Offline

    chad53105

    Outdated? I use its current version and EVERYTHING works fine. However, I do not use Nether Portals. I do appreciate how Creeper98HD gave absolutely NO information as to your problem.

    Here is a link to the Wiki:
    LINK

    Here is my groups.yml file:
    Code:
    # Multiverse-Inventories Groups
    
    # To ADD, DELETE, and EDIT groups use the command /mvinv group.
    # No support will be given for those who manually edit these groups.
    groups:
      creative:
        worlds:
        - Creative
      Survival:
        worlds:
        - TEST
        - TEST_nether
        - Minecraftia
        - Spawn
        shares:
        - all
    
    Yes, Inventories is made for 1.4.6, however it does still work for 1.5.1. As you can see above, I have two groups: Creative and Survival. Notice the worlds below each group. Each world will share everything. Here is a list of the possible shares: LINK

    I hope this helps!
     
Thread Status:
Not open for further replies.

Share This Page