Solved Multiverse

Discussion in 'Plugin Help/Development/Requests' started by Scorpionvssub, Jun 13, 2015.

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

    Scorpionvssub

    Im trying to setup this inventory system but its failing big time,

    # 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:
    Worlds:
    worlds:
    - SafeWorld
    - world_nether
    - world
    - world_the_end
    shares:
    - all


    It shares invent items health and EVERYTHING that u have in the world: world and its still there if u go to the nether or the end, however its not there when u go to SafeWorld? :confused:
     
  2. Offline

    pie_flavor

    @Scorpionvssub The config is useless if you just paste it - Bukkit forums removes all leading whitespace. Put it in pastebin.com and post the link here, or wrap it in [code][/code] tags.
     
  3. Offline

    Scorpionvssub

    Fixed it with a restart but still mv takes our /gm 1 down(for ops and * users)

    @pie_flavor

    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:
      Worlds:
        worlds:
        - SafeWorld
        - world_nether
        - world
        - world_the_end
        shares:
        - all
    
    http://pastebin.com/taWnUJMY

    PS: i used the ingame commands to set it up so any missing spaces were then set wrong by the plugin itself.
     
    Last edited: Jun 14, 2015
Thread Status:
Not open for further replies.

Share This Page