{"id":86931,"date":"2026-06-05T02:11:06","date_gmt":"2026-06-04T23:11:06","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/itemclear\/"},"modified":"2026-06-05T02:11:06","modified_gmt":"2026-06-04T23:11:06","slug":"itemclear","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/itemclear\/","title":{"rendered":"ItemClear"},"content":{"rendered":"<p>## \ud83e\uddf9 ItemClear<\/p>\n<p>A powerful Minecraft Spigot\/Paper plugin that automatically removes items from the ground to optimize server performance.<\/p>\n<p>![Minecraft Version](https:\/\/www.spigotmc.org\/)<br \/>\n![Java Version](https:\/\/www.oracle.com\/java\/)<br \/>\n![License](LICENSE)<\/p>\n<p>## \ud83d\udccb Features<\/p>\n<p>&#8211; \u23f0 **Automatic Item Clearing** &#8211; Removes items at configurable time intervals<br \/>\n&#8211; \u26a0\ufe0f **Warning System** &#8211; Warns players before item clear<br \/>\n&#8211; \ud83c\udfa8 **Fully Customizable** &#8211; All messages and timings configurable<br \/>\n&#8211; \ud83d\udd27 **Admin Command** &#8211; Manual item clearing via command<br \/>\n&#8211; \ud83c\udf0d **Multi-World Support** &#8211; Works in all worlds simultaneously<br \/>\n&#8211; \ud83c\udfaf **Performance Optimized** &#8211; Minimal server load<br \/>\n&#8211; \ud83d\udd10 **Permission System** &#8211; Secure permission management<\/p>\n<p>## \ud83d\ude80 Installation<\/p>\n<p>1. Download the latest version of ItemClear<br \/>\n2. Place the `.jar` file in your `plugins` folder<br \/>\n3. Restart the server or load the plugin with a plugin manager<br \/>\n4. Configure the plugin to your preferences in the `config.yml`<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>The `config.yml` is automatically created on first startup:<\/p>\n<p>&#8220;`yaml<br \/>\n# Clear interval in seconds<br \/>\nclear-interval: 600<\/p>\n<p># Warning timer before the clear happens<br \/>\nwarning-time: 60<\/p>\n<p># Message displayed when items are cleared<br \/>\nclear-message: &#8216;&#038;6[ItemClear] &#038;cAll items have been removed from the ground!&#8217;<\/p>\n<p># Warning displayed when items will be cleared<br \/>\nwarning-message: &#8216;&#038;6[ItemClear] &#038;eAttention! All items will be removed from the ground in one minute!&#8217;<\/p>\n<p># Command messages<br \/>\ncommand-success-message: &#8216;&#038;6[ItemClear] &#038;aItem Clear was executed immediately!&#8217;<br \/>\ncommand-broadcast-message: &#8216;&#038;6[ItemClear] &#038;eAn admin has manually triggered the Item Clear!&#8217;<br \/>\ncommand-no-permission-message: &#8216;&#038;6[ItemClear] &#038;cYou do not have permission for this command!&#8217;<br \/>\ncommand-player-only-message: &#8216;&#038;6[ItemClear] &#038;cThis command can only be executed by players!&#8217;<br \/>\n&#8220;`<\/p>\n<p>### \ud83c\udfa8 Color Codes<\/p>\n<p>The plugin supports Minecraft color codes with the `&#038;` symbol:<\/p>\n<p>| Code | Color | Code | Color |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;-|&#8212;&#8212;|&#8212;&#8212;-|<br \/>\n| `&#038;0` | Black | `&#038;8` | Dark Gray |<br \/>\n| `&#038;1` | Dark Blue | `&#038;9` | Blue |<br \/>\n| `&#038;2` | Dark Green | `&#038;a` | Green |<br \/>\n| `&#038;3` | Dark Aqua | `&#038;b` | Aqua |<br \/>\n| `&#038;4` | Dark Red | `&#038;c` | Red |<br \/>\n| `&#038;5` | Dark Purple | `&#038;d` | Pink |<br \/>\n| `&#038;6` | Gold | `&#038;e` | Yellow |<br \/>\n| `&#038;7` | Gray | `&#038;f` | White |<\/p>\n<p>## \ud83c\udfae Commands<\/p>\n<p>| Command | Description | Permission | Aliases |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;|<br \/>\n| `\/ic` | Executes Item Clear immediately | `itemclear.admin` or OP | &#8211; |<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `itemclear.admin` | Allows usage of the `\/ic` command | OP |<\/p>\n<p>## \ud83d\udee0\ufe0f Development<\/p>\n<p>### Requirements<\/p>\n<p>Clone the Repo from Github https:\/\/github.com\/zKinqJustin\/ItemClear<\/p>\n<p>&#8211; Java 21 or higher<br \/>\n&#8211; Maven 3.6+<br \/>\n&#8211; Paper API 1.21<\/p>\n<p>### Build<\/p>\n<p>&#8220;`bash<br \/>\nmvn clean package<br \/>\n&#8220;`<\/p>\n<p>The compiled `.jar` file can be found in the `target` folder.<\/p>\n<p>### Project Structure<\/p>\n<p>&#8220;`<br \/>\nItemClear\/<br \/>\n\u251c\u2500\u2500 src\/<br \/>\n\u2502   \u2514\u2500\u2500 main\/<br \/>\n\u2502       \u251c\u2500\u2500 java\/<br \/>\n\u2502       \u2502   \u2514\u2500\u2500 de\/zkinqjustin\/itemClear\/<br \/>\n\u2502       \u2502       \u251c\u2500\u2500 ItemClear.java<br \/>\n\u2502       \u2502       \u2514\u2500\u2500 commands\/<br \/>\n\u2502       \u2502           \u2514\u2500\u2500 ItemClearCommand.java<br \/>\n\u2502       \u2514\u2500\u2500 resources\/<br \/>\n\u2502           \u251c\u2500\u2500 plugin.yml<br \/>\n\u2502           \u2514\u2500\u2500 config.yml<br \/>\n\u251c\u2500\u2500 pom.xml<br \/>\n\u2514\u2500\u2500 README.md<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udcca How It Works<\/p>\n<p>1. **Automatic Mode**: The plugin starts a timer based on the `clear-interval`<br \/>\n2. **Warning**: A warning is sent `warning-time` seconds before the clear<br \/>\n3. **Clearing**: All items are removed from all worlds<br \/>\n4. **Repeat**: The process repeats automatically<\/p>\n<p>## \ud83e\udd1d Support<\/p>\n<p>For questions or issues:<br \/>\n&#8211; Create an issue on GitHub<br \/>\n&#8211; Contact the developer: **zKinqJustinTW**<\/p>\n<p>## \ud83d\udcdd Changelog<\/p>\n<p>### Version 1.0<br \/>\n&#8211; \u2728 Initial Release<br \/>\n&#8211; \u23f0 Automatic Item Clearing<br \/>\n&#8211; \u26a0\ufe0f Warning System<br \/>\n&#8211; \ud83d\udd27 Admin Command<br \/>\n&#8211; \ud83c\udfa8 Fully Configurable<\/p>\n<p>## \ud83d\udc68\u200d\ud83d\udcbb Author<\/p>\n<p>**zKinqJustinTW**<\/p>\n<p>## \ud83d\udcc4 License<\/p>\n<p>This project is licensed under the MIT License.<\/p>\n<p>&#8212;<\/p>\n<p align=\"center\">Made with \u2764\ufe0f by zKinqJustinTW<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Little ItemClear Plugin to Clear Items Automaticly<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"itemclear","_minecraft_project_id":"hPae7WT7","_minecraft_author":"zkinqjustin","_minecraft_license":"MIT","_minecraft_downloads":629,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"itemclear.zip","_minecraft_size_bytes":6982,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T10:05:14.011689Z","_minecraft_date_created":"2025-10-09T04:09:41.483890Z","_minecraft_date_modified":"2025-10-05T13:37:14.211228Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/itemclear","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-04T23:11:07+00:00","_minecraft_import_hash":"47c2d8fab9875a9d6040a1a0f9d149bc","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[127,92],"mod_loader":[132],"minecraft_version":[81],"class_list":["post-86931","mod","type-mod","status-publish","hentry","mod_category-paper","mod_category-utility","mod_loader-paper","minecraft_version-1-21-8"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ItemClear - 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\/itemclear\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ItemClear - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Little ItemClear Plugin to Clear Items Automaticly\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/itemclear\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemclear\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemclear\\\/\",\"name\":\"ItemClear - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-04T23:11:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemclear\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemclear\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemclear\\\/#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\":\"ItemClear\"}]},{\"@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":"ItemClear - 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\/itemclear\/","og_locale":"en_US","og_type":"article","og_title":"ItemClear - Minecraft","og_description":"Little ItemClear Plugin to Clear Items Automaticly","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/itemclear\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemclear\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/itemclear\/","name":"ItemClear - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-04T23:11:06+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemclear\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/itemclear\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemclear\/#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":"ItemClear"}]},{"@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\/86931","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=86931"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=86931"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=86931"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=86931"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}