Land Manager Mod 1.16.5, — Configuration
Commands
The mod uses the base command /lm (alias /landmanager). Commands are divided into User and Operator (OP) categories based on the server's permissions config.
General User Commands
| Command | Description |
|---|---|
/lm area |
Displays details about the area you are currently standing in (Owner, Members, Flags). |
/lm areas [page] [regex] |
Lists all protected areas on the server. |
/lm claim [name] |
Attempts to claim the specified area (or the one you are standing in). |
/lm members add <player> |
Adds a player to your area, granting them build/break permissions. |
/lm members remove <player> |
Removes a player from your area's member list. |
/lm myareas [page] |
Lists all areas owned by the player. |
/lm rename <new_name> |
Renames the current area. |
/lm show [name] |
Toggles the particle border for a specific area. |
/lm showoff |
Turns off all active area visualizations. |
Operator & Management Commands
| Command | Description |
|---|---|
/lm requests |
Lists all pending claim requests from players. |
/lm approve <id> |
Approves a specific claim request by its ID. |
/lm disapprove <id> |
Rejects a specific claim request. |
/lm delete <name> |
Forcefully deletes a protected area. |
/lm setowner <area> <player> |
Reassigns ownership of an area to a different player. |
/lm explosions |
Toggles whether explosions can damage blocks in the area. |
/lm hostilemobs |
Toggles whether hostile mobs can spawn in the area. |
/lm passivemobs |
Toggles whether passive mobs can spawn in the area. |
/lm interact |
Toggles whether non-members can right-click blocks (chests, doors). |
Configuration
The mod's behavior is controlled via a configuration file, typically located in the config folder of the server. Key configuration categories include:
Permissions
- claimRequest: If true, claims require OP approval.
- commandVisibility: Determines if specific commands appear under the standard
/lmtree or require/lm opprefix.
Area Flags
Owners and OPs can toggle the following flags for each area:
| Flag | Default | Description |
|---|---|---|
canPassiveMobsSpawn |
True | Controls spawning of animals and neutral creatures. |
canHostileMobsSpawn |
True | Controls spawning of monsters. |
canExplosionsCauseBlockDamage |
False | Prevents TNT and Creeper griefing. |
canNonMembersRightClickBlocks |
False | Prevents strangers from opening chests or using levers. |
Client Settings
- showAllRadius: The distance (default 16 blocks) at which area borders are rendered when using the show command without a specific name.