[REQUEST] Per Block Permissions

Discussion in 'Bukkit Discussion' started by Spysical, Jul 16, 2011.

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

    Spysical

    I'm looking for a plugin which grants me power to give users a permission node if they can place a block or not.

    So "BlockPermission.[BlockID]" Grants you permission to place "BlockID"

    Thank you very much.

    With kind regards, Spysical.

    Mod can delete this thread. Missplaced it :)

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

    MalcolmLC

    Im not sure but the plugin called permissionsex Does have a feature to allow only certain blocks to be placed or broken.
     
  3. Offline

    gameswereus

    Why not just exclude the blocks you don't want used? Like all the griefers blocks?
     
  4. Offline

    gsand

    Worldguard Blacklist...
    /plugins/WorldGuard/worlds/<MAP NAME>/blacklist.txt

    Code:
    #Denied Blocks
    [1,2,3]
    ignore-groups=Mods,Admin
    on-break=deny
    on-place=deny
    on-acquire=deny
    on-drop=deny
    on-use=deny
    on-destroy-with=deny
     
Thread Status:
Not open for further replies.

Share This Page