Lots of codes relating to permissions and such...

Discussion in 'Bukkit Help' started by The Angry kat, Jun 1, 2011.

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

    The Angry kat

    ARGHHH Please explain!
    [​IMG]

    Uploaded with ImageShack.us

    The server still runs but the perms are not there :S
    Plugins:
    Country Login Message
    HomeX
    Lockette
    Mother Nature
    SpawnX
    VanishNoPickUp
    GiveTo
    Tele ++
    Heroic Death
    Permissions 2.7.4
    iChat
    WorldEdit

    Also heres my permissions structure:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&f'
                suffix: '&f'
                build: false
            inheritance:
            permissions:
                - '/spawn'
        Geek:
            default: false
            info:
                prefix: '&2'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'HomeX.*'
                - 'tpp.request'
                - 'mothernature.command.umbrella'
        Moderator:
            default: false
            info:
                prefix: '&2'
                suffix: '&f'
                build: true
            inheritance:
                - Geek
            permissions:
                - 'tpp.mod.*'
                - 'mothernature.command.*'
                - 'giveto.self'
                - 'giveto.others'
                - '/time set 0'
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - '*'
        The Master:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - '*'
     
  2. Offline

    Jeyge

    You have a tab on or around line 79. Looks like it might actually be at the end of the line. Remove all tabs and you should see some better results.
     
  3. Offline

    The Angry kat

    Thanks So much :D I feel stupid now :p
     
Thread Status:
Not open for further replies.

Share This Page