PermissionEx incompatibility ? #17


  • New
  • Defect
Open
Assigned to krisdestruction
  • LemADEC created this issue Oct 26, 2013

    Steps to reproduce:
    - Place a block with metadata, for example a Applied Energistics crafting terminal 601:3
    - ban blockId 601
    - add permission for member to use it in Pex:
    pex group Member add 'ItemRestrict.bypass.Usage.601-3'
    pex reload
    - start debug
    pex user Lemadec toggle debug
    - deop yourself, set you as member
    - right click the block

    Expected Output:
    Block is usable
    "ItemRestrict.bypass.Usage.600-6", cache value true found.

    Actual Output:
    Block isn't usable
    "ItemRestrict.bypass.Usage.600-6", cache value false found.
    => I suspect '-' is a regex expression for pex, thus it looks for permissions covering all blocks from 6 to 600...

    Plugin Version:
    1.4

    CraftBukkit Build Number:

    Pastebin Link to Error Logs:

  • LemADEC added the tags New Defect Oct 26, 2013
  • krisdestruction posted a comment Oct 26, 2013

    I will test a setup with PEX tonight.

  • LemADEC posted a comment Dec 14, 2013

    It appears, its simple regex syntax, you just need to espace the special char like so: ItemRestrict.bypass.Usage.600\-6


To post a comment, please login or register a new account.