Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
CClaims
ModLGPL-3.0-only

CClaims

Server-Side Container Claim Mod

775
Downloads
9
Followers
5 months ago
Updated
📦
18
Versions
managementstorageutilityfabric
Download Latestv0.2.0+1.21.11View on Modrinth

📖About CClaims

CClaims: A container claim mod for fabric

Claims is a Fabric server-side mod to claim and protect container blocks (e.g. Chest, Barrels and Hoppers).

This mod provides the /cclaim command to work with the claims.
Permissions can be managed by LuckPerms or any other mod implementing the fabric-permissions-api.

Features:

  • Supported Container Blocks: Chests, Copper Chests, Barrels, Hoppers, Shelfs, Brewing Stands and Beacons
  • Prevents usage and destruction of claimed blocks by other players (except admin mode players)
    • Prevents destruction by explosions, headless pistons (aka. the bedrock breaking method) or the Ender dragon
  • Players can add ("trust") players to their claims.
  • Claims can trust registered groups that can be managed dynamically by players

Note:
Claimed hoppers will push items into unclaimed containers. Therefore, you should not have claimed hoppers facing an unclaimed block (including normal non-container blocks that cannot be claimed).

Commands

  • /cclaim claim: Claims the container the player is facing
  • /cclaim unclaim: Unclaims the container the player is facing
  • /cclaim trust <player>: Trusts a player to use the claimed container. Trusted players can only use the container, but neither destroy the block nor manage the claim.
  • /cclaim untrust <player>: Untrusts a player from a claimed container
  • /cclaim trust group <group>: Trusts a group to use the claimed container.
  • /cclaim untrust group <group>: Untrusts a group to use the claimed container.
  • /cclaim info: Shows the current claim status of the container the player is facing
  • /cclaim adminmode: Toggles if the player is in admin mode. The mod treats players in admin mode like they own every claim.
  • /cclaim list [<dimension>] [all]: Lists the coordinates of all container claims in a dimension (defaults to the overworld). By default, the list is paginated, but this can be turned off by adding "all" as an argument.
  • /cclaim group create <group>: Creates a new group. The group name is limited to lowercase letter, numbers and underscores and has to be between 3 and 16 characters long.
  • /cclaim group delete <group>: Deleted a group.
  • /cclaim group join <group> <player>: Adds a player to the group.
  • /cclaim group leave <group> <player>: Removes a member from the group.
  • /cclaim group info <group>: Shows the name, owner and members of the group.
  • /cclaim group list: Lists all groups the player is a member of.
  • /cclaim group transfer <group> <player>: Changes the owner of a group.

Permissions

  • cclaim.adminmode: Required to use /cclaim adminmode. By default, it requires OP Level 3
  • cclaim.list: Required to use /cclaim list. By default, it requires OP Level 2
  • cclaim.info.admin: Allows to get all data using /cclaim info on claims owned by other players and additionally shows the timestamp of claim creation. By default, it requires OP Level 2
  • cclaim.group.create: Allows players to create groups. By default, all players have can do this.
  • cclaim.group.admin: Allows to use group commands on groups that the player does not own. By default, it requires OP Level 3
  • cclaim.group.transfer: Allows to change the owner of a group. By default, it requires OP Level 3

Storage

The claim data is stored in the NBT data of the block entities.
Additional metadata is stored in world/data/cclaims.dat and world/data/cclaims_groups.dat.

License

This project is licensed under the GNU Lesser General Public License version 3 only.

👥 Team & Contributors

Tert0
Tert0Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
fabric
Minecraft Versions
1.21.11

🔗 Links

Modrinth Page