GroupManager/Antibuild deny permissions does not work

Discussion in 'Bukkit Help' started by rustymetal, Jul 30, 2013.

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

    rustymetal

    just like on http://wiki.ess3.net/wiki/AntiBuild#Permission_control

    I have my group manager setup like
    Code:
      default:
        default: true
        info:
          prefix: ''
          build: true
          suffix: ''
        inheritance:
        - g:default
        permissions:
        - -essentials.build.*.46
        - -essentials.build.*.373
        - -essentials.build.*.326
        - -essentials.build.*.327
        - -essentials.build.*.8
        - -essentials.build.*.9
        - -essentials.build.*.10
        - -essentials.build.*.11
        - -essentials.build.*.12

    I have tried build: false, - essentials.build, - essentials.build.*, everything I can think of. The denying of these permissions simply does nothing. If they have a build flag or perm they get everything and it does not stop them. No I do not have anti-build disabled in my essentials config.

    Unlike what the wiki says, this does NOT WORK

    Code:
    permissions:
    - essentials.build.*
    - -essentials.build.place.29
     
    Which would allow a user to place/break every type of block except for placing pistons.
    
     
  2. Offline

    winsdor2252

    in the groups.yml set build to deny Thats all you need to do i have it set this way on my server and they cant build

    and place this under permissions
    - - essentials.build.* just like that to negate it if its not spaced like that it wont work
    - space - space essentials.build* is how it needs to be not - -essentials.build.* space the dash between - and essentials
    If that still doesnt work get worldGuard and worldGuard flagger
     
  3. Offline

    rustymetal

    Don't think you have any idea what your talking about. First i would set build to true/flase not deny. Second not a single example or any wiki page has negitive permissions with double spaces like that. Sorry, next pls.

    edit: I also have worldguard and deny lava-flow/water-flow under the __global__ region but it also, does nothing.
     
Thread Status:
Not open for further replies.

Share This Page