Your configuration must be fixed before PEX will enable

Discussion in 'General Help' started by IHaveNoIdea, Dec 29, 2016.

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

    IHaveNoIdea

    I have redone my yaml file several times, still not working. When I do /pl (or /plugins) its highlighted red.
    Please Help.
    Code:
    groups:
      Default
        default: true
        build: true
        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:
        - '*'

    Any Errors you can see?
     
    Last edited by a moderator: Dec 29, 2016
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    IHaveNoIdea

    I don't know what this means, "And fix the group names without a colon after them" but here is my server log

    EDIT: http://pastebin.com/HZpf4GxG
     
Thread Status:
Not open for further replies.

Share This Page