A Minecraft plugin to protect your chests and builds using in-game materials. Requires an attacker to break each block a certain number of times. Built for Paper 1.16.5
I think we may have been taking for granted that the inventory locations would be safe by nature of the InventoryMoveItemEvent being called in the first place. This change mostly adds a check at the start of the event.
I think we may have been taking for granted that the inventory locations would be safe by nature of the
InventoryMoveItemEvent
being called in the first place. This change mostly adds a check at the start of the event.