
CClaims
Server-Side Container Claim Mod
- Загрузки
- 2K
- Подписчики
- 15
- Обновлён
- 14 августа 2026 г.
- Лицензия
- LGPL-3.0-only
Опубликован 3 мая 2025 г.
Codeberg | Github (mirror) | Modrinth
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, Shelves, Chiseled Book Shelves, Furnaces, Blast Furnaces, Smokers, Brewing Stands, Dispensers, Hoppers, Droppers, Crafters 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/Droppers/Crafters will push items into unclaimed containers. Therefore, you should avoid having claimed hoppers facing an unclaimed block (including normal non-container blocks that cannot be claimed) if you want to prevent stealing items from them. Additionally, Crafters will drop the crafted items if the faced container is full (vanilla behavior) or claimed by another player.
Commands
/cclaimor/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 [all]: 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 3cclaim.list: Required to use/cclaim list. By default, it requires OP Level 2cclaim.info.admin: Allows to get all data using/cclaim infoon claims owned by other players and additionally shows the timestamp of claim creation. By default, it requires OP Level 2cclaim.group.create: Allows players to create groups. By default, all players 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 3cclaim.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 as NBT in world/dimensions/minecraft/{overworld,the_nether,the_end}/data/cclaims/claims.dat and world/data/cclaims/groups.dat.
License
This project is licensed under the GNU Lesser General Public License version 3 only.
Ченджлог
0.3.0+26.2Релиз26.2 · 14 августа 2026 г.
- Added furnaces, blast furnaces, smokers, dispensers, droppers, crafters, and chiseled bookshelves as supported claimable container blocks
- The top-level command
/cclaimis now an alias to/cclaim claim - Implemented custom click action for pages to prevent "Confirm Command Execution" prompts
- Fix block entity client desync when failing to break claimed blocks
- Prevent claimed shelves from connecting to neighbors when powered to fix a claim bypass
- Improved "Click to teleport" messages to work in different dimensions
- Added new error messages when trying to trust players/groups that are already trusted
- Implemented pagination for the
/cclaim group listcommand - Improved messages and message color consistency
/cclaim listnow works in the console (and from other non-player sources with the needed permissions)/cclaim group transfernow works on offline target players
0.2.0+26.2Релиз26.2 · 18 июня 2026 г.
- Update to 26.2
0.2.0+26.1.2Релиз26.1.2 · 9 апреля 2026 г.
- Update to 26.1.2
Note: Minecraft 26.1 made changes to the world directory structure, impacting this mod. The automatic migration should (hopefully) work for most use cases, but it is strongly recommended to make a backup before upgrading. If you experience any issues with the migration, feel free to open an issue.
0.2.0+26.1.1Релиз26.1.1 · 1 апреля 2026 г.
- Update to 26.1.1
Note: Minecraft 26.1 made changes to the world directory structure, impacting this mod. The automatic migration should (hopefully) work for most use cases, but it is strongly recommended to make a backup before upgrading. If you experience any issues with the migration, feel free to open an issue.
0.2.0+26.1Релиз26.1 · 25 марта 2026 г.
- Update to 26.1
Note: Minecraft 26.1 made changes to the world directory structure, impacting this mod. The automatic migration should (hopefully) work for most use cases, but it is strongly recommended to make a backup before upgrading. If you experience any issues with the migration, feel free to open an issue.
0.2.0+1.21.10Релиз1.21.10 · 5 ноября 2025 г.
New Features:
- Claim Group System: Claims can trust registered "groups" of players, that can be managed dynamically by players
New Commands:
/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 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.
New permissions:
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 3cclaim.group.transfer: Allows to change the owner of a group. By default, it requires OP Level 3
0.1.2+1.21.10Релиз1.21.10 · 24 октября 2025 г.
- fix copper golem move items task mixin
0.1.1+1.21.9Релиз1.21.9 · 30 сентября 2025 г.
- Update to 1.21.9
- Prevent copper golems from using claimed chests/copper chests
- Support copper chests and shelfs
- Fix inserting items with droppers into claimed containers
- Bundle fabric-permissions-api in jar
Комментарии
Загружаем…