Solved Group Manager Perms Help

Discussion in 'Bukkit Help' started by Thecheatgamer1, Jul 1, 2012.

Thread Status:
Not open for further replies.
  1. Well i have these groups

    Guest
    Member
    Moderator
    Head-Mod
    Admin
    Owner

    and for some reason members and moderator dont have perms to do commands that is set them to have perms to like

    in the globalgroups file i put essentials.spawn in guest perms

    then i set members to follow the guest perms and mods to follow the members and so on but this isnt working and even if i put the same perm for every group it still doesnt work

    my plugins : 44
    Anticheat
    BkCommonLib v1.21
    blockheads
    chairs-1.4
    chestshop
    colourfireworks
    commandbook
    divehelmet
    essentials
    essentialsgroupbridge
    esssentialsgroupmanager
    essentialsprotect
    essentialsspawn
    gravitysucks
    iconomy 6
    ilove
    letitrain
    logblock
    lwc
    marraiage
    mcbans
    mcmmo
    minecart delivery reborn
    monsterapocolypse
    multi-language
    multiworld
    mushpoof
    myworlds
    pail
    questioner( towny)
    register (towny)
    Shiresheep
    signcolour
    spawneradjuster
    spleefultimate
    streetlights
    towny
    townychat
    vault
    worldedit
    worldgaurd

    the only commands my mod can use is tp,tpa and fly nothing else

    please show or tell me how to fix this
     
  2. Offline

    Omnitv

  3. Offline

    jgriefnow123

    i have a similar problem i cant create groups and when i add permissions to the ones i do have they dont work i really could use some help
     
  4. Offline

    Omnitv


    what Permission's plugins are you using?
     
  5. this is my permissions.ylm

    http://pastebin.com/Vr9JQhtc

    this is my core groups file

    http://pastebin.com/yY8KjEWh

    will someone please help my server is opening in 2 or 3 weeks and my moderators are getting realy annoyed

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

    Omnitv

    There is nothing wrong in your permissions. Did you give them the nodes?
     
  7. ye but it keeps saying you have no permission for some reason

    it may be another plugin interfering but i dont know witch
     
  8. Offline

    Micro5

    Try using this as a template to your ranks with GroupManager.
    Code:
    groups:
        Admins:
            default: false
            info:
                build: false
                prefix: ''
                suffix: ''
            inheritance:
            - SemiAdmin
            permissions:
            - '*'
        Default:
            default: true
            info:
                build: false
                prefix: ''
                suffix: ''
            inheritance: []
            permissions:
            - essentials.spawn
            - essentials.motd
            - essentials.help
            - essentials.home
            - essentials.sethome
        Moderator:
            default: false
            info:
                build: false
                prefix: '&c'
                suffix: 'Mod'
            inheritance:
            - Default
            permissions:
            - essentials.tp
            - essentials.tphere
            - essentials.item
            - essentials.give
        SemiAdmin:
            default: false
            info:
                build: false
                prefix: '&c'
                suffix: 'SemiAdmin'
            inheritance:
            - Moderator
            permissions:
            - +groupmanager.mandemote
            - +groupmanager.manpromote
            - -groupmanager.*
            - '*'
        Peasant:
            default: true
            info:
                build: false
                prefix: '&e'
                suffix: 'Peasant'
            inheritance:
            - Default
            permissions: []
        Miner:
            default: false
            info:
                build: false
                prefix: ''
                suffix: ''
            inheritance:
            permissions:
            - essentials.kit
            - essentials.kit.miner
            - flashlight.regular
        Healer:
            default: false
            info:
                build: false
                prefix: ''
                suffix: ''
            inheritance:
            permissions:
            - essentials.kit
            - essentials.kit.healer
            - essentials.heal
        Farmer:
            default: false
            info:
                build: false
                prefix: ''
                suffix: ''
            inheritance:
            permissions:
            - essentials.kit
            - essentials.kit.farmer
            - essentials.spawnmob
        Railer:
            default: false
            info:
                build: false
                prefix: ''
                suffix: ''
            inheritance:
            permissions:
            - essentials.kit
            - essentials.kit.railer
     
  9. ill try it and edit it a little cuz im not having some of those groups

    sorry didnt work and i want groups

    - Guest
    - Member
    - Executive
    - Moderator
    - Admin

    huuu only 2 weeks for the opening of my server oh i need this to be fixed fast
    this is my server btw

    http://www.planetminecraft.com/server/towncraft-852742/

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

    Micro5

    Please do not advertise your server.

    If you switch to PermissionsEX I can code the permissions for you.
     
  11. Offline

    Necrodoom

    omnitv: groupmanager doesnt use permissions.yml.

    micro5: your groups.yml is broken. dont try to force people to switch a plugin.
     
  12. Offline

    Micro5

    The groups.yml that I posted are from the Official GroupManager page…

    That isn't forcing. I am helping. Get your facts right and stop fighting with me. I have a lot of experience with this and I know exactly what I am doing. I am suggesting something to him to help him as you are not.

    Quit it.

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

    Necrodoom

    no, they arent. the groups.yml supplied with groupmanager is much, much, different.

    if you are going to lie about it being an offical groups.yml, dont bother.
     
  14. Offline

    Micro5

    ViP3R likes this.
  15. Offline

    Necrodoom

  16. iv fixed it anyway by contacting the essentials team but thnx for trying to help!
     
Thread Status:
Not open for further replies.

Share This Page