Solved PermissionsEx Not Loading

Discussion in 'Plugin Help/Development/Requests' started by __Penguin__, Nov 29, 2015.

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

    __Penguin__

    Hi,
    My PEX is not working. I started my sever earlier and it worked but now when start it, it doesn't load. I re-installed the plugin and deleted the PermissionsEx folder and it still didn't work. When I do /plugins it shows up red.

    Thanks,
    __Penguin__

    Here is my permissions.yml file
    HTML:
    groups:
      A:
        options:
          rank: '1'
          prefix: '&f[&bA&f]'
          default: true
        permissions:
        - nofall.use
        - ChestShop.shop.sell
        - ChestShop.shop.buy
        - ChestShop.shop.create.*
        - essentials.warps.staff
        - essentials.warps.shop
        - essentials.warps.spawn
        - essentials.warps.a
        - essentials.warp.list
        - essentials.warp
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.tpaccept
        - essentials.tpa
        - essentials.back
        - essentials.spawn
        - essentials.whois
        - essentials.rules
        - essentials.recipe
        - essentials.realname
        - essentials.near
        - essentials.msg
        - essentials.motd
        - essentials.mail.send
        - essentials.mail
        - essentials.list
        - essentials.itemdb
        - essentials.ignore
        - essentials.helpop
        - essentials.compass
        - essentials.afk
        - plots.permpack.basicinbox
        - plots.permpack.basic
        - plots.plot.1
        - plots.use
      OwnerTwo:
        options:
          suffix: '&f[&4&lCo-Owner&f]'
          inheritance: A
          default: false
        permissions:
        - '*'
      Owner:
        options:
          suffix: '&f[&4&lOwner&f]'
          inheritance: A
          default: false
        permissions:
        - '*'
      Mod:
        options:
          suffix: '&f[&3Mod&f]'
          inheritance: A
          default: false
        permissions:
      Admin:
        options:
          suffix: '&f[&4Admin&f]'
          inheritance: A
          default: false
        permissions:
        - '*'
      Assistant:
        options:
          suffix: '&f[&aAssistant&f]'
          inheritance: a
          default:false
        permissions:
      B:
        options:
          prefix: '&f[&bB&f]'
          inheritance: A
          default: false
        permissions:
        - essentials.warps.b
    schema-version: 1
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 29, 2015
  2. Offline

    oceantheskatr

    In Assistant, "default:false" should be "default: false".
     
  3. Offline

    __Penguin__

    Thanks! That worked! :)
     
    oceantheskatr likes this.
Thread Status:
Not open for further replies.

Share This Page