ClearLagV2
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.1% endorsement rate
- 🏆 #206 of 214 game-mechanics mods in this game by downloads
📋 About This Mod
**ClearLag** is a powerful, intelligent item management plugin for Minecraft 1.21+ that automatically removes dropped items to prevent server lag while giving you complete control over what gets cleared and when. ## Key Features * **Configurable Auto-Clear**: Set intervals from 1 second to 24 hours for automatic item removal * **Memory Tracking**: Displays exactly how much memory (in MB) is freed after each clear * **Item Whitelist**: Protect valuable items like netherite, elytras, and totems from being cleared * **Warning System**: Customizable countdown warnings before items are removed (no spam) * **In-Game Configuration**: Change every setting without touching the config file * **World-Specific Clearing**: Choose which worlds to clear items in * **XP Orb Support**: Optionally clear experience orbs to reduce entity lag ## Functionality Dropped items are one of the most common causes of server lag. Whether from mob farms, player deaths, or accidental drops, these entities accumulate quickly and can severely impact performance. ClearLag solves this by running a configurable timer that automatically removes ground items at set intervals. The plugin tracks both the number of item entities (piles) and the total items including stack sizes, giving you accurate feedback. For example, clearing 5 stacks of 64 cobblestone will report "320 items (5 piles) cleared" rather than just "5 items." Before each clear, players receive customizable warnings at intervals you define (default: 60s, 30s, 10s), giving them time to pick up important items. The whitelist system ensures valuable items are never accidentally removed. ## Safety & Performance The plugin is designed with zero server impact in mind. Item clearing happens instantly with no lag spikes, and the timer runs asynchronously without blocking the main thread. Memory tracking uses Java's native runtime monitoring to show exactly how much memory is freed, helping you optimize clearing intervals for your server's needs. The warning system prevents spam by tracking which warnings have been sent, ensuring each warning time broadcasts only once per cycle. ## Configuration The plugin works out of the box, but is fully customizable via `plugins/ClearLag/config.yml` or directly in-game. * **Interval**: Set clearing interval in seconds (1–86400, Default: 300) * **Warnings**: Define when to warn players before clearing (Default: 60, 30, 10 seconds) * **Whitelist**: Specify items that should never be cleared (Default: netherite, elytra, totems) * **Worlds**: Choose specific worlds to clear, or leave empty for all worlds * **XP Orbs**: Toggle whether to clear experience orbs (Default: false) * **Messages**: Customize warning and clear messages with placeholders ({time}, {count}, {entities}, {memory}) * **Color**: Set message color (Default: GREEN) ## Commands & Permissions * `/clearlag` — Manually clear items immediately (`clearlag.clear`) * `/clearlag now` — Force immediate clear without warnings (`clearlag.clear`) * `/clearlag toggle` — Enable/disable auto-clearing (`clearlag.toggle`) * `/clearlag reload` — Reload configuration from file (`clearlag.reload`) * `/clearlag info` — Display current configuration and status (`clearlag.clear`) * `/clearlag set <setting> <value>` — Change a setting in-game (`clearlag.config`) * `/clearlag add <list> <value>` — Add to whitelist, world list, or warning times (`clearlag.config`) * `/clearlag remove <list> <value>` — Remove from whitelist, world list, or warning times (`clearlag.config`) **Aliases**: `/cl`, `/itemclear` ## Installation ClearLag is a server-side plugin designed for Paper/Spigot 1.21+ (compatible with all modern versions). Simply drop the JAR into your `plugins` folder and restart your server. A `plugins/ClearLag/config.yml` file will be created automatically with sensible defaults. ## In-Game Management Unlike most plugins, ClearLag lets you change every setting without editing files: ``` /clearlag set interval 120 # Change to 2 minutes /clearlag set color AQUA # Change message color /clearlag add whitelist DIAMOND # Protect diamonds /clearlag add warning 5 # Add 5-second warning /clearlag remove warning 30 # Remove 30-second warning /clearlag set clear-xp-orbs true # Start clearing XP orbs ``` All changes take effect immediately and are saved to the config file automatically. <div align="center"> <div style=" max-width: 420px; padding: 20px; border-radius: 16px; background: rgba(88,101,242,0.08); border: 1px solid rgba(88,101,242,0.3); "> <h2>🛠 Support & Bug Reports</h2> <p style="opacity:0.85;"> Found a bug or need help setting up the plugin?<br> Report issues directly on Discord. </p> <br> <a href="https://discord.com/users/530425932947783692"> <img src="https://img.shields.io/badge/Report%20Bugs%20on%20Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white"> </a> </div> </div>
ClearLag is a powerful, intelligent item management plugin for Minecraft 1. 21+ that automatically removes dropped items to prevent server lag while giving you complete control over what gets cleared and when.
## Key Features
Configurable Auto-Clear: Set intervals from 1 second to 24 hours for automatic item removal Memory Tracking: Displays exactly how much memory (in MB) is freed after each clear Item Whitelist: Protect valuable items like netherite, elytras, and totems from being cleared Warning System: Customizable countdown warnings before items are removed (no spam) In-Game Configuration: Change every setting without touching the config file World-Specific Clearing: Choose which worlds to clear items in XP Orb Support: Optionally clear experience orbs to reduce entity lag
## Functionality
Dropped items are one of the most common causes of server lag. Whether from mob farms, player deaths, or accidental drops, these entities accumulate quickly and can severely impact performance.
ClearLag solves this by running a configurable timer that automatically removes ground items at set intervals. The plugin tracks both the number of item entities (piles) and the total items including stack sizes, giving you accurate feedback. For example, clearing 5 stacks of 64 cobblestone will report "320 items (5 piles) cleared" rather than just "5 items."
Before each clear, players receive customizable warnings at intervals you define (default: 60s, 30s, 10s), giving them time to pick up important items. The whitelist system ensures valuable items are never accidentally removed.
## Safety & Performance
The plugin is designed with zero server impact in mind. Item clearing happens instantly with no lag spikes, and the timer runs asynchronously without blocking the main thread. Memory tracking uses Java's native runtime monitoring to show exactly how much memory is freed, helping you optimize clearing intervals for your server's needs.
The warning system prevents spam by tracking which warnings have been sent, ensuring each warning time broadcasts only once per cycle.
## Configuration
The plugin works out of the box, but is fully customizable via `plugins/ClearLag/config.yml` or directly in-game.
Interval: Set clearing interval in seconds (1–86400, Default: 300) Warnings: Define when to warn players before clearing (Default: 60, 30, 10 seconds) Whitelist: Specify items that should never be cleared (Default: netherite, elytra, totems) Worlds: Choose specific worlds to clear, or leave empty for all worlds XP Orbs: Toggle whether to clear experience orbs (Default: false) Messages: Customize warning and clear messages with placeholders ({time}, {count}, {entities}, {memory}) Color: Set message color (Default: GREEN)
## Commands & Permissions
`/clearlag` — Manually clear items immediately (`clearlag.clear`)
`/clearlag now` — Force immediate clear without warnings (`clearlag.clear`)
`/clearlag toggle` — Enable/disable auto-clearing (`clearlag.toggle`)
`/clearlag reload` — Reload configuration from file (`clearlag.reload`)
`/clearlag info` — Display current configuration and status (`clearlag.clear`)
`/clearlag set
`/clearlag remove
Aliases: `/cl`, `/itemclear`
## Installation
ClearLag is a server-side plugin designed for Paper/Spigot 1. 21+ (compatible with all modern versions). Simply drop the JAR into your `plugins` folder and restart your server. A `plugins/ClearLag/config.yml` file will be created automatically with sensible defaults.
## In-Game Management
Unlike most plugins, ClearLag lets you change every setting without editing files:
``` /clearlag set interval 120 # Change to 2 minutes /clearlag set color AQUA # Change message color /clearlag add whitelist DIAMOND # Protect diamonds /clearlag add warning 5 # Add 5-second warning /clearlag remove warning 30 # Remove 30-second warning /clearlag set clear-xp-orbs true # Start clearing XP orbs ```
All changes take effect immediately and are saved to the config file automatically.
🛠 Support & Bug Reports
Found a bug or need help setting up the plugin?
Report issues directly on Discord.
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- StiviKM
- Version
- 1.0.0
- Downloads
- 1,157
- Endorsements
- 1
- Category
- game-mechanics
- Created
- 2/12/2026
- Updated
- 2/9/2026
- Game Versions
- 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5
- Tags
- game-mechanics, optimization
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does ClearLagV2 support?
The author lists 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.20. Other versions may work but are untested by the author.
What is the latest version of ClearLagV2?
Version 1.0.0, published 2026-02-09 with 1,157 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await