Solved PEX TNT Restrictions

Discussion in 'Bukkit Help' started by timmyisacat, Jan 18, 2013.

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

    timmyisacat

    Hello, I just switched over to PEX recently and I want to make it so I can restrict certain groups from placing and lighting TNT. I added the nodes
    - modifyworld.blocks.place.*
    - modifyworld.blocks.destroy.*
    - modifyworld.blocks.interact.*
    So they could still build but I don't want them to be able to place TNT so I added
    - -modifyworld.blocks.place.46
    To negate the permission of placing TNT but it didn't seem to work because they can still place TNT.
    Am I doing it wrong or is there another way I can do it?
     
  2. Offline

    LaxWasHere

    You should put it above - modifyworld.blocks.place*
     
  3. Offline

    Godspeed

    put it like this

    - -modifyworld.blocks.place.46
    - modifyworld.blocks.place.*
    - modifyworld.blocks.destroy.*
    - modifyworld.blocks.interact.*

    the negative needs to be on the top, pex checks fom top to bottom
     
  4. Offline

    timmyisacat

    Hmm...I tried that and it still allows placement of TNT here is how I have it setup
    http://pastebin.com/fpPCjKUn

    Edit: I tried putting it on the very top and above the - modifyworld.blocks.destroy.* also
     
Thread Status:
Not open for further replies.

Share This Page