Worlduard deny building?

Discussion in 'Bukkit Help' started by zipron, Dec 20, 2011.

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

    zipron

    So I searched the worldguard wiki for a permission wich allows/deny building. I know I could use essentialsProtect, so I can add the "build:true/false" property in my groups but this plugin interferres with WG. Anyone ahs any ideas? =)

    zip
     
  2. Offline

    Sh8kezula

    First off.. Don't install WorldGuard and EssentialsProtect at the same time.

    If for some reason you cant control players building with your permissions file.... Just use the WorldGuard blacklist to block all blocks, and set a custom permission. Then you can give that permissions to all ranks higher than guest.

    Kind of a long way around bit it gets there in the end.
     
    zipron likes this.
  3. Offline

    zipron

    Yea I know I cannot use WG and EP at the same time, that's the issue I'm having, I know of a bukkit permission node called bukkit.build or something like that, but it doesn't work.. I'll try the blacklist,
    zip

    So I did this and now I can just add the permission nodes =)
    Code:
    [tnt]
    ignore-perms=zipron.tnt
    on-place=deny,tell
    [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122]
    ignore-perms=zipron.build
    on-place=deny
    on-break=deny
    on-interact=deny
    thanks for the helpfull tip ^^
    zip

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 22, 2016
  4. Offline

    Compulsivecraft

    If you want to deny building, use this
    /region __global__ flag build deny

    Global has (2) underscores before and after it.
     
    zipron likes this.
Thread Status:
Not open for further replies.

Share This Page