Solved Permissions not working (PEX)

Discussion in 'Plugin Help/Development/Requests' started by Stan_K_YT, Jun 26, 2017.

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

    Stan_K_YT

    I made a permissions file but it doesn't seem to work. It gives no errors and the prefix works but it says I don't have permission when I try to execute the commands.
    All ranks don't work. Even the owner rank does not work.
    Here is my permissions.yml: https://pastebin.com/ecTmAF9r
    (Please ignore that I am default. I know that I am and I have tried every rank.)
     
  2. Offline

    yPedx

    @Stan_K_YT
    Some of the spacings in your permissions file is wrong.
    What you have:
    Code:
          permissions:
         - modyfiworld.*
          - essentials.afk
    What it should be: -> basically make sure they're lined up.
    Code:
          permissions:
          - modyfiworld.*
          - essentials.afk
    Make sure to line the inheritences too. They should all be lined perfectly downwards.

    If the above doesn't help, please post a list of your plugins.
     
  3. Offline

    Stan_K_YT

    Thank you. It works fine now :)
     
Thread Status:
Not open for further replies.

Share This Page