[SEVERE] Error occurred while enabling plugin (Is it up to date?): com/nijikokun/bukkit/Pe

Discussion in 'Bukkit Help' started by petur170, Oct 23, 2011.

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

    petur170

    [SEVERE] Error occurred while enabling plugin (Is it up to date?): com/nijikokun/bukkit/Permissions
    I get the above error everytime i start up my server and as a result alot of my plugins dont work. I know it has to do with Permissions. I ran my groups.yml through a YAML Parser and got the following error:
    Code:
    ERROR: while parsing a block mapping   in "<unicode string>", line 32, column 9:             default: false             ^ expected <block end>, but found '-'   in "<unicode string>", line 39, column 9:             - -'essentials.tp'             ^
    Thanks

    -petur170
     
  2. Offline

    1lann

    First of all, you must know that Permissions (Yeti or Nijikokun) is no longer supported. It is strongly recommended to switch to something like PermissionsEX or bPermissions due to the new release of BukkitPermissions or SuperPerms. Anyway as for your YAML errors, could you post your entire groups.yml here using the code function please.
     
  3. Offline

    petur170

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&7'
                suffix: '&f'
                build: false
            permissions:
                - 'essentials.who'
        Member:
            default: false
            info:
                prefix: '&a'
                suffix: '&f'
                build: false
            permissions:
                - 'essentials.who'
                - 'essentials.tpa'
        Moderator:
            default: false
            info:
                prefix: '&b'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.tpa'
                - 'essentials.tpahere'
                - 'joker.*'
        Admins:
            default: false
            info:
                prefix: '&c'
                suffix: '&f'
                build: true
            permissions:
                - '*'
            - -'essentials.tp'
            - -'essentials.tphere'
            - -'essentials.fireball'
            - -'multiworld.*'
            - 'joker.*'
            - 'slap.slap'
            - 'town.*'
        Gods:
            default: false
            info:
                prefix: '&6'
                suffix: '&a'
                build: true
            permissions:
                - '*'
    And i will try PermissionsEX

    EDIT: Okay i tried PermissionsEX, and it seems to be working, Thanks :D
     
Thread Status:
Not open for further replies.

Share This Page