Rank Help

Discussion in 'Bukkit Help' started by Hacksource1071, Aug 16, 2013.

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

    Hacksource1071

    Im adding a new rank in my server called Enchanced, and i want it to have all the perms from builder but i dont want to add each perm 1 by 1 thatll be exhausting. If u need anything else feel free to ask
     
  2. Offline

    TomYaMee

    Use inheritance
     
  3. Offline

    Scr3am

    Yes, exactly what tommy210 said. Just use the 'inheritance' function. Almost/all permissions plugins should support it in the config. An example would look like this:

    Code:
      Enchanced:
            default: false
            info
                prefix: 'Enhanced'
                build: true
          inheritance:
           - Builder
            permissions:
        
    Notice the 'inheritance' is set to Builder. This inherits all the Builder permissions into the Enhanced group. Your Config probably won't look like this; this was just an example.
     
  4. Offline

    Hacksource1071

    thx

    i couldnt find it in groupmanager but in essentials it said
    Code:
    # To merge groups, list the groups you wish to merge
        #Staff: owner admin moderator
        Admins: owner admin
    so i added Enchanced: builder, was that right?
    edit: well it didnt work :/ do i have to put that inheritance thing in groupmanager my self?

    ya nvm im switching to PermissionsBukkit, they have inheritence :D Topic Closed.... mayby...

    ya nvm this topic isnt closed, PermissionsBukkit is to COMPOCATED, switchin back to Groupmanager, so how do i do this inheritence thing with groupmanager again? xD

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  5. Offline

    TomYaMee

    I thought groupmanager gives you default permissions config?
    This is from my default gm files

    Code:
      Moderator:
        default: false
        permissions: []
        inheritance:
        - builder
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        - g:towny_moderator
        - g:vanish_moderator
        info:
          prefix: '&5'
          build: true
          suffix: ''
     
  6. Offline

    Necrodoom

    essentials has nothing to do with groupmanager. why did you try to modify the essentials list feature in attempt to inherit is beyond me. just set the inheritance in groups.yml. read my signature for the groupmanager wiki.

    also, dont triple post, use the edit button.
     
  7. Offline

    kahunahd

    Use PermissionsEx to set up your ranks and permissions. Must easier as well as having inheritance.
     
  8. Offline

    Necrodoom

    you tell him to learn a whole new permission plugin and make a whole new permission file just so he can achieve the exact same result if he didnt switch?
     
  9. Offline

    kahunahd


    I don't believe I understand what you're trying to say here.
     
Thread Status:
Not open for further replies.

Share This Page