Simple protection
A Minetest area protection mod, based on a fixed claim grid. It is based on ideas of the LandRush mod and splits the world into claim-cuboids. Every cuboid/area is 16x80x16 nodes large (adjustable) and allows sharing access with other players.
Areas can be claimed using a Claim Stick (simple_protection:claim):

Punch a node somewhere in the area you would like to claim. A green text with your name will appear on the bottom left side if it succeed.
Admins get some additional power with the simple_protection privilege which allows editing, modifying and deleting any area.
The following contents might be more up-to-date on GitHub.
Features
- Easy, single-click protection
- Fixed claim grid: 16x80x16 by default
- ^ To configure: see default_settings.lua header text
- Minimap-like radar to see areas nearby
- Visual area border feedback, as seen in the protector mod
- List of claimed areas
- Shared Chest for exchanging items
- Translation support
- Optional setting to require an area before digging
Chat commands
- Code: Select all
/area <command> [<args> ...]
show -> Provides information about the current area
radar -> Displays a minimap-like area overview
share <name> -> Shares the current area with <name>
unshare <name> -> Unshares the current area with <name>
shareall <name> -> Shares all your areas with <name>
unshareall <name> -> Unshares all your areas with <name>
list [<name>] -> Lists all areas (optional <name>)
unclaim -> Unclaims the current area
delete <name> -> Removes all areas of <name> (requires "server" privilege)
About "/area show"
Area status: Not claimable
- Shown when the area can not be claimed
- Happens (by default) in the underground
- foo, leprechaun: Regular single area share
- bar*: Has access to all areas with the same owner
- *all: Everybody can build and dig in the area
Possible configuration adjustments
Claim area size: X/Z square and Y height
Depth-based claim limit: Areas below this limit can not be claimed
Dependencies
- default: Crafting recipes
- intllib: Translations
- areas: HUD compatibility
- landrush: Only to prevent shared chests from turning into unknown nodes
License: CC0
Links: .git clone, View sauce, Unhandy *.zip