{"id":86941,"date":"2026-06-05T02:11:59","date_gmt":"2026-06-04T23:11:59","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/itemcooldown\/"},"modified":"2026-06-05T02:11:59","modified_gmt":"2026-06-04T23:11:59","slug":"itemcooldown","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/itemcooldown\/","title":{"rendered":"ItemCooldown"},"content":{"rendered":"<p># ItemCooldown<\/p>\n<p>**ItemCooldown** is a lightweight and highly configurable Minecraft plugin that allows server owners to apply cooldown restrictions to specific items during PvP combat.<br \/>\nIt prevents players from abusing powerful items such as **Totems, Elytra, Ender Pearls, Golden Apples, etc.** by temporarily blocking their usage when combat starts.<\/p>\n<p>The plugin is designed to be **fully configurable**, **lightweight**, and **safe**, with support for multiple item actions and automatic inventory handling.<\/p>\n<p>&#8212;<\/p>\n<p># Key Features<\/p>\n<p>### \u2694\ufe0f Combat-Based Cooldowns<\/p>\n<p>Cooldowns begin **immediately when a player enters PvP combat**.<br \/>\nBoth the attacker and the victim receive cooldowns for all configured items.<\/p>\n<p>Combat detection includes:<\/p>\n<p>* Direct player hits<br \/>\n* Projectiles shot by players<br \/>\n* Creative attackers<br \/>\n* Area-effect damage from players<\/p>\n<p>Ignored damage sources:<\/p>\n<p>* Self damage<br \/>\n* Ender pearl damage<br \/>\n* Non-player attackers<\/p>\n<p>&#8212;<\/p>\n<p>### \ud83e\udde9 Configurable Item Actions<\/p>\n<p>Each item can restrict different types of interactions:<\/p>\n<p>| Action        | Description                                                   |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `pickup`      | Prevents players from picking up the item                     |<br \/>\n| `equip`       | Prevents players from equipping the item                      |<br \/>\n| `use`         | Prevents players from using the item                          |<br \/>\n| `containers`  | Prevents players from moving the item into or out of containers and bundles |<\/p>\n<p>Example config:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;TOTEM_OF_UNDYING&#8221;: {<br \/>\n    &#8220;cooldown&#8221;: 60,<br \/>\n    &#8220;action&#8221;: [&#8220;pickup&#8221;, &#8220;use&#8221;]<br \/>\n  },<br \/>\n  &#8220;ELYTRA&#8221;: {<br \/>\n    &#8220;cooldown&#8221;: 120,<br \/>\n    &#8220;action&#8221;: [&#8220;equip&#8221;]<br \/>\n  }<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>Cooldown values are in **seconds**.<\/p>\n<p>&#8212;<\/p>\n<p>### \ud83e\ude82 Smart Equipment Handling<\/p>\n<p>If a player **already has a restricted item equipped when combat begins**, the plugin will automatically:<\/p>\n<p>1. **Unequip the item**<br \/>\n2. **Move it to the player&#8217;s inventory**<\/p>\n<p>If the inventory is full:<\/p>\n<p>* the item is temporarily stored in a **virtual buffer**<br \/>\n* it will automatically return to the inventory when space becomes available<\/p>\n<p>This prevents bypassing cooldowns with already-equipped items such as **Elytra or armor pieces**.<\/p>\n<p>&#8212;<\/p>\n<p>### \u2699\ufe0f Fully Configurable<\/p>\n<p>The plugin uses **Bukkit material names** and JSON configuration.<\/p>\n<p>Structure:<\/p>\n<p>&#8220;`<br \/>\nplugins\/ItemCooldown\/<\/p>\n<p>config.json<br \/>\nconfig-examples.txt<\/p>\n<p>translations\/<br \/>\n  messages.json<br \/>\n&#8220;`<\/p>\n<p>Features include:<\/p>\n<p>* Editable messages<br \/>\n* Configurable cooldowns<br \/>\n* Configurable actions per item<br \/>\n* Built-in documentation examples<\/p>\n<p>&#8212;<\/p>\n<p>### \ud83d\udd04 Hot Reload Support<\/p>\n<p>You can reload the configuration and translation files without restarting the server.<\/p>\n<p>&#8220;`<br \/>\n\/itemcooldown reload<br \/>\n&#8220;`<\/p>\n<p>If configuration files are missing, the plugin will **automatically recreate them**.<\/p>\n<p>&#8212;<\/p>\n<p># Commands<\/p>\n<p>| Command                                              | Description                               |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; |<br \/>\n| `\/itemcooldown help`                                 | Displays all plugin commands              |<br \/>\n| `\/itemcooldown list [page]`                          | Lists configured cooldown items           |<br \/>\n| `\/itemcooldown info <material>`                      | Shows information about a configured item |<br \/>\n| `\/itemcooldown add <material> <cooldown> <actions>`  | Adds a new item cooldown                  |<br \/>\n| `\/itemcooldown edit <material> <cooldown> <actions>` | Edits an existing item                    |<br \/>\n| `\/itemcooldown remove <material>`                    | Removes an item cooldown                  |<br \/>\n| `\/itemcooldown reload`                               | Reloads the plugin configuration          |<\/p>\n<p>&#8212;<\/p>\n<p># Permissions<\/p>\n<p>| Permission                    | Description                                   | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8211;|<br \/>\n| `itemcooldown.help`            | Allows `\/itemcooldown help`                   | true   |<br \/>\n| `itemcooldown.info`            | Allows `\/itemcooldown info`                   | op     |<br \/>\n| `itemcooldown.list`            | Allows `\/itemcooldown list`                   | op     |<br \/>\n| `itemcooldown.reload`          | Allows `\/itemcooldown reload`                 | op     |<br \/>\n| `itemcooldown.add`             | Allows adding new cooldown items              | op     |<br \/>\n| `itemcooldown.edit`            | Allows editing cooldown items                 | op     |<br \/>\n| `itemcooldown.remove`          | Allows removing cooldown items                | op     |<br \/>\n| `itemcooldown.update.notify`   | Allows receiving in-game update notifications | op     |<\/p>\n<p>&#8212;<\/p>\n<p># Why Use ItemCooldown?<\/p>\n<p>Many PvP servers suffer from **item abuse during combat**, such as:<\/p>\n<p>* Elytra escaping<br \/>\n* Totem stacking<br \/>\n* Infinite ender pearl usage<br \/>\n* Golden apple spam<\/p>\n<p>ItemCooldown provides a **clean and configurable solution** to balance PvP while keeping gameplay fair.<\/p>\n<p>&#8212;<\/p>\n<p># Compatibility<\/p>\n<p>* Minecraft **1.20+**<br \/>\n* Spigot \/ Paper<br \/>\n* Lightweight with minimal performance impact<\/p>\n<p>&#8212;<\/p>\n<p># Example Use Cases<\/p>\n<p>Common items servers restrict:<\/p>\n<p>&#8220;`<br \/>\nTOTEM_OF_UNDYING<br \/>\nENDER_PEARL<br \/>\nELYTRA<br \/>\nGOLDEN_APPLE<br \/>\nENCHANTED_GOLDEN_APPLE<br \/>\nSHIELD<br \/>\nTRIDENT<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p># Configuration Philosophy<\/p>\n<p>ItemCooldown is designed to be:<\/p>\n<p>* **Simple**<br \/>\n* **Flexible**<br \/>\n* **Server-friendly**<\/p>\n<p>You decide **which items**, **which actions**, and **how long** the cooldown lasts.<\/p>\n<p>&#8212;<\/p>\n<p># Support<\/p>\n<p>If you encounter issues or have feature requests, feel free to open an ticket in the Discord server!<\/p>\n<p>Enjoy fair and balanced PvP!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A simple and lightweight ItemCooldown plugin!<\/p>\n","protected":false},"featured_media":86942,"template":"","meta":{"_minecraft_slug":"itemcooldown","_minecraft_project_id":"qymMMgVV","_minecraft_author":"nieuwjaar","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":106,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"itemcooldown.zip","_minecraft_size_bytes":978110,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-15T19:40:43.735489Z","_minecraft_date_created":"2026-03-12T23:09:04.527720Z","_minecraft_date_modified":"2026-03-14T16:15:15.473252Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/itemcooldown","_minecraft_icon_attachment_id":86942,"_minecraft_imported_at":"2026-06-04T23:12:00+00:00","_minecraft_import_hash":"e8a45fa83973d293528d2fc6db31668a","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,88,89,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-86941","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-equipment","mod_category-game-mechanics","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-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","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","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ItemCooldown - 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\/itemcooldown\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ItemCooldown - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A simple and lightweight ItemCooldown plugin!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/itemcooldown\/\" \/>\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\\\/itemcooldown\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemcooldown\\\/\",\"name\":\"ItemCooldown - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemcooldown\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemcooldown\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/itemcooldown-icon-8a5521fa57136035ca418864335cd0e1b2a4b8f6_96.webp\",\"datePublished\":\"2026-06-04T23:11:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemcooldown\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemcooldown\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemcooldown\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/itemcooldown-icon-8a5521fa57136035ca418864335cd0e1b2a4b8f6_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/itemcooldown-icon-8a5521fa57136035ca418864335cd0e1b2a4b8f6_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemcooldown\\\/#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\":\"ItemCooldown\"}]},{\"@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":"ItemCooldown - 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\/itemcooldown\/","og_locale":"en_US","og_type":"article","og_title":"ItemCooldown - Minecraft","og_description":"A simple and lightweight ItemCooldown plugin!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/itemcooldown\/","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\/itemcooldown\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/itemcooldown\/","name":"ItemCooldown - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemcooldown\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemcooldown\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/itemcooldown-icon-8a5521fa57136035ca418864335cd0e1b2a4b8f6_96.webp","datePublished":"2026-06-04T23:11:59+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemcooldown\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/itemcooldown\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemcooldown\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/itemcooldown-icon-8a5521fa57136035ca418864335cd0e1b2a4b8f6_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/itemcooldown-icon-8a5521fa57136035ca418864335cd0e1b2a4b8f6_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemcooldown\/#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":"ItemCooldown"}]},{"@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\/86941","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\/86942"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=86941"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=86941"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=86941"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=86941"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}