Compatibility
Minecraft: Java Edition
26.2
26.1.2
Platforms
Supported environments
Server-side
Client and server
Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published yesterday
ClearLags
Automatically clears dropped items on a configurable timer with warning messages, a manual /clearlags command, and an optional HUD countdown overlay.
ClearLags is a lightweight server-side Fabric mod that keeps your world clean by automatically removing dropped items on a configurable interval.
Features
- Auto-clear timer â drops are cleared every N seconds (configurable, default 60).
- Warning message â broadcasts a customizable warning a few seconds before each clear (e.g., "Clearing in 10 seconds").
/clearlagscommand:/clearlags clearâ triggers an immediate clear (permission: GAMEMASTER)./clearlags reloadâ reloads config from disk (permission: ADMIN)./clearlags gui on|off|placementâ toggles the HUD overlay or cycles its screen position (4 corners).
- Configurable messages â all chat messages can be customized or disabled. Use
%killedfor item count and%secondsfor countdown. - Optional HUD â players with the mod see a small square overlay showing the seconds remaining before the next clear. It can be moved to any corner or turned off.
- Client-optional â the mod works fully on the server; the HUD overlay only appears for players who also have the mod installed.
Config (config/clearlags.json)
{
"clearInterval": 60,
"warningTime": 10,
"warningMessage": "§e[ClearLags] §fClearing dropped items in §a%seconds §fseconds!",
"warningMessageEnabled": true,
"clearMessage": "§e[ClearLags] §fClearing dropped items...",
"clearMessageEnabled": true,
"afterClearMessage": "§e[ClearLags] §fCleared §a%killed §fitems!",
"afterClearMessageEnabled": true
}
Requirements
- Minecraft 26.1.2
- Fabric Loader >= 0.19.2
- Fabric API
License
CC-BY-NC-4.0


