Ultimate Territory Protection for Minecraft

Advanced Territory Protection for Minecraft
A powerful, feature-rich chunk-based land protection plugin for Paper servers. Create claim profiles, protect your builds, manage members with granular roles, form alliances, set warps, and customize every aspect of your territory.
⚠️ DEVELOPMENT BUILDS
Development builds are automatically generated from the latest commits and may include unfinished features, breaking changes, or experimental code. These builds are not recommended for production use.
If you choose to run a dev build:
- Expect bugs, crashes, or incomplete functionality.
- Configs and data formats may change without notice.
- No guarantee of backward compatibility.
Use them only for testing, early access, or contributing feedback.
📦 Download latest dev builds: GitHub Releases
Owner > Role > Trusted > Visitor — the first matching tier decidesLandClaimPlugin seamlessly hooks into various popular server plugins to provide an interconnected experience out-of-the-box.
Visualize claims directly on your server's web map! Claims are drawn as colored polygons matching the claim's chosen color, complete with owner and size information.
Prevent players from abusing claim commands (like teleporting or abandoning claims) while actively in combat. The plugin automatically detects when a player is combat-tagged.
Respect WorldGuard regions when players attempt to claim land.
allow-land-claims WorldGuard state flag to regions (e.g., Wilderness/Warzone) to explicitly allow players to claim land inside them, overriding the gap and intersection protections!LandClaimPlugin.jar into your plugins/ folder.plugins/LandClaimPlugin/config.yml to your liking.Requirements: Paper 1.21.4+ | Java 21+
All commands use /claim (alias: /c) as the base.
| Command | Description |
|---|---|
/claim |
Claim the chunk you're standing in |
/claim create <name> |
Create a new claim profile with the given name |
/claim auto |
Toggle auto-claim mode (claim chunks as you walk) |
/claim menu |
Open the main claim management GUI |
/claim info |
View info about the claim at your location |
/claim visible |
Toggle claim boundary visualization |
/claim abandon |
Delete your entire claim profile and all claimed chunks |
/claim pvp <on/off> [time] |
Toggle PvP globally in the claim, with an optional time duration in seconds |
/unclaim |
Unclaim the chunk you're standing in |
/unclaim all |
Unclaim all your chunks |
| Command | Description |
|---|---|
/claim member invite <player> |
Invite a player to join your claim |
/claim member kick <player> |
Remove a member from your claim |
/claim member list |
List all members and their roles |
/claim accept <name> |
Accept a pending member invitation |
/claim deny <name> |
Deny a pending member invitation |
| Command | Description |
|---|---|
/claim trust invite <player> |
Send a trust invitation to a player |
/claim trust accept |
Accept a pending trust invitation |
/claim trust deny |
Deny a pending trust invitation |
/claim trust remove <player> |
Remove a trusted player |
/claim trust list |
List all trusted players and their flags |
| Command | Description |
|---|---|
/claim ally invite <name> |
Send an alliance request to another claim |
/claim ally accept <name> |
Accept an alliance request |
/claim ally deny <name> |
Deny an alliance request |
/claim ally remove <name> |
Remove an existing alliance |
| Command | Description |
|---|---|
/claim setwarp <name> |
Set a warp at your current location |
/claim delwarp <name> |
Delete a warp |
/claim warp <name> |
Teleport to a warp |
/claim warps |
Open the warp management GUI |
/claim admin check |
View detailed claim info (owner UUID, profile name) |
/claim admin unclaim |
Force-unclaim the chunk you're standing in |
/claim admin edit <player> |
Open any player's claim management GUI |
/claim admin setalias <claim> <alias> |
Set or reset an owner's custom alias |
/claim admin trust list <owner> |
List players trusted by this owner |
/claim admin trust who <player> |
List claims where this player is trusted |
| Permission | Description | Default |
|---|---|---|
landclaim.* |
All LandClaim permissions | false |
landclaim.claim |
Basic claiming ability | ✅ true |
landclaim.auto |
Use auto-claim mode | ✅ true |
landclaim.admin |
Admin commands & bypass all protection | op |
landclaim.limit.<n> |
Override the chunk claim limit (e.g., landclaim.limit.50) |
false |
landclaim.list |
List claims | ✅ true |
landclaim.warps.limit.<n> |
Override the warps limit (e.g., landclaim.warps.limit.10) |
false |
landclaim.createrole.<n> |
Override the max number of custom roles | false |
This plugin collects anonymous usage statistics via bStats. The data is publicly visible and helps us understand how the plugin is used across servers. No personal or identifiable information is collected.
To opt out, navigate to plugins/bStats/config.yml and set enabled to false.