Groupmanager permissions problems

Discussion in 'Bukkit Help' started by WhitePhoenix0, Jan 3, 2014.

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

    WhitePhoenix0

    Yes I am back for now. I am helping a friend with a bukkit server and his permissions are all messed up. I fixed them as best as I could but I can't figure out what else is the issue. Permissions : http://pastebin.com/aufDnQfa
    Error.log : http://pastebin.com/EqjT4CW6 thanks guys.
     
  2. Offline

    friendjt

    Try getting rid of line 44 and just put inheritance: [] for builder
     
  3. Offline

    WhitePhoenix0

    But won't that make that group only have essentials.hat?
     
  4. Offline

    friendjt

    yes but if you want just copy and paste the perms from the group into that one
     
  5. Offline

    WhitePhoenix0

    What? What's the point of that? I'm sorry but I don't get it.
     
  6. Offline

    wowzersam

    WhitePhoenix0 You cannot inherit other groups from the same world. You can only inherit groups from the global groups.yml file. So for inheritance you would not put "- default" you would put "- g:groupmanager_default, then on the next line "- g:essentials_default" and so on.
     
  7. Offline

    WhitePhoenix0

    I still don't get it. I'm sorry but could you explain a bit more throroughly?
     
  8. Offline

    wowzersam

    WhitePhoenix0 You can only inherit commands from the groups in your global groups file. Not from groups in the worlds config file
     
  9. Offline

    WhitePhoenix0

    Sorry I'm really out of it today, and I see what you mean but I don't get how to do it. Could you perhaps do one rank just to demonstrate?
     
  10. Offline

    JaguarJo

    wowzersam This is not true. Groupmanager itself says this at the top of the file:
    Code:
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    
    You definitely CAN inherit from groups in the local world file.

    WhitePhoenix0 wowzersam is misinformed.
    To be completely honest, your permissions file doesn't have the appearance of a GroupManager file. Were you guys trying to migrate to GroupManager from another permissions plugin?
    Edit: try this and see if it works http://pastebin.com/shWdVPZ1
     
  11. Offline

    wowzersam

    My apologies JaguarJo I did not see that in the group manager config. Sorry to be misleading WhitePhoenix0
     
  12. Offline

    WhitePhoenix0

    Alright I got it thanks.
     
Thread Status:
Not open for further replies.

Share This Page