diff --git a/blockplacemods.py b/blockplacemods.py index fd2f1aa..db9c371 100644 --- a/blockplacemods.py +++ b/blockplacemods.py @@ -254,7 +254,8 @@ def on_block_place(event): elif ((material == Material.FURNACE and player.hasPermission("utils.toggle.furnace")) - or (material == Material.DROPPER and player.hasPermission("utils.toggle.dropper")) + or (material == Material.DROPPER and player.hasPermission("utils.toggle.dropper")) + or (material == Material.HOPPER and player.hasPermission("utils.toggle.hopper")) ): stacks = get(str(material).lower()).get(uuid) if stacks != None: # Enabled