problem with inheritance on permissions.

Discussion in 'Bukkit Help' started by stolen_insanity, Feb 7, 2011.

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

    stolen_insanity

    Whatever I try, I can't get my groups to inherit other groups permissions.
    Here's my setup:

    Code:
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: false
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.warp'
                - 'essentials.spawn'
                - 'essentials.msg'
                - 'essentials.tp'
                - 'essentials.list'
                - 'essentials.getpos'
                - 'lwc.protect'
        Vip:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.tphere'
        Super:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Vip
            permissions:
                - 'essentials.give'
                - 'magiccarpet.mc'
                - 'essentials.item'
                - 'essentials.time'
                - 'essentials.tree'
        Admins:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        stolen_insanity:
            group: Admins
            permissions:
                - '*'
        Miasan:
            group: Default
            permissions:
                - '*'
        oldANTZ:
            group: Super
            permissions:
        squigel123:
            group: Vip
            permissions:
    oldANTZ and squigel123 both only have the default permissions and not the Vip or Super permissions.

    Please help.
     
  2. Offline

    c0mp

    Remove your - '*' from stolen_insanity and Miasan, change Miasan's group to Admin. Make your Admin group inherit the Mod group. And you do have Anti-Build installed, right?
     
  3. Offline

    stolen_insanity


    Fantastic thanks.
    1 thing though. How do i get prefix and suffix to work?

    I'm trying prefix: '&cADMIN ' and suffix: '&c'

    which I believe should set my name to ADMIN stolen_insanity (in red)
    but it doesn't work.
     
  4. Offline

    Lewis

Thread Status:
Not open for further replies.

Share This Page