Added new setting on inventory access permission, to disable or enable hoppers from being able to retrieve items or not. This setting will come disabled by default, disabling the current behaviour.
Added new API event, PermissionCheckingEvent, which allows to be aware of permission checkings on protections, and to override the results, allowing plugins to disable access or allowing access for players freely.
Fixes
Fixed issue with inventories which caused the name from the inventory not being updated on rename on certain cases.