Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Supported environments
Server-side
Singleplayer
Tags
Creators
Details
Licensed MIT
Published 9 hours ago
Updated 2 weeks ago
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
}
]
}


