Added a new option in the block configuration files that allows for inheriting the permissions of the parent. This is an opt-in update - if you do not update your block configuration files then it will not be applied.
Add the following to the block configuration to enable permission inheritance:
inherit_perms: true
If inherit_perms is set to true, when checking permissions, if the block is a child of a parent (for example, a mob_allow field is a child of the city field) then the permissions set to city will be inherited to the child, which can also have its own permissions as well.
An example you may want to use this would be inheriting permissions to a mob_allow block, but not to a city plot that you rent or sell access to.
Please let me know if you have any questions or concerns regarding the use of permission inheritance.