Question Question about negative nodes in permissions for Towny plugin.

Discussion in 'Bukkit Help' started by Lummox, Jul 17, 2015.

Thread Status:
Not open for further replies.
  1. First of all, sorry for my English. I try to be as direct and simple as possible to avoid confusion.

    I have a question with the permissions of this plugin. I wonder if accepts negative nodes (deny permissions).

    An example:

    If we establish that in wilderness can not place or break blocks, and then, add these nodes to permissions plugin (PEX), works as expected, I can break and place everything:

    Code:
    - towny.wild.destroy *.
    - towny.wild.build *.
    
    The problem I have when I want to do the opposite. I establish in the wilderness allow it to place and break everything. Then I add the negative nodes, in blocks that do not want to break and place.

    Code:
    - -towny.wild.destroy.3
    - -towny.wild.build.3
    
    But it does not work, even having these negative nodes, I can place and break dirt in this case.

    Hows I can do (if I can..) to set that by default I can break and place all blocks, and through permissions establish that blocks can not be broken or place?.
     
    Last edited: Jul 17, 2015
  2. Offline

    LlmDl

    Try using GroupManager, we don't troubleshoot issues with pex.
     
Thread Status:
Not open for further replies.

Share This Page