Problem/Bug PEX is red and I dunno why

Discussion in 'Plugin Help/Development/Requests' started by ProWil, Jul 31, 2017.

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

    ProWil

    When I do /pl, PEX (Permissions EX) appears red, and I know that it means there is something wrong with the plugin, but I don't know whats wrong with it.

    I've also been trying to fix MV sign portals because that wasn't working, so I think I accidentally screwed up PEX trying to fix it

    My PEX file
    Code:
    groups:
      Guest:
        default: true
        prefix: '[Guest] '
        build: false
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
        - modifyworld.chat
      Member:
        default: false
        prefix: '&2[&aMember&2]&7 '
        build: true
        permissions:
        - essentials.warp.*
        - essentials.warp.list
        - multiverse.access.*
        - multiverse.portal.access.*
        - multiverse.signportal.access.*
        - essentials.signs.use.warp
        - essentials.help
        - essentials.rules
        - essentials.motd
        - essentials.afk
        - essentials.back
        - essentials.back.ondeath
        - essentials.depth
        - essentials.delhome
        - essentials.help
        - essentials.home
        - essentials.kit
        - essentials.kit.tools
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.ping
        - essentials.r
        - essentials.rules
        - essentials.seen
        - essentials.sethome
        - essentials.signs.use.disposal
        - essentials.spawn
        - essentials.suicide
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
      VIP:
        default: false
        prefix: '&6[&eVIP&6]&7 '
        inheritance:
        - Guest
        - Member
        build: true
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
      Admin:
        default: false
        prefix: '&9[&bAdmin&9]&f '
        inheritance:
        - VIP
        - Member
        - Guest
        build: true
        permissions:
        - essentials.sethome.multiple.staff
        - essentials.helpop
        - essentials.home.others
        - essentials.nick
        - essentials.gamemode
        - essentials.give
        - essentials.god
      Owner:
        default: false
        prefix: '&6[&4Owner&6]&f '
        build: true
        permissions:
        - '*'
    users:
      default: Guest
        options:
          default: true
        permissions:
        - modifyworld.*
      dbda4951-8699-49ee-89ac-1e38b512ed25:
        group:
        - Owner
        options:
          name: ProWil
      a22cab82-8a51-4f0a-8089-b04af40cfd08:
        options:
          name: CommanderShawn
        group:
        - Member
    schema-version: 1
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Aug 1, 2017
  2. Offline

    Machine Maker

  3. Offline

    ProWil

    Why? what does it do?
     
  4. Online

    timtower Administrator Administrator Moderator

    @ProWil It shows us all the errors, the lines that are causing issues.
     
Thread Status:
Not open for further replies.

Share This Page