Magic

Magic

190k Downloads

Locked containers are unable to be broken, causing compatibility issues

834000 opened this issue ยท 1 comments

commented

If containers like chests and dispensers are locked, magic outright prevents them from being broken to avoid their items dropping on the ground, simply sending a message to the player:
image
In some scenarios, this could be helpful, but it causes compatibility issues with any pack or plugin that uses locked containers as custom blocks, as they can't be broken.
Unlocking these containers with lockpick before breaking them works, but that adds another step to something that should be very simple.
Is there a way to disable this function?

commented

Yes, you can do /mconfig config protect_locked false to turn this feature off.