Permissions EX problem.

Discussion in 'Bukkit Help' started by Jyxtro, Apr 21, 2013.

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

    Jyxtro

    Hy guys, i have problem with Permissions EX plugin.

    The problem is that if i disable the placement of a block, it doesn't work.

    This is my permissions.yml:

    http://pastebin.com/5TDrydx4


    Help me, please :)

    Thanks.

    (sorry for my bad english, but i'm italian)
     
  2. your using the wrong syntax check the documentation for modifyworld here
    it should be: (NOTE: cant verify if it works because is use groupmanager )
    Code:
    groups:
      default:
        default: true
        permissions:
        - -modifyworld.blocks.interact.80 #snow
        - -modifyworld.blocks.place.80 #snow
        - -modifyworld.blocks.destroy.80 #snow
        - modifyworld.*
     
  3. Offline

    Jyxtro

    Doesn't work :(
     
  4. what error (if any) does it produce, or does it simply not work?
     
  5. Offline

    Jyxtro

    No errors, simply it doesn't work.
     
  6. Offline

    Jyxtro

  7. Offline

    Me4502

    Do you even have ModifyWorld installed?
     
  8. Offline

    rektok

    When you download PermissionsEX, MD is automatically installed. The only way that it isn't, is if he unzipped the package and only installed PEX.
     
  9. Offline

    crushh87

  10. Offline

    Me4502


    He may've only put PEX in there, which is why I am asking.
     
  11. Offline

    Jyxtro

    Yes, i have modify world installed...
     
  12. Offline

    hunajameloni

    Jyxtro
    You can't block building with pex. Unless you download different plugin.
    I reply here, if I find out how to do that.
     
  13. Offline

    lokpique

    Check the modify world config file and make sure you don't have it set for named items. (use-material-names should be false).

    Yes you can. It works fine with modifyworld, which comes with PEX... just tested it AGAIN to make sure it works and it does.
     
  14. Offline

    hunajameloni

    use - -modifyworld.*
     
  15. Offline

    lokpique

    That is not what he wants. He is only trying to block a few blocks from being used, not deny access to all building and chat...
     
  16. Offline

    hunajameloni

  17. Offline

    ShadowDog007

    Jyxtro

    Try putting the negating permissions under modifyworld.*
    Code:
    groups:
      default:
        default: true
        permissions:
        - modifyworld.*
        - -modifyworld.blocks.interact.80 #snow
        - -modifyworld.blocks.place.80 #snow
        - -modifyworld.blocks.destroy.80 #snow
     
  18. Offline

    lokpique

    This won't work, as the first hit will be the "allow all" tag, and it will stop looking for a match after that.
     
  19. Offline

    ShadowDog007

    lokpique

    Yeah, I thought that, didn't remember which order took priority.
    Although, if that were true, wouldn't his config work?
     
  20. Offline

    Lolmewn

    ShadowDog007 Yes, in theory it should work. I'm not sure about his (80|snow) syntax though, never seen that before.
     
  21. Offline

    ShadowDog007

  22. Offline

    lokpique

    Yeah, it should... the problem is something else.

    Jyxtro please post your ENTIRE permissions.yml file, and a start up log if you can as well.
     
Thread Status:
Not open for further replies.

Share This Page