CarryCap – Item Limits

CarryCap – Item Limits

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.

50 downloads

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
    }
  ]
}