An open API service indexing awesome lists of open source software.

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"

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.

![Screenshot](https://raw.githubusercontent.com/SmallJoker/simple_protection/master/screenshot.png)

License: CC0

**Dependencies**
- Minetest 5.0.0+
- `default` mod or `mcl_*`: Crafting recipes

**Optional dependencies**
- [areas](https://github.com/minetest-mods/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](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 support

Chat 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 underground

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 `` placeholder is used.