HomeJavaModsCamboProtection (Land Claim)
CamboProtection (Land Claim)
ModsJava

CamboProtection (Land Claim)

by UnReal-HaFiz · on Modrinth

CamboProtection is a beacon-based land claim plugin for Paper servers with 6 customizable levels, member management, economy integration, and support for…

⬇ Download on Modrinth
CamboProtection (Land Claim) — screenshot 1CamboProtection (Land Claim) — screenshot 2CamboProtection (Land Claim) — screenshot 3CamboProtection (Land Claim) — screenshot 4CamboProtection (Land Claim) — screenshot 5CamboProtection (Land Claim) — screenshot 6CamboProtection (Land Claim) — screenshot 7CamboProtection (Land Claim) — screenshot 8

CamboProtection - Land Claim Plugin

A powerful and customizable land claim protection plugin for Paper Minecraft servers (API 1.21+). Create, manage, and protect your land with customizable protection levels, member management, and advanced protection settings.

Requirements

Server Requirements

Dependencies

Overview

CamboProtection is a beacon-based land claim plugin that allows players to protect their territories with expandable protection zones. The plugin features multi-level protections, economy integration, PlaceholderAPI support, and advanced permission systems.

Features

Core Protection System

Member & Access Management

Advanced Protection Settings

10 customizable toggleable options for each protection:

Economy Integration

Quality of Life Features

Admin Commands & Tools

Installation

  1. Download the plugin JAR file
  2. Place it in your plugins/ directory
  3. Restart your server or use /reload confirm
  4. Configure the plugin in plugins/CamboProtection/config.yml
  5. Reload with /cp admin reload

Commands

Player Commands

Main Menu

Protection Management

Member Management

Spawn System

Admin Commands

Permission: camboprotection.admin

Permissions

Configuration

Default Configuration Location

plugins/CamboProtection/config.yml

Configuration Sections

Worlds

worlds:
  - world

Specify which worlds have protection enabled.

Protection Settings

protection:
  max-per-player: 1
  max-trusted-players: 6

Protection Levels

Define unlimited custom levels with cost and size:

levels:
  refund-percentage: 0.5
  1:
    cost: 0
    size: 31
  2:
    cost: 10000
    size: 61

Expiration Settings

expiration:
  enabled: true
  days: 7

Remove protections after owner is offline for specified days.

Protection Defaults

defaults:
  pvp: false
  fire: false
  mob-spawn: true
  explosion: false
  mob-griefing: false
  build: false
  break: false
  plant-growth: true
  interact: false
  redstone: false

Default settings applied to all new protections.

Spawn Settings

spawn:
  death-spawn-enabled: true

Enable/disable respawning at protection spawn on death.

First-Join Reward

first-join:
  enabled: true
  level: 1

Give new players a protection block on their first join.

PlaceholderAPI Support

CamboProtection registers the %camboprotection_*% placeholder namespace. All placeholders work with PlaceholderAPI-integrated plugins and commands.

Status Placeholders

Protection Details

Members & Access

Expiration & Timing

Economy & Levels

Protection Settings (All 10 Options)

Usage Examples

Creating a Protection

  1. Give yourself a protection block: /cp admin give @s 1
  2. Place the special beacon block in your desired location
  3. The protection is created automatically at 31x31

Expanding Your Protection

/cp upgrade  # If you have economy set up

This upgrades your protection to the next level with increased radius and cost.

Setting Up Member System

/cp trust PlayerName      # Add trusted member
/cp untrust PlayerName    # Remove trusted member
/cp block BadPlayer       # Block player from entering

Using Placeholders

In any PlaceholderAPI-supported plugin:

Player Protection: %camboprotection_has_protection%
Owner: %camboprotection_protection_owner%
Level: %camboprotection_protection_level% (Size: %camboprotection_protection_size%)
Members: %camboprotection_protection_members%/%camboprotection_protection_members_max%
Expires in: %camboprotection_protection_expire%

Configuration Examples

Small Economy Server (Cheap Upgrades)

levels:
  refund-percentage: 0.75
  1:
    cost: 0
    size: 31
  2:
    cost: 1000
    size: 61
  3:
    cost: 2500
    size: 91

Large Economy Server (Expensive Upgrades)

levels:
  refund-percentage: 0.5
  1:
    cost: 0
    size: 31
  2:
    cost: 50000
    size: 61
  3:
    cost: 150000
    size: 91
  4:
    cost: 400000
    size: 121
  5:
    cost: 1000000
    size: 151

Hardcore Mode (Strict Protection)

expiration:
  enabled: true
  days: 3

defaults:
  pvp: false
  fire: false
  mob-spawn: false
  explosion: false
  mob-griefing: false
  build: false
  break: false
  plant-growth: false
  interact: false
  redstone: false

Peaceful Mode (Relaxed)

protection:
  max-trusted-players: 12

defaults:
  pvp: false
  fire: true
  mob-spawn: true
  explosion: true
  mob-griefing: true
  build: true
  break: true
  plant-growth: true
  interact: true
  redstone: true

Data Persistence

Performance Considerations

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more