{"id":41188,"date":"2026-06-02T01:35:18","date_gmt":"2026-06-01T22:35:18","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/cleardropsplus\/"},"modified":"2026-06-02T01:35:18","modified_gmt":"2026-06-01T22:35:18","slug":"cleardropsplus","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/cleardropsplus\/","title":{"rendered":"ClearDrops+"},"content":{"rendered":"<p>## ClearDrops+<\/p>\n<p>**ClearDrops+** is a Minecraft plugin that keeps worlds clean by removing dropped items in a controlled and predictable way.<\/p>\n<p>Instead of blindly clearing everything on a timer, **ClearDrops+** reacts to server TPS and only removes items when it actually makes sense. It uses safe cleanup logic, avoids unsafe chunk handling, and stays simple by design. Built for modern **Paper and Spigot servers**.<\/p>\n<p>Perfect for survival servers that want cleaner worlds, smooth gameplay, and full control over how item cleanup works.<\/p>\n<p>&#8212;<\/p>\n<p>## \u26a1Core Features<\/p>\n<p>&#8211; Automatic clearing of dropped items at configurable intervals<br \/>\n&#8211; Warning messages before items are removed<br \/>\n&#8211; TPS protection (skip or stop cleanup on low TPS)<br \/>\n&#8211; Batch-based removal (items per tick) to prevent lag spikes<br \/>\n&#8211; Item age filter to protect freshly dropped items<br \/>\n&#8211; Material blacklist via `blacklist.yml`<br \/>\n&#8211; Per-world control using **ALL** or **WHITELIST** mode<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\uddfa\ufe0fAdvanced Chunk Cleanup<\/p>\n<p>ClearDrops+ includes an optional **smart chunk-load cleanup system**:<\/p>\n<p>&#8211; Cleans dropped items when chunks load without force-loading chunks<br \/>\n&#8211; Queue-based processing with per-tick limits<br \/>\n&#8211; Chunk cooldowns to avoid repeated cleanups<br \/>\n&#8211; Dynamic TPS-based scaling of cleanup limits<br \/>\n&#8211; Optional admin notifications<br \/>\n&#8211; Per-world chunk cleanup overrides<\/p>\n<p>Designed to be **safe, predictable, and performance-friendly**, even on larger servers.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccaPerformance &#038; Safety<\/p>\n<p>&#8211; Fully TPS-aware logic for global and chunk cleanup<br \/>\n&#8211; Cleanup automatically pauses when TPS drops<br \/>\n&#8211; No async entity access<br \/>\n&#8211; No unsafe chunk loading<br \/>\n&#8211; Designed to avoid lag spikes and server freezes<\/p>\n<p>&#8212;<\/p>\n<p>## Debug, Statistics &#038; Admin Tools<\/p>\n<p>&#8211; Optional debug logging (console and file)<br \/>\n&#8211; Runtime debug toggle via command<br \/>\n&#8211; Detailed cleanup statistics<br \/>\n&#8211; Track removed items, cleanup runs, and skipped actions<br \/>\n&#8211; `\/cd info` command for plugin and config information<br \/>\n&#8211; Improved admin-friendly status and statistics output<br \/>\n&#8211; Command tab completion<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdc\u2699\ufe0fUpdate-Friendly Configuration<\/p>\n<p>ClearDrops+ now handles updates much better for existing servers:<\/p>\n<p>&#8211; Missing keys in `config.yml`, `messages.yml`, and `blacklist.yml` are added automatically<br \/>\n&#8211; Existing settings are preserved during updates<br \/>\n&#8211; Version-aware config, message, and blacklist handling<br \/>\n&#8211; Built-in Modrinth update checker<br \/>\n&#8211; Console notification when a new version is available<br \/>\n&#8211; In-game admin notification on join<br \/>\n&#8211; Clickable Modrinth link in the update message<\/p>\n<p>This means server owners can usually just replace the `.jar` file without deleting their existing plugin folder.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdcCommands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/cd clear` | Manually start global item clearing | `cleardrops.admin` |<br \/>\n| `\/cd next` | Show time until the next clear | Everyone |<br \/>\n| `\/cd status` | Show plugin status | `cleardrops.admin` |<br \/>\n| `\/cd stats` | Show cleanup statistics | `cleardrops.admin` |<br \/>\n| `\/cd info` | Show plugin and config information | `cleardrops.admin` |<br \/>\n| `\/cd cleanhere` | Clean the current chunk | `cleardrops.admin` |<br \/>\n| `\/cd debug start|stop` | Toggle debug logging | `cleardrops.admin` |<br \/>\n| `\/cd reload` | Reload configuration files | `cleardrops.admin` |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd10Permissions<\/p>\n<p>&#8211; `cleardrops.admin`<br \/>\n  Grants access to all administrative commands.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0fConfiguration<\/p>\n<p>ClearDrops+ provides a clean and flexible configuration system:<\/p>\n<p>&#8211; Clear intervals and warning times<br \/>\n&#8211; Minimum TPS requirements<br \/>\n&#8211; Minimum item age and minimum item count<br \/>\n&#8211; Items removed per tick<br \/>\n&#8211; World whitelist support<br \/>\n&#8211; Material blacklist support<br \/>\n&#8211; Chunk cleanup options<br \/>\n&#8211; Dynamic TPS scaling<br \/>\n&#8211; Update-checker settings<br \/>\n&#8211; Per-world chunk cleanup overrides<\/p>\n<p>All configuration files are generated automatically on first startup.<\/p>\n<p>&#8212;<\/p>\n<p>## Check Out my other Plugins<br \/>\n&#8211; InfernalForge Modrinth<br \/>\n&#8211; BoatLimiter Modrinth<br \/>\n&#8211; ScoreTab Modrinth<br \/>\n&#8211; ItemCoreX Modrinth<\/p>\n<p>&#8212;<\/p>\n<p>## Example Configuration<\/p>\n<p>&#8220;`yaml<br \/>\nconfig-version: 1<\/p>\n<p>clear:<br \/>\n  interval-seconds: 3600<\/p>\n<p>warnings:<br \/>\n  times-seconds:<br \/>\n    &#8211; 300<br \/>\n    &#8211; 60<br \/>\n    &#8211; 10<br \/>\n    &#8211; 5<br \/>\n    &#8211; 4<br \/>\n    &#8211; 3<br \/>\n    &#8211; 2<br \/>\n    &#8211; 1<\/p>\n<p>notifications:<br \/>\n  warnings-before-clear:<br \/>\n    broadcast-players: true<br \/>\n    console: true<\/p>\n<p>  global-clear-start:<br \/>\n    broadcast-players: true<br \/>\n    console: true<\/p>\n<p>  global-clear-finish:<br \/>\n    broadcast-players: true<br \/>\n    console: true<\/p>\n<p>  clear-stopped-low-tps:<br \/>\n    broadcast-players: true<br \/>\n    console: true<\/p>\n<p>worlds:<br \/>\n  mode: ALL<br \/>\n  list:<br \/>\n    &#8211; world<br \/>\n    &#8211; world_nether<br \/>\n    &#8211; world_the_end<\/p>\n<p>safety:<br \/>\n  min-tps: 14.0<br \/>\n  min-items-to-clear: 10<\/p>\n<p>filters:<br \/>\n  minAgeSeconds: 60<\/p>\n<p>performance:<br \/>\n  items-per-tick: 200<\/p>\n<p>chunk-cleanup:<br \/>\n  enabled: true<br \/>\n  min-items: 20<br \/>\n  max-chunks-per-tick: 1<br \/>\n  max-remove-per-chunk: 800<br \/>\n  chunk-cooldown-seconds: 60<br \/>\n  only-existing-chunks: true<br \/>\n  notify-admins: true<\/p>\n<p>world-settings:<br \/>\n  world:<br \/>\n    chunk-cleanup:<br \/>\n      min-items: 120<\/p>\n<p>  world_nether:<br \/>\n    chunk-cleanup:<br \/>\n      enabled: false<\/p>\n<p>  world_the_end:<br \/>\n    chunk-cleanup:<br \/>\n      min-items: 60<br \/>\n      max-remove-per-chunk: 400<br \/>\n      notify-admins: false<\/p>\n<p>debug:<br \/>\n  enabled: false<br \/>\n  to-console: true<br \/>\n  to-file: true<br \/>\n  file-prefix: &#8220;debug&#8221;<\/p>\n<p>dynamic-limits:<br \/>\n  enabled: true<br \/>\n  full-tps: 20.0<br \/>\n  min-tps: 14.0<br \/>\n  min-scale: 0.25<\/p>\n<p>update-checker:<br \/>\n  enabled: true<br \/>\n  notify-admins-on-join: true<br \/>\n  notify-console: true<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Automatic item clearer with TPS protection, warnings, blacklist support and per-world control.<\/p>\n","protected":false},"featured_media":41189,"template":"","meta":{"_minecraft_slug":"cleardropsplus","_minecraft_project_id":"F7Enqq5q","_minecraft_author":"Fedex1991","_minecraft_license":"MIT","_minecraft_downloads":601,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"cleardropsplus.zip","_minecraft_size_bytes":116904,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-16T10:18:15.057810Z","_minecraft_date_created":"2025-12-28T23:16:44.469215Z","_minecraft_date_modified":"2026-03-31T11:54:26.903188Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/cleardropsplus","_minecraft_icon_attachment_id":41189,"_minecraft_imported_at":"2026-06-01T22:35:20+00:00","_minecraft_import_hash":"087bca999d55003612b1fc6a9633cf15","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,90,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83,167],"class_list":["post-41188","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ClearDrops+ - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/cleardropsplus\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ClearDrops+ - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Automatic item clearer with TPS protection, warnings, blacklist support and per-world control.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/cleardropsplus\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cleardropsplus\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cleardropsplus\\\/\",\"name\":\"ClearDrops+ - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cleardropsplus\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cleardropsplus\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cleardropsplus-icon-388e4f6bdb68982d37178718989f336bc2d5a388_96.webp\",\"datePublished\":\"2026-06-01T22:35:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cleardropsplus\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cleardropsplus\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cleardropsplus\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cleardropsplus-icon-388e4f6bdb68982d37178718989f336bc2d5a388_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cleardropsplus-icon-388e4f6bdb68982d37178718989f336bc2d5a388_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cleardropsplus\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"ClearDrops+\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ClearDrops+ - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/cleardropsplus\/","og_locale":"en_US","og_type":"article","og_title":"ClearDrops+ - Minecraft","og_description":"Automatic item clearer with TPS protection, warnings, blacklist support and per-world control.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/cleardropsplus\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cleardropsplus\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/cleardropsplus\/","name":"ClearDrops+ - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cleardropsplus\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cleardropsplus\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cleardropsplus-icon-388e4f6bdb68982d37178718989f336bc2d5a388_96.webp","datePublished":"2026-06-01T22:35:18+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cleardropsplus\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/cleardropsplus\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cleardropsplus\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cleardropsplus-icon-388e4f6bdb68982d37178718989f336bc2d5a388_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cleardropsplus-icon-388e4f6bdb68982d37178718989f336bc2d5a388_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cleardropsplus\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"ClearDrops+"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/41188","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/41189"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=41188"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=41188"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=41188"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=41188"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}