{"id":45781,"date":"2026-06-02T10:01:53","date_gmt":"2026-06-02T07:01:53","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/cooldown-remover\/"},"modified":"2026-06-02T10:01:53","modified_gmt":"2026-06-02T07:01:53","slug":"cooldown-remover","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/cooldown-remover\/","title":{"rendered":"Cooldown Remover++"},"content":{"rendered":"<p># Cooldown Remover++ (Requires ProtocolLib)<\/p>\n<p>**Real 1.8 combat on modern Minecraft servers.** Vanilla cooldowns gone, the authentic 1.8 sword-blocking animation restored \u2014 on Paper, Spigot, and Folia. No resource pack, no item NBT ever touched.<\/p>\n<p>&#8212;<\/p>\n<p>## What is Cooldown Remover++<\/p>\n<p>Two features, zero baggage:<\/p>\n<p>1. **Remove vanilla cooldowns.** The weapon-cooldown visual is gone and attack speed is unlocked. Swing as fast as you want \u2014 pure 1.8 rhythm.<br \/>\n2. **Restore 1.8 sword blocking.** Hold right-click on a sword and the authentic 1.8 block pose plays \u2014 the same animation the 1.8 client drew, still bundled in every modern client. Incoming damage from players and mobs is reduced by a percentage you control.<\/p>\n<p>Your real swords in chests, ender chests, and player inventories stay byte-for-byte vanilla forever. Uninstall tomorrow and there&#8217;s nothing left behind.<\/p>\n<p>&#8212;<\/p>\n<p>## Why server owners pick it<\/p>\n<p>&#8211; **Real 1.8 animation, no resource pack.** The authentic sword-block pose Mojang still ships in every modern client \u2014 not a shield-swap, not a texture-pack fake.<br \/>\n&#8211; **Zero item-NBT pollution.** Your real swords are never modified. No tagged items in chests, no legacy tooltips, no cleanup when you uninstall.<br \/>\n&#8211; **Precision damage reduction.** Dial blocking from `0` to `100` percent. Tune it to the meta your PvP scene actually wants.<br \/>\n&#8211; **Per-world control.** Enable in the arena, disable on survival. One config block.<br \/>\n&#8211; **Spans the 1.20 \u2192 26 line.** Paper and Spigot each get a tailored rendering path, automatically selected at startup. Same behavior both places, zero manual config.<br \/>\n&#8211; **Reload-safe.** `\/crpp reload` swaps the config live. `\/crpp toggle` disables features at runtime without a restart.<br \/>\n&#8211; **Plug-and-play.** Default config is tuned for classic 1.8 PvP \u2014 hold-to-block, 50% damage reduction, all worlds on. Useful on boot with zero edits.<\/p>\n<p>&#8212;<\/p>\n<p>## Two features, cleanly separated<\/p>\n<p>### Cooldown removal<\/p>\n<p>&#8220;`yaml<br \/>\ncooldown-removal:<br \/>\n  suppress-packets: true      # disables the server&#8217;s cooldown system for items<br \/>\n  boost-attack-speed: true    # unlocks weapon swing delay<br \/>\n&#8220;`<\/p>\n<p>&#8211; `suppress-packets` \u2014 stops the server from applying any item cooldowns. Ender pearls, chorus fruit, shields, weapons \u2014 nothing cools down anymore.<br \/>\n&#8211; `boost-attack-speed` \u2014 removes weapon swing delay on join. Reset automatically on plugin disable, so players aren&#8217;t stuck with it if you uninstall.<\/p>\n<p>Both toggle independently.<\/p>\n<p>### Sword blocking<\/p>\n<p>&#8220;`yaml<br \/>\nsword-blocking:<br \/>\n  enabled: true<br \/>\n  reduction-percent: 50           # 0-100, damage absorbed while blocking<br \/>\n  hold-based: true                # hold right-click (1.8) or click-for-window?<br \/>\n  window-ticks: 10                # if hold-based=false, the block window after click<br \/>\n  cancel-interactions: false      # block chest\/door opens while blocking (strict 1.8)<br \/>\n  worlds:<br \/>\n    enabled: []                   # non-empty = whitelist<br \/>\n    disabled: []                  # otherwise blacklist<br \/>\n&#8220;`<\/p>\n<p>### Hold vs. window<\/p>\n<p>&#8211; **Hold-based (default).** Hold right-click to block. Release to stop. Mirrors 1.8 exactly.<br \/>\n&#8211; **Window-based.** One right-click opens a `window-ticks`-long damage-reduction window. Gives players forgiving block timing without the hold commitment.<\/p>\n<p>### `cancel-interactions`<\/p>\n<p>Off by default. Flip it on and right-clicking a chest while holding a sword won&#8217;t open the chest \u2014 the classic &#8220;I can&#8217;t open my own base while I&#8217;m PvP-ing&#8221; 1.8 behavior.<\/p>\n<p>&#8212;<\/p>\n<p>## How blocking looks on the client<\/p>\n<p>The real 1.8 pose. The sword tilts across the body, same animation Mojang still ships in the vanilla client. First-person and third-person render correctly. No shield, no arm-raise fake, no texture pack.<\/p>\n<p>The plugin auto-selects the best available rendering path for your server type at startup \u2014 Paper and Spigot each get a tailored implementation that produces the same visual. `\/crpp status` shows which path is active.<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>| Command | Permission | Purpose |<br \/>\n| &#8212; | &#8212; | &#8212; |<br \/>\n| `\/crpp status` | `admin` | Platform, active rendering path, world overrides, live blocker count |<br \/>\n| `\/crpp reload` | `reload` | Reload config.yml |<br \/>\n| `\/crpp toggle [on|off]` | `toggle` | Toggle the plugin globally at runtime |<br \/>\n| `\/crpp toggle world <here|name> <on|off>` | `toggle` | Per-world override |<br \/>\n| `\/crpp debug <on|off>` | `admin` | Verbose logging for troubleshooting |<\/p>\n<p>Tab completion is wired up for every subcommand, every world name, and every `on`\/`off` argument.<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>| Node | Default | Grants |<br \/>\n| &#8212; | &#8212; | &#8212; |<br \/>\n| `crpp.block` | **everyone** | Use sword blocking in-game |<br \/>\n| `crpp.reload` | `op` | `\/crpp reload` |<br \/>\n| `crpp.toggle` | `op` | Global and per-world toggle |<br \/>\n| `crpp.admin` | `op` | Everything above + `debug` + full command access |<\/p>\n<p>Revoke `crpp.block` from specific groups if you want blocking gated behind donor ranks.<\/p>\n<p>&#8212;<\/p>\n<p>## Zero footprint by design<\/p>\n<p>The whole plugin is architected around one rule: **never touch the real `ItemStack`.**<\/p>\n<p>&#8211; The blocking visual is generated per-player, per-packet. The real item in the player&#8217;s inventory is never modified.<br \/>\n&#8211; Any server-side state the plugin changes is cleanly reverted on disable.<br \/>\n&#8211; No scheduler polling, no periodic rewriting, no hidden state in item NBT.<\/p>\n<p>Uninstall the plugin and every sword on your server is identical to before you installed it. No orphaned tags in chest inventories, no &#8220;I need to `\/clear` everyone&#8221; cleanup, no support tickets about weird tooltips three months after you tried it.<\/p>\n<p>&#8212;<\/p>\n<p>## Platform support<\/p>\n<p>| Platform | Support | Notes |<br \/>\n| &#8212; | &#8212; | &#8212; |<br \/>\n| **Paper 1.20.5+** | \u2705 Full | Smallest runtime footprint |<br \/>\n| **Folia** | \u2705 Full | Region-aware scheduler, no runtime branching |<br \/>\n| **Spigot 1.20.5 \u2013 26.1.x** | \u2705 Full | Cross-version rendering path |<\/p>\n<p>Earlier Minecraft versions aren&#8217;t supported \u2014 the 1.8 animation technique requires features introduced in the 1.20.5 client.<\/p>\n<p>&#8212;<\/p>\n<p>## Install<\/p>\n<p>1. Download the jar from the **Versions** page.<br \/>\n2. Drop it into your server&#8217;s `plugins\/` folder.<br \/>\n3. Install **ProtocolLib** (releases) into the same folder. For 1.26+ servers, grab the `dev-build` release.<br \/>\n4. Start the server.<br \/>\n5. `\/crpp status` \u2014 confirm the plugin loaded and see which rendering path is active.<br \/>\n6. (Optional) Edit `plugins\/CooldownRemoverPlusPlus\/config.yml` to taste, then `\/crpp reload`.<\/p>\n<p>The shipping config is tuned for classic 1.8 PvP out of the box \u2014 hold-to-block, 50% damage reduction, all worlds enabled, full cooldown removal. Join a fresh server, right-click a sword, and the animation plays on the first connection.<\/p>\n<p>&#8212;<\/p>\n<p>## Links<\/p>\n<p>&#8211; **Discord** \u2014 discord.gg\/aJqqs2hYQJ<br \/>\n&#8211; **Patreon** \u2014 patreon.com\/gluckz<br \/>\n&#8211; **ProtocolLib (required)** \u2014 github.com\/dmulloy2\/ProtocolLib\/releases<br \/>\n&#8211; **BuiltByBit store** \u2014 builtbybit.com\/store\/gluckz.304<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Fully restores 1.8 PvP<\/p>\n","protected":false},"featured_media":45782,"template":"","meta":{"_minecraft_slug":"cooldown-remover++","_minecraft_project_id":"7f6WcUTg","_minecraft_author":"Gluckz","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":706,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"cooldown-remover++.zip","_minecraft_size_bytes":57449,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T09:37:25.680763Z","_minecraft_date_created":"2025-09-05T23:27:36.747871Z","_minecraft_date_modified":"2026-04-24T09:45:14.127814Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/cooldown-remover++","_minecraft_icon_attachment_id":45782,"_minecraft_imported_at":"2026-06-02T07:01:55+00:00","_minecraft_import_hash":"f7ea491d35186f98e1a0511a504cf309","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,88,125,89,90,127,128,129,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-45781","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-equipment","mod_category-folia","mod_category-game-mechanics","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-20","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>Cooldown Remover++ - 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\/cooldown-remover\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cooldown Remover++ - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Fully restores 1.8 PvP\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/cooldown-remover\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooldown-remover\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooldown-remover\\\/\",\"name\":\"Cooldown Remover++ - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooldown-remover\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooldown-remover\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cooldown-remover-icon-26c47a7d52d2166c55dd5c03f153d0ad108c5150_96.webp\",\"datePublished\":\"2026-06-02T07:01:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooldown-remover\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooldown-remover\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooldown-remover\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cooldown-remover-icon-26c47a7d52d2166c55dd5c03f153d0ad108c5150_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cooldown-remover-icon-26c47a7d52d2166c55dd5c03f153d0ad108c5150_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooldown-remover\\\/#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\":\"Cooldown Remover++\"}]},{\"@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":"Cooldown Remover++ - 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\/cooldown-remover\/","og_locale":"en_US","og_type":"article","og_title":"Cooldown Remover++ - Minecraft","og_description":"Fully restores 1.8 PvP","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/cooldown-remover\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cooldown-remover\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/cooldown-remover\/","name":"Cooldown Remover++ - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cooldown-remover\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cooldown-remover\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cooldown-remover-icon-26c47a7d52d2166c55dd5c03f153d0ad108c5150_96.webp","datePublished":"2026-06-02T07:01:53+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cooldown-remover\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/cooldown-remover\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cooldown-remover\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cooldown-remover-icon-26c47a7d52d2166c55dd5c03f153d0ad108c5150_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cooldown-remover-icon-26c47a7d52d2166c55dd5c03f153d0ad108c5150_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cooldown-remover\/#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":"Cooldown Remover++"}]},{"@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\/45781","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\/45782"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=45781"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=45781"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=45781"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=45781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}