PermissionsEx errors

Discussion in 'Bukkit Help' started by billman555555, Sep 25, 2013.

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

    billman555555

    Ok so i just setup PEX and i got an error.
    Code:
    mapping values are not allowed here:
    Default: true
            ^
    
    Here is my permissions.yml:
    Code:
    groups:
      Default
        default: true
        build: false
        prefix: '&f'
        permissions
      VIP:
        build: false
        inheritance:
        - Default
        prefix: '&c[VIP]&f'
        permissions:
        - billcraft.vip
      Admin:
        build: false
        inheritance:
        - Default
        prefix: '&4[&cAdmin&4]&e'
        permissions:
        - '*'
     
  2. Offline

    c0mp

    You're missing two colons: one after Default and one after the first instance of the word permissions. http://pastebin.com/LcT3N0BD (Be sure to copy out of the Raw Paste Area at the bottom!)

    It may behoove you to use an Online YAML Parser after editing your YAML files to ensure that you don't have any formatting errors.

    EDIT: Oh, and moved to Bukkit Help!
     
Thread Status:
Not open for further replies.

Share This Page