simple_protection
A Minetest area protection mod, based on a fixed claim grid, like seen in landrush.
You can claim areas by punching those with a claim stick.
License: CC0
Dependencies
- Minetest 5.0.0+
- default
mod or mcl_*
: Crafting recipes
Optional dependencies - areas: HUD compatibility
Features
- Easy, single-click protection
- Minimap-like radar to see areas nearby:
/area radar
- Visual area border feedback, as seen in the protector mod
- List of claimed areas
- World specific settings -> see
default_settings.lua
header text- Customizable fixed claim grid. 16x150x16 by default.
- Optional setting to protect unclaimed areas
- Shared Chest for exchanging items
- VoxeLibre (= MineClone2) and Minetest Game support
- Translation support
Chat command(s)
/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
Access notation of shared areas:
mrturtle
: Single shared area with playermrturtle
mrturtle*
: All areas of the same owner are shared withmrturtle
.*all
: Wild west area. Everyone has access.
This notation is also valid for the other chat commands, where a <name>
placeholder is used.
My prefered protection mod
I like the idea of using fixed 'chunks' in a protection system.
The minimap is also very useful.
My Favorite Protection Mod
This makes setting up protected areas for players, especially young ones, very simple. This is my favorite protection mod of all that I have tried.