PermissionsEX Help

Discussion in 'Bukkit Help' started by Putnam14, Jan 15, 2012.

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

    Putnam14

    Hello, I had PEX set up and running fine a little bit ago, and now it's not working. I may have changed some things in the .yml file, and I installed Factions. After that it broke. I uninstalled Factions, and it still didn't help. Now I don't know what's wrong :S

    Console on Startup:
    http://pastebin.com/fihjHqxP

    permissions.yml
    http://pastebin.com/cW60ZBMZ

    Any help is appreciated.
     
  2. Offline

    Logan

    PEX is broken for 1.0.0 and 1.1 now.
     
  3. Offline

    Putnam14

    I installed it on a new server running the latest dev build. It was working roughly 53 minutes ago. ;3

    Maybe I'm just really special and got PEX working on 1.1 and should inform their devs.

    I know the
    error is usually a result of a bad permissions.yml file, I just can't figure out what's wrong with it.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
  4. Offline

    superman11

    i got the same but , when i logged in when i was makin my video none of the ranks were showing up how come?
     
  5. Offline

    Logan

    No. No. No. My file has worked for 8months and broke upon updating. Wasn't me for once.

    If you'd like to join my server, you could see yourself. Just post your minecraft username.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
  6. Offline

    Putnam14

    I think I'm fine, made a backup of my permissions.yml and reinstalled it, just have to add the right permissions now. Pretty sure I messed up when I deleted the 'default' group and added 'default: true' to Guests.

    Logan, Maybe the previous versions are incompatible withe the latest PEX, maybe try reinstalling it like I'm doing?
     
  7. Offline

    Logan

  8. Offline

    Nuinbot

    This is wrong.
    Code:
            - -modifyworld.*
            - modifyworld.chat
    
    You only need to allow what you want to give a user. What you did here was deny all of modifyworld.*. You never need to deny parent node permissions (it is called "implicit deny" or "if it isn't listed, I can't do it". Because of this, it automatically ignores the modifyworld.chat part.

    If you want to deny child nodes but allow the rest of a parent node, you would do this...

    Code:
        - -plugin.build
        - -plugin.destroy
        - plugin.*
    
    If the plugin.* came before the others, it would let them go through.

    Go through your .yml and correct these problems first.
     
  9. Offline

    Logan

    Yes- okay. What's
    wrong with http://pastebin.com/nJVJhb4Y
     
  10. Offline

    Nuinbot

    The one thing I see not necessary is the - '*' on you as S-Admin, since as S-Admin group already has that permission. Not sure it would cause a problem.

    Also, you do not have the promote/demote rank ratings in place that PEX uses.
     
  11. Offline

    Putnam14

    Nuinbot
    Thanks for clarifying that. Got everything to work now.
     
  12. Offline

    Logan

    I deleted that long ago. It was annoying.
    I honestly can't even remember how to fix that, anyway.
     
  13. Offline

    Nuinbot

    Try reading the PEX documentation. It's all there. Putnam14's config in the OP has it.
     
  14. Offline

    Logan

    The real problem (If I could guess) is how everytime the server turns on / off it says 'Connection lost' and 20 people enter/leave (Even if no one is in game)
     
Thread Status:
Not open for further replies.

Share This Page