License: LGPL
Dependence: default
Download: https://github.com/ac-minetest/basic_protect/
------------------------------------------------------------------------------------
features:
- protected areas dont overlap, default area size is 20x20 horizontally and 40 vertically
- can add shared players, display protected area after punching the protector block
- can "effectively" keep out every trespasser digger (if they dont noclip cheat) by teleporting them to player selected nearby area
- very fast protection checks with caching (once position inside block is check it remembers protection status) independent of area size/number of areas
- very simple code without using complicated data structures