Permissions 3.16 Error HELP!

Discussion in 'Bukkit Help' started by brad746, Jul 23, 2011.

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

    brad746

    Please help me with this error! i have try everything!
     

    Attached Files:

  2. Offline

    LaLa

    Post your config
     
  3. Offline

    brad746

    kk can you please help me
     
  4. Offline

    LaLa

    Post your config
    Post your configuration file of Permissions
     
  5. Offline

    brad746

    its not letting me :( can you please tell me how to upload sorry i am a noob
     
  6. Offline

    LaLa

    Copy and paste all the contents of your configuration into a post. Put this around your file (code)copy here(/code) but replace () with []
     
  7. Offline

    brad746

    kk got it uploaded

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&e[Guest] &f'
                suffix: '&f'
                build: false
            permissions:
                - ''
        Moderator:
            default: false
            info:
                prefix: '&2[Moderator] &f'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - '*'
        Admins:
            default: false
            info:
                prefix: '&9[Admin] &f'
                suffix: '&f'
                build: true
            permissions:
                - '*' 
        Builder:
            default: false
            info:
                prefix: '&a[Builder] &f'
                suffix: '&f'
                build: true
            permissions:
                - 'essentials.help'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.afk'
                - 'essentials.msg'
                - 'essentials.spawn'
                - 'essentials.motd'
                - 'essentials.list'
                - 'essentials.helpop'
                - 'essentials.mail'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.rules'
                - 'essentials.protect'            
        Co-Owner:
            default: false
            info:
                prefix: '&c[Co-Owner] &f'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - '*'
        Owner:
            default: false
            info:
                prefix: '&4[Owner] &f'
                suffix: '&f'
                build: true
            permissions:
                - '*'  
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  8. Offline

    LaLa

    For default, you have the permission - ''
    You can't have that. Delete that row and the permissions: row
     
  9. Offline

    brad746

    i deleted that and its still giving me that same error :(
     
  10. Offline

    The Angry kat

    Post the error
     
  11. Offline

    LaLa

    I just noticed... The last permission node for builders has some issue. Did you use any tabs? Unusual spaces? Can't tell from an iPod.
     
  12. Offline

    brad746

    just uploaded a pic of the error
     
  13. Offline

    The Angry kat

    Line 46 - 'essentials.protect' Try re writing that line
     
  14. Offline

    brad746

    didn't use any tabs i don't think

    i retyped it and its still giving me that same error

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

    LaLa

    Try retyping the line above below and that line
    EDIT: fail lol
     
  16. Offline

    brad746

    i try retyping the line above and its still giving me that same error.
     
  17. Offline

    LaLa

    Might be a possibility that the - is invalid.
    Try typing just CoOwner
     
  18. Offline

    brad746

    Tryed typing CoOwner without the - and its still giving me that errorr

    so you don't know my error?:(

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

    LaLa

    Is the error exactly the same?
     
  20. Offline

    EmpiricalDepth

    Builder section does not contain Inheritance..... could that be it? it should be right under the last permission at the same indentation as it is in the other groups
     
Thread Status:
Not open for further replies.

Share This Page