PermissionsEx Not working

Discussion in 'Bukkit Help' started by Ally0808, Feb 26, 2016.

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

    Ally0808

    When I am op, the permissions work, but when I am not, they don't. Modify world is the only thing that works. Also when I do /pex nothing happens.
    ------------------------------------------------------
    Here is my file:

    Code:
    groups:
        Guest:
          default: true
          permissions:
         - modifyworld.*
          options:
          rank: '1000'
    
        Member:
          options:
          rank: '800'
          permissions:
         - modifyworld.*
         - bukkit.command.gamemode
      - plotme.use.*
          inheritance:
          - Guest
        Moderator:
          options:
          rank: '100'
         - modifyworld.*
         - bukkit.command.effect
         - bukkit.command.kick
         - bukkit.command.say
         - bukkit.command.time.set
         - bukkit.command.teleport
         - bukkit.command.ban.player
         - worldedit.*
         - plotme.admin.*
          inheritance:
          - Member
          prefix: '&b[Mod]&f'
        Owner:
          options:
          rank: '900'
          permissions:
          - '*'
      
    
    users:
      Ally0808:
          group:
          - Owner
      xIUnicorn_Cara:
          group:
          - Moderator
     
    Last edited: Feb 26, 2016
  2. Offline

    Ally0808

  3. Offline

    xwerswoodx

    It seems like some lines of permission.yml has a problem, can you upload your file?
     
  4. Offline

    Ally0808

    Yes here: http://pastebin.com/vQWsMZR1
     
    Last edited: Feb 29, 2016
  5. Offline

    oceantheskatr

    @Ally0808 Mediafire links are forbidden here. Instead, post the contents of your permissions.yml on http://pastebin.com/ and link the URL here.
     
  6. Offline

    Ally0808

    Oh XD
     
  7. Offline

    xwerswoodx

    The error is, you didn't use permissions: before permissions and they are inside options:

    For example;
    1. Moderator:
    2. options:
    3. rank: '100'
    4. - modifyworld.*
    5. - bukkit.command.effect
    6. - bukkit.command.kick
    7. - bukkit.command.say
    8. - bukkit.command.time.set
    9. - bukkit.command.teleport
    10. - bukkit.command.ban.player
    11. - worldedit.*
    12. - plotme.admin.*
    13. inheritance:
    14. - Helper
    15. prefix: '&b[Mod]&f'
    This is your code, should be
    1. Moderator:
    2. options:
    3. rank: '100'
    4. permissions:
    5. - modifyworld.*
    6. - bukkit.command.effect
    7. - bukkit.command.kick
    8. - bukkit.command.say
    9. - bukkit.command.time.set
    10. - bukkit.command.teleport
    11. - bukkit.command.ban.player
    12. - worldedit.*
    13. - plotme.admin.*
    14. inheritance:
    15. - Helper
    16. prefix: '&b[Mod]&f'
    Also if you are using new version prefix should be in options:

    Because of errors of this file, your server should be give error when you start so it isn't enabled and /pex command doesn't reply.
     
  8. Offline

    Ally0808


    *facepalm*

    -

    No it still doesn't work. :( Also I'm using 1.8.9 still.
     
    Last edited: Mar 1, 2016
  9. Offline

    Ally0808

  10. Offline

    Ally0808

  11. Offline

    Captain_Obvious

    Hi,

    This isn't a problem with the permissions file at all. This happens to me usually when I install PEX for the first time. First, make sure your PEX is updated to the latest one. Then, delete pex and restart your server. Then, stop your server and add PEX back. Restart your server and it should be good!

    Reply if you need anymore help!

    Thanks,
    Captain_Obvious
     
  12. Offline

    Ally0808

    I did it still doesnt work
     
  13. Offline

    Ally0808

  14. Offline

    Ally0808

Thread Status:
Not open for further replies.

Share This Page