Worlds sharing inventories in defferent groups. #318


Open
  • mindofmodz created this issue Jun 27, 2020

    I have a main world called 'world' in my default group. I also have a survival world called 'Survival' in a different group. when i come from survival to the main world it still has the block in the slot. i have tried /multiinv reload but didnt work. I have put my config and groups below.

     

    CONFIG

     

    useSQL: false
    splitHealth: true
    splitHunger: true
    controlGamemode: true
    separateGamemodeInventories: true
    creativeGroups:
    - creative
    sql:
    host: localhost
    port: '3306'
    username: username
    password: password
    database: database
    prefix: multiinv_
    SaveInventoryOnQuit: false
    compatibilityMode: false
    xpfix: false

     

    GROUPS

     

    exampleGroup:
    - world
    survivalGroup:
    - survival
    - survivalmines
    - survivalfarm


To post a comment, please login or register a new account.