diff --git a/src/main/java/com/sk89q/worldguard/bukkit/WorldGuardPlayerListener.java b/src/main/java/com/sk89q/worldguard/bukkit/WorldGuardPlayerListener.java index 91116e2d..349f5989 100644 --- a/src/main/java/com/sk89q/worldguard/bukkit/WorldGuardPlayerListener.java +++ b/src/main/java/com/sk89q/worldguard/bukkit/WorldGuardPlayerListener.java @@ -693,7 +693,8 @@ private void handleBlockRightClick(PlayerInteractEvent event) { || type == BlockID.WORKBENCH || type == BlockID.BREWING_STAND || type == BlockID.ENCHANTMENT_TABLE - || type == BlockID.CAULDRON) { + || type == BlockID.CAULDRON + || type == BlockID.COMMAND_BLOCK) { if (!plugin.getGlobalRegionManager().hasBypass(player, world) && !set.canBuild(localPlayer) && !set.allows(DefaultFlag.USE, localPlayer)) {