Permission bugs and errors! Join discussion

Discussion in 'Bukkit Help' started by emericask8ur, Aug 11, 2011.

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

    emericask8ur

    I know people have been posting about error and bugs of not working permissions instead of crowding the help with the same topic post it here
     
  2. Offline

    Ironcladcross

    I cant seem to set Permissions (yeti) up properly im trying to get Global chest bank working could someone take a look at my configs?
    Heres my globalgroups.yml
    Code:
    groups:
        Scum:
            Default: true
            info:
                prefix: '[Scum]'
                suffix: ''
                build: false
            inheritance:
            permissions:
    
        Refugee:
            Default: false
            info:
                prefix: '[Refugee]'
                suffix: ''
                build: true
            inheritance:
            - Scum
            permissions:
    
        Citizen:
            Default: false
            info:
                prefix: '[Citizen]'
                suffix: ''
                build: true
            inheritance:
            - Refugee
            permissions:
            - 'gcb.access'
    
        Lord:
            Default: false
            info:
                prefix: '[Lord]'
                suffix: ''
                build: true
            inheritance:
            - Citizen
            permissions:
    
        Council:
            Default: false
            info:
                prefix: '[Council]'
                suffix: ''
                build: true
            inheritance:
            - Lord
            permissions:
            - 'gcb.admin.addbank'
            - 'gcb.admin.removebank'
    
        King:
            Default: false
            info:
                prefix: '[King]'
                suffix: ''
                build: true
            inheritance:
            - Council
            permissions:
           
    And heres Globalusers.yml
    Code:
    Users:
        Ironcladcross:
            groups:
            - King
            permissions:
            - gcb.admin.reloadbanks
            - gcb.admin.savebanks
    
    When I try to use /gcb add it say "you do not have permission to do this"
     
  3. Offline

    emericask8ur

Thread Status:
Not open for further replies.

Share This Page