Solved Group Mananger Mirroring

Discussion in 'Plugin Help/Development/Requests' started by zr120cat, May 10, 2015.

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

    zr120cat

    ok so On my server I want Prison and plotworld to have the same ranks but its not working! Any help I can have?

    Code:
    
    prison:
    
      plotworld
    
      - users
    
      - groups
    
    world:
    
      world_nether:
    
      - users
    
      - groups
    
      world_the_end:
    
      - users
    
      - groups
    
      all_unnamed_worlds:
    
      - users
    
      - groups


    And Before World was first but I switched it and it seems to have no difference. Also I have 7 worlds which two of them arnt listed

    Code:
    prison:
      plotworld
      - users
      - groups
    world:
      world_nether:
      - users
      - groups
      world_the_end:
      - users
      - groups
      all_unnamed_worlds:
      - users
      - groups
    EDIT by Timtower: merged posts
     
    Last edited by a moderator: May 11, 2015
  2. Offline

    Boomer

    its not working because as you see if you look at your server logs, you have parsing errors on that file...

    your format is off with "plotworld"
     
  3. Offline

    zr120cat

    How do I turn it on then?
     
  4. Offline

    timtower Administrator Administrator Moderator

    @zr120cat You add a semicolon after it
    Also: merged your posts, please don't triple post, use the edit button instead.
     
  5. Offline

    Boomer

    colin, not semicolin
     
  6. Offline

    zr120cat

    Thank you so much and sorry for all the posting ive done.
     
Thread Status:
Not open for further replies.

Share This Page