HomeJavaModsCarryCap – Item Limits
CarryCap – Item Limits
ModsJava

CarryCap – Item Limits

by SuffixHD · on Modrinth

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.

⬇ Download on Modrinth
CarryCap – Item Limits — screenshot 1CarryCap – Item Limits — screenshot 2

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

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
    }
  ]
}
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more