Inheritance Help - GroupManager

Discussion in 'Bukkit Help' started by sebidebi4567, Mar 5, 2013.

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

    sebidebi4567

    Hello,
    I recently switched from PEX as I could not figure it out, Now I have a issue with GroupManager, I got the plugin's jar, Started it, made a File (Not Finished yet, Still Testing) And the inheritance between Resident and Builder wont work! Please can you help! Link Below
    http://pastebin.com/TQSgXfHr
     
  2. Offline

    chad53105

    Your resident is missing the inheritance group. there is nothing on line 54. I think you forgot to put "builder" in there.
     
  3. Offline

    sebidebi4567

    Resident is the default one, I dont get it
     
    chad53105 likes this.
  4. Offline

    chad53105

    also your "guest" group and "resident" group are default. change "resident" to false and fix the inheritance and you should be good.
     
  5. Offline

    sebidebi4567

    Ok, thanks chad

    Okay i fixed it, Please tell me why it wont work :(
    http://pastebin.com/xb8QZvT9

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  6. Offline

    chad53105

  7. Offline

    sebidebi4567

    Chad, i want to have the resident as the default
    and default as the second rank
     
  8. Offline

    chad53105

    isn't that backwards? but ok, let me edit...
     
  9. Offline

    sebidebi4567

    thankyou! :D
     
  10. Offline

    mastermustard

    sebidebi4567
    its kinda obvious the rank your inheriting from's name isn't "default"
    Code:
     Builder:
        default: false
        permissions:
        - essentials.afk.auto
        - essentials.afk
        - essentials.back
        - essentials.balancetop
        - essentials.chat.*
        - essentials.clearinventory
        - essentials.me
        - essentials.nick
        - essentials.sethome.multiple.3
        inheritance:
        - default
        info:
          prefix: '[&1Builder&1] '
          build: true
          suffix: ''
     
  11. Offline

    chad53105

    so, lets get this out of the way:
    1 guest
    2 starter
    3 resident - default group
    4 builder

    is that your rank system?
     
  12. Offline

    sebidebi4567

    Okay, The rank system is so far : Resident - Builder, If i figure out how to do the inheritance methods, I can do the rest, eg donators mods trial mods
    The main issue is getting the inheritance system to work
     
  13. Offline

    chad53105

    so what is guest and starter? this confuses me. why have a rank lower than resident but make resident your default rank? could you write your groups in order of rank?
     
  14. Offline

    sebidebi4567

    The guest + Starter groups, and all the others than resident + builder are ranks my friend put in,
    The rank system that is primary is Resident Then Builder, the rest is just not ment to be there
     
  15. Offline

    chad53105

    ok, then delete it. Makes for double permissions with the inheritance. Un-clutter your groups.yml with the unneeded groups and see if that works.
     
  16. Offline

    sebidebi4567

    Thanksyou

    Chad, I got the inheritance working, but now none of the perms work, like, The players have access to all commands

    Im Stumped, anyone else know how ?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  17. Offline

    chad53105

    can you pastebin your new groups.yml?
     
  18. Offline

    sebidebi4567

    http://pastebin.com/Kp9Gj94q

    Wow, It works! I redid the inheritance and it works! Thanks Chad for the help with formatting, etc

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  19. Offline

    chad53105

    anytime
     
  20. Offline

    sebidebi4567

  21. Offline

    Jeyge

    You forgot to add closing quotes on line 66, 78 and 80.
     
  22. Offline

    sebidebi4567

    Thanks Jeyge, Works, Ill remember from now on to monitor everything, even the little weird ' things and the - things

    I have a question on Nodes, Whats the P Node for the Essentials Kits, I tested the ones on the command reference, wont work :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  23. Offline

    chad53105

    sebidebi4567
    First, you only need to inherit the rank below you, unless a rank is NOT part of your ladder.
    Ladder:
    Code:
    Resident
    Builder
    Diplomat
    
    Resident would inherit NOTHING
    Builder would inherit Resident
    And Diplomat would inherit Builder
    This keeps your ranks linear and allows for /manpromote to be used in essentials.

    Also, the nodes for kits are as follows:

    essentials.kit Allow access to the /kit command.
    essentials.kits.[kitname] Give access to a single kit, where [kitname] is the name of an existing kit.
    essentials.kits.* Allows access to all created kits
    essentials.kit.others Allows spawning of kits on other players.
    essentials.kit.exemptdelay Exempts you from the kit delay feature, this affects signs as well as command.
     
  24. Offline

    sebidebi4567

    ok, tnx , Btw, Essentials.kit and kits and etc wont work

    Okay, I have a issue, I took your advice and made the thing linear from lowest to best from top to bottom, But now things other than resident dont inherit anything, please help!
    http://pastebin.com/VuPahH8H

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

Share This Page