rutgerkok / BlockLocker

Protect chests, doors and other blocks in Minecraft from being opened using protection signs
https://www.spigotmc.org/resources/blocklocker.3268/
MIT License
69 stars 43 forks source link

Attention! Hoppers can steal the contents of a player's locked chest! #160

Closed Draghonir closed 1 year ago

Draghonir commented 1 year ago

Hi, I have found an exploit with BlockLocker. Some players have shown me that even if a chest is set to private, they can simply place a hopper underneath the chest to retrieve its contents. How can we fix this?

Best regards

rutgerkok commented 1 year ago

Could it be this, from the FAQ?

Hoppers can put items into/take items from protected chests. How can I fix this? This isn't caused by BlockLocker, but it's caused by setting hopper.disable-move-event to true in your paper-global.yml file (in the config folder). If this is set to true, then plugins cannot react to item movement in hoppers anymore. So you need to set this to false, there is no other workaround.