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
default
mod or mcl_*
: Crafting recipesOptional dependencies
/area radar
default_settings.lua
header text
/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)
Area status: Not claimable
Access notation of shared areas:
mrturtle
: Single shared area with player mrturtle
mrturtle*
: All areas of the same owner are shared with mrturtle
.*all
: Wild west area. Everyone has access.This notation is also valid for the other chat commands, where a <name>
placeholder is used.