Simple protection
... is a fixed-grid protection mod based on ideas of the LandRush mod. Protect one of the "cells" by tapping the ground using a claim stick ("simple_protection:claim", see preview images).Spoiler
/area radar
Claim Stick recipe
Features
- Easy single-click protection
- Share individual claims with someone
- Share all your claims with someone
- Share individual claims with everyone (public access)
- "simple_protection" privilege for admins to manage areas
- Minimap-like radar to explore nearby claims
- Claim border highlighting as seen in protector
- Shared Chest to exchange items
- Client-side translation support
Customization: See "default_settings.lua" and "doc/mod_api.txt"
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)
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
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
- areas: HUD compatibility
Links: .git clone link, Source code, *.zip