A lightweight, secure, and optimized Minecraft Paper plugin (1.21+) that allows server admins to limit the amount of specific items a player can carry.
Stop item hoarding. Balance your PvP and Economy.
ItemLimiter is a lightweight, secure, and high-performance plugin designed for Paper 1.21+. It allows server administrators to set strict carrying limits for specific items (e.g., Totems of Undying, Enchanted Golden Apples, End Crystals).
Unlike basic plugins that simply cancel pickup events, ItemLimiter features a smart logic system that improves player experience.
The biggest issue with other limit plugins is the "Inventory Full" spam.
Scenario: You are allowed to carry 2 Totems. You have 1. There is a stack of 5 on the ground.
ItemLimiter solves this:
Players are creative when trying to bypass limits. ItemLimiter monitors and blocks:
Manage your limits without touching a config file.
/limit.jar file.plugins/ folder./limit to configure your restricted items.| Command | Permission | Description |
|---|---|---|
/limit |
itemlimiter.admin |
Opens the management GUI. |
The config.yml is simple and clean. While you can use the GUI, you can also edit limits manually here.
# ItemLimiter Config
# Format: MATERIAL: AMOUNT
limits:
TOTEM_OF_UNDYING: 1
ENCHANTED_GOLDEN_APPLE: 6
END_CRYSTAL: 16
# List of worlds where limits are active.
# Leave empty [] to activate globally.
enabled-worlds: []