GroupManager Mirroring Setup

Discussion in 'Bukkit Help' started by KenoVincent, Jun 22, 2014.

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

    KenoVincent

    I need help on mirroring and up until now I dont know how to configure it well.

    I have let us say 5 worlds and I want all worlds use the same groups and user yml. How or what will be the structure of it?

    Does my sample config below correct?

    Code:
    World:
        World1:
        World2:
        World3:
        World4:
        - users
        - groups
     
  2. Offline

    ztg123

    Code:
    World:
      World1:
      - users
      - groups
      World2:
      - users
      - groups
      World3:
      - users
      - groups
      World4:
      - users
      - groups
    Now, You just need to edit the config.yml from the "world" world and the other worlds have the same users and groups.
    Remember to delete other world's configs. Ex ../groupmanager/worlds/<everything that's not "world">.
    Hope I helped You! If so, give me a like!
     
    KenoVincent likes this.
  3. Offline

    KenoVincent

    So this will mirror same users and groups from main world?

    Thanks man I really appreciate you time helping me.
     
  4. Offline

    ztg123

    Your welcome! :) Yes, this makes that everything from "world" config.yml and users.yml to be also in all the mirrored worlds. ( World1, World2, etc..)
     
    KenoVincent likes this.
  5. Offline

    KenoVincent

    Yeah because I'm just confused on how to mirror.m Some easy parts are sometimes hard to understand.
     
  6. Offline

    ztg123

    Yes, that's true!
     
Thread Status:
Not open for further replies.

Share This Page