
CamboProtection is a beacon-based land claim plugin for Paper servers with 6 customizable levels, member management, economy integration, and support for both Java and Bedrock players via intuitive GUIs.
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.
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.
10 customizable toggleable options for each protection:
plugins/ directory/reload confirmplugins/CamboProtection/config.yml/cp admin reload/camboprotection or /cp - Open main protection management menu/cp upgrade - Upgrade protection to next level/cp downgrade - Downgrade protection and receive partial refund/cp remove - Remove your protection/cp view on|off - Toggle protection boundary visualization/cp trust <player> - Add a player to your trusted members/cp untrust <player> - Remove a trusted member/cp block <player> - Block a player from entering your protection/cp unblock <player> - Unblock a player/cp setspawn - Set respawn point within your protection (must be inside)/cp spawn - Teleport to your protection spawn locationcamboprotection.admin/cp admin give <player> <level> - Give a player a protection block of specified level/cp admin reload - Reload all configuration and data/cp admin remove <player> - Remove a player's protection/cp admin list - List all active protections/cp admin teleport <owner> - Teleport to a player's protection spawn/cp admin view <player> - View detailed information about a protection/cp admin forceexpire <player> - Force expire a protection immediately/cp admin debug expiration - Display expiration system debug information/cp admin debug config - Display configuration version and status informationcamboprotection.use (default: true) - Use CamboProtection featurescamboprotection.admin (default: op) - Access admin commands and management featurescamboprotection.bypass (default: op) - Bypass protection restrictionsplugins/CamboProtection/config.yml
worlds:
- world
Specify which worlds have protection enabled.
protection:
max-per-player: 1
max-trusted-players: 6
max-per-player: Maximum number of protections per playermax-trusted-players: Maximum players that can be trusted in one protectionDefine unlimited custom levels with cost and size:
levels:
refund-percentage: 0.5
1:
cost: 0
size: 31
2:
cost: 10000
size: 61
cost: Economy currency needed to upgradesize: Protection radius (size x size area)refund-percentage: Percentage refunded on downgrade (0.0 - 1.0)expiration:
enabled: true
days: 7
Remove protections after owner is offline for specified days.
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:
death-spawn-enabled: true
Enable/disable respawning at protection spawn on death.
first-join:
enabled: true
level: 1
Give new players a protection block on their first join.
CamboProtection registers the %camboprotection_*% placeholder namespace. All placeholders work with PlaceholderAPI-integrated plugins and commands.
%camboprotection_has_protection% - Returns "true" if player has protection%camboprotection_is_owner% - Returns "true" if player owns a protection%camboprotection_is_member% - Returns "true" if player is a member of a protection%camboprotection_protection_name% - Owner's name of the protection%camboprotection_protection_owner% - Full owner name%camboprotection_protection_level% - Current protection level (1-6+)%camboprotection_protection_size% - Protection dimensions (e.g., "31x31")%camboprotection_protection_radius% - Protection radius in blocks%camboprotection_protection_world% - World where protection exists%camboprotection_protection_x% - Center X coordinate%camboprotection_protection_z% - Center Z coordinate%camboprotection_protection_created% - Creation date (format: yyyy-MM-dd HH:mm)%camboprotection_protection_members% - Number of trusted members%camboprotection_protection_members_max% - Maximum allowed members%camboprotection_protection_blocked% - Number of blocked players%camboprotection_protection_expire% - Time until expiration (e.g., "5d 3h 45m")%camboprotection_upgrade_cost% - Cost to upgrade to next level%camboprotection_downgrade_refund% - Refund amount for downgrading%camboprotection_max_level% - Highest available protection level%camboprotection_total_protections% - Total protections on server%camboprotection_setting_pvp% - PVP enabled status%camboprotection_setting_fire% - Fire spread enabled status%camboprotection_setting_mobspawn% - Mob spawning enabled status%camboprotection_setting_explosion% - Explosion enabled status%camboprotection_setting_mobgriefing% - Mob griefing enabled status%camboprotection_setting_build% - Building enabled status%camboprotection_setting_break% - Breaking enabled status%camboprotection_setting_plantgrowth% - Plant growth enabled status%camboprotection_setting_interact% - Interaction enabled status%camboprotection_setting_redstone% - Redstone enabled status/cp admin give @s 1/cp upgrade # If you have economy set up
This upgrades your protection to the next level with increased radius and cost.
/cp trust PlayerName # Add trusted member
/cp untrust PlayerName # Remove trusted member
/cp block BadPlayer # Block player from entering
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%
levels:
refund-percentage: 0.75
1:
cost: 0
size: 31
2:
cost: 1000
size: 61
3:
cost: 2500
size: 91
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
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
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
plugins/CamboProtection/data/