Solved Group Manager Help

Discussion in 'Bukkit Help' started by The Fancy Whale, Nov 12, 2013.

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

    The Fancy Whale

    I have never had trouble with group manager but for some reason I am trying to make a seperate group for my plotworld world. I do not get any errors but the folder does not create for plotworld and they share the same group perms as the spawn world. Here is my config:
    Code:
    settings:
      config:
        # With this enabled anyone set as op has full permissions when managing GroupManager
        # The user will be able to promote players to the same group or even above.
        opOverrides: true
     
        # Default setting for 'mantogglevalidate'
        # true will cause GroupManager to attempt name matching by default.
        validate_toggle: true
        # ************************************************************************************************************************************************************
        # *** NOTE: Having this feature enabled can allow improper use of Command Blocks which may lead to undesireable permission changes. You have been warned! ***
        # ************************************************************************************************************************************************************
        allow_commandblocks: false
     
      data:
        save:
          # How often GroupManager will save it's data back to groups.yml and users.yml
          minutes: 10
          # Number of hours to retain backups (plugins/GroupManager/backup)
          hours: 24
       
      logging:
        # Level of detail GroupManager will use when logging.
        # Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
        level: INFO
     
      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.
            Spawn:
              world_nether:
              - users
              - groups
              world_the_end:
              - users
              - groups
              all_unnamed_worlds:
              - users
              - groups
              plotworld
              - users
            plotworld:
              
    If you need me to clear anything help just tell me.
    Thanks in advance!!!
     
  2. Offline

    NathanTheDragon

    You actually need to define the users and groups what I see is:

    plotworld
    - users
    plotworld:

    Nothing is defined for plot world. It's not gonna intake that. I believe that you have to also add -groups, otherwise it won't work for some reason.
     
  3. Offline

    The Fancy Whale

    NathanTheDragon But plotworld is not going to be a child of plotworld because plotworld is the parent world if that makes sense...
     
  4. Offline

    NathanTheDragon


    You haven't define any users or groups for the last variable. You only defined users for the one above PlotWorld. So why have those two if you want them separate?
     
  5. Offline

    Iroh

    If people can move from world to world and keep their use you are going to need to make sure there is a group with the same name ever if it has different permissions. Also what is that world at the end there for?
     
  6. Offline

    The Fancy Whale

    The world at the end is to seperate the groups for plotworld

    I figured out the mistake I was making nevermind thanks for all the help. I derped.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 5, 2016
Thread Status:
Not open for further replies.

Share This Page