================= Build Permissions ================= An optional feature lets you provide build permissions based on permission nodes. It can be enabled in the :doc:`config`:: build-permission-nodes: enable: true deny-message: An optional message can be set to change the message that players receive when an action is blocked. Permissions List ================ * Block place: ``worldguard.build.block.place.`` * Block break: ``worldguard.build.block.remove.`` * Block interact: ``worldguard.build.block.interact.`` * Entity spawn: ``worldguard.build.entity.place.`` * Entity destroy: ``worldguard.build.entity.remove.`` * Entity interact: ``worldguard.build.entity.interact.`` * Entity damage: ``worldguard.build.entity.damage.`` * Item use: ``worldguard.build.item.use.`` The permissions are also checked in the style of ``worldguard.build.block..``, so ``worldguard.build.block..place`` would work too. The list of usable material names comes from the `Material list in Bukkit `_. For example, the permission for placing the bed block would be ``worldguard.build.block.place.red_bed``. Be aware that *Material* contains both item and block names.