https://github.com/smalljoker/simple_protection
Minetest fixed-grid quadratic area protection mod with graphical area "minimap"
https://github.com/smalljoker/simple_protection
luanti-mod minetest-mod protection
Last synced: 3 months ago
JSON representation
Minetest fixed-grid quadratic area protection mod with graphical area "minimap"
- Host: GitHub
- URL: https://github.com/smalljoker/simple_protection
- Owner: SmallJoker
- Created: 2014-04-12T11:36:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T16:58:47.000Z (9 months ago)
- Last Synced: 2025-01-30T20:12:50.372Z (4 months ago)
- Topics: luanti-mod, minetest-mod, protection
- Language: Lua
- Homepage:
- Size: 239 KB
- Stars: 11
- Watchers: 6
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
simple_protection
=================A Minetest area protection mod, based on a fixed claim grid,
like seen in [landrush](https://github.com/Bremaweb/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](https://github.com/minetest-mods/areas): HUD compatibilityFeatures
--------- Easy, single-click protection
- Minimap-like radar to see areas nearby: `/area radar`
- Visual area border feedback, as seen in the [protector](https://codeberg.org/tenplus1/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 supportChat command(s)
--------------```
/area [ ...]
show -> Provides information about the current area
radar -> Displays a minimap-like area overview
share -> Shares the current area with
unshare -> Unshares the current area with
shareall -> Shares all your areas with
unshareall -> Unshares all your areas with
list [] -> Lists all areas (optional )
unclaim -> Unclaims the current area
delete -> Removes all areas of (requires "server" privilege)
```About "/area show"
------------------Area status: Not claimable
- Shown when the area can not be claimed
- Happens (by default) in the undergroundAccess 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 `` placeholder is used.