PermissionsEx Problem Please help

Discussion in 'Bukkit Help' started by IntensePvp, Apr 21, 2013.

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

    IntensePvp

    My Code:
    groups:
    player
    default: true
    build: true
    Rank: '1000'
    prefix: '&7[Member]&f'
    permissions
    - essentials.help
    - modifyworld.chat
    - modifyworld.*
    - essentials.home
    - essentials.sethome
    - essentials.back
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.spawn
    Donator
    build: true
    inheritance:
    - Default
    prefix: '&6[Donator]&f'
    permissions:
    - essentials.enchant
    - essentials.repair

    Moderator:
    build: true
    inheritance:
    - Default
    prefix: '&b[Moderator]&7'
    suffix: '&7'
    permissions:
    - essentials.repair
    - essentials.heal
    - essentials.item
    - essentials.give
    - essentials.fly
    - essentials.kick
    - essentials.mute
    - essentials.tjail
    - essentials.jail
    - essentials.tempban
    - essentials.vanish
    Admin:
    build: true
    inheritance:
    - Moderator
    prefix: '&4[&cAdmin&4]&e'
    suffix: '&7'
    permissions:
    - essentials.gamemode
    - essentials.ban
    - essentials.unban
    - essentials.ipban
    - essentials.unipban
    - essentials.pardon
    - essentials.enchant
    Owner:
    build:true
    inheritance:
    - Admin
    prefix: '&4[Owner]'
    suffix: '&b'
    permissions:

    My Console:


    07:18:26 [WARNING] Server permissions file permissions.yml is not valid YAML: ma
    pping values are not allowed here
    in "<reader>", line 3, column 12:
    default: true
    ^

    07:18:26 [INFO] Done (5.148s)! For help, type "help" or "?"
     
  2. please post this to pastebin instead or use the
    Code:
     [CODE] 
    [/CODE] tags to preserve the formatting.

    on that note: heres the fixed config: http://pastebin.com/g9f31Aie (your welcome)

    problems are as follows:

    line 3: missing colon after "player"
    line 8: missing colon after "permissions"
    line 18: missing colon after "Donator"
    line 21: inheriting from group "default" changed to "player"
    line 29: inheriting from group "default" changed to "player"
    line 58: no space between "build:" and "true"
    line 64: owner group has no permissions. added [- '*' ] to grant all permissions.

    next time, please use this to check your configs. it will tell you where the errors are.
     
Thread Status:
Not open for further replies.

Share This Page