Group Manager and Multiverse

Discussion in 'Bukkit Help' started by MCBro911, Jul 18, 2014.

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

    MCBro911

    Hi i need help so I have a plugin called multiverse when i travel through the portal the Owner prefix from spawn doesent travel with me can someone please help me!


    -MCBro911 (please help)
     
  2. Inside your config.yml (plugins/groupmanager/config.yml)

    Your permissions are probably not being carried over from one world to the other
    world:
    world nether
    - users
    - groups

    means that (world nether) will copy the permissions from (world)
    search for:

    Code:
      mirrors:
            # Worlds listed here have their settings mirrored in their children.
            # The first element 'world' is the main worlds name, and is the parent world.
            # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
            # the same user/groups files as the parent.
            # the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
            # Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
            world:
              world_nether:
              - users
              - groups
              world_the_end:
              - users
              - groups
              all_unnamed_worlds:
              - users
              - groups
    
     
Thread Status:
Not open for further replies.

Share This Page