Development Assistance Pex

Discussion in 'Plugin Help/Development/Requests' started by winnipeg21, Feb 15, 2016.

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

    winnipeg21

    Hey I'm making a server and my permission ex isn't working with my permissions can someone fix them for me. and i did use a YMAL Parser

    link: http://pastebin.com/k5FpGSf8
    post the fixed link for me
     
  2. Offline

    oceantheskatr

    You shouldn't say "post the fixed link for me", as it will deter from people from helping you. I know that I feel less inclined as you're blatantly saying "I don't feel like trying to fix it, do it for me".

    Code:
      Owner:
        build: true
        permissions:
        - '*'    options:
          prefix: '&6[&4Owner&6]&f '
          default: false
    That needs to be changed to the following:

    Code:
      Owner:
        build: true
        permissions:
        - '*'
        options:
          prefix: '&6[&4Owner&6]&f '
          default: false
     
Thread Status:
Not open for further replies.

Share This Page