MultiVerse and Groupmanager! - NEED HELP!

Discussion in 'Bukkit Help' started by Pwninz, Sep 25, 2012.

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

    Pwninz

    I am having issues with multiverse and group manager. If i add someone to member on the main world, It keeps them as a user on the other, and it is just annoying to manually add them into that group on that world. So is there any way it will automaticly update itself? If so please post images or exlpain it :I
     
  2. Offline

    Widawizz22

    Yes, there is. What it does in the code basically mimics the "parent world" your spawn world. It might help looking here:
    Code:
              world_nether:
              - users
              - groups
              world_the_end:
              - users
              - groups
    In the config.yml you will, by default, get:
    - users
    - groups
    witch have the same permissions as the normal world. If you just want the users or groups, then delete one of the other. If you are looking to add a new world then type this under that code:
    Code:
              world_nether:
              - users
              - groups
              world_the_end:
              - users
              - groups
              world_<yourworld>
              - users
              - groups
     
    Pwninz likes this.
  3. Offline

    Pwninz

    Yes, but when i add myself into owner into main world it keeps me as user in the other here ill post a screenshot of my config.
    [​IMG]
     
  4. Offline

    Necrodoom

    what is the name of the other world? name the folders inside groupmanager/worlds
     
  5. Offline

    Widawizz22

    I don't think you can have caps for the world, as well as spaces. If that world does have a space, such as Hunger Games 22, than you have to type - hunger_games_22:
     
  6. Offline

    Pwninz

    Alright I got it Thanks for the help :D
     
Thread Status:
Not open for further replies.

Share This Page