Community listing page, reviews here may not be monitored by the author.
CarryCap – Item Limits
No reviews yet
Set simple carry limits for specific items or item tags on Fabric servers. CarryCap runs server-side, so players don't need to install anything.
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the server. Also works in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
CarryCap
CarryCap lets server admins set limits on how many configured items each player can carry.
It runs entirely on the Fabric server, so players joining a dedicated server do not need to install the mod themselves.
Limits are configured in:
config/carrycap.json
Rules can target either a specific item ID or an item tag. After editing the config, operators can reload it with:
/carrycap reload
What counts as carried?
CarryCap checks:
- Main inventory
- Hotbar
- Armor slots
- Offhand
- Menu cursor
- Matching items inside carried vanilla bundles
- Matching items inside carried vanilla shulker boxes
Ground pickups that would exceed a limit stay on the ground.
If another vanilla inventory action causes a player to exceed a limit, CarryCap drops the excess items at the player's position during the same server tick.
If the violation comes from items stored inside a portable container, such as a shulker box, the container itself is dropped intact instead of modifying its contents.
Example configuration
{
"limits": [
{
"type": "item",
"id": "minecraft:totem_of_undying",
"max": 2
},
{
"type": "tag",
"id": "minecraft:logs",
"max": 128
}
]
}
Setting "max": 0 prevents players from carrying matching items entirely.
Requirements
- Minecraft 1.21.11
- Fabric Loader
- Fabric API
- Java 21
Current limitations
CarryCap 0.1.0 is an early functional release.
Custom storage systems added by other mods are currently not counted. World storage such as chests and ender chests is also not considered part of a player's carried inventory.
CarryCap
CarryCap lets server admins set limits on how many items each player can carry.
It runs entirely on the server. Players joining a server with CarryCap installed do not need to install the mod themselves.
Features
- Set limits for specific items
- Set shared limits for item tags
- Server-side only
- Works in singleplayer
- Counts the inventory, hotbar, armor and offhand
- Counts matching items inside carried bundles and shulker boxes
- Reload the config without restarting the server
Configuration
Limits are stored in:
config/carrycap.json
Example:
{
"limits": [
{
"type": "item",
"id": "minecraft:totem_of_undying",
"max": 2
},
{
"type": "tag",
"id": "minecraft:logs",
"max": 128
}
]
}
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources