{"id":59496,"date":"2026-06-03T09:15:54","date_gmt":"2026-06-03T06:15:54","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/duckyantikomar\/"},"modified":"2026-06-03T09:15:54","modified_gmt":"2026-06-03T06:15:54","slug":"duckyantikomar","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/duckyantikomar\/","title":{"rendered":"DuckyAntiKomar"},"content":{"rendered":"<p>> \u26a0\ufe0f **Warning! Support for DuckyAntiKomar has ended.**<br \/>\n> Please **migrate to DuckyAntiCheat as soon as possible**, a more advanced and actively supported anti-cheat system.<br \/>\n> DuckyAntiKomar will no longer receive updates or fixes, and its detections may be unreliable in future Minecraft versions.<\/p>\n<p># \ud83d\udee1\ufe0f DuckyAntiKomar &#8211; Advanced Minecraft Anti-Cheat<\/p>\n<p>**DuckyAntiKomar** is a powerful anti-cheat plugin focused on detecting and preventing unfair Elytra-based exploits, including firework abuse, suspicious speed, and illegal critical hits.<br \/>\nCompatible with **Minecraft 1.16.5 \u2013 1.21+**.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Features<\/p>\n<p>### \ud83c\udf86 Firework Hit Delay (`KomarA`)<br \/>\n&#8211; Blocks attacks performed too soon after using fireworks during Elytra flight.<br \/>\n&#8211; Customizable delay, punishment, and alert system.<\/p>\n<p>### \ud83d\udea7 Elytra Speed Checks (`KomarB`) \u2014 *Canceled*<br \/>\n&#8211; Flags players flying faster than allowed based on pitch and velocity.<br \/>\n&#8211; Prevents unnatural acceleration via exploit clients or firework spam.<\/p>\n<p>### \ud83d\udde1\ufe0f Elytra Criticals (`KomarC`)<br \/>\n&#8211; Detects players performing multiple critical hits in a short timeframe during Elytra flight.<br \/>\n&#8211; Helps prevent hacked-client critical abuse.<\/p>\n<p>### \u26a0\ufe0f Violation Alerts<br \/>\n&#8211; Real-time admin notifications in **chat** and **console**.<br \/>\n&#8211; Auto-clears alerts after a configurable timeout (default: 5 minutes).<br \/>\n&#8211; Discord Webhook support for remote logging.<\/p>\n<p>### \ud83e\ude9d Discord Webhook Integration<br \/>\n&#8211; Sends alerts, animations, and punishment logs to Discord.<br \/>\n&#8211; Fully customizable content and formatting.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>All settings are fully customizable:<\/p>\n<p>&#8211; Enable\/disable individual checks<br \/>\n&#8211; Define thresholds and timeframes<br \/>\n&#8211; Choose punishment commands and visual effects<br \/>\n&#8211; Translate all messages<br \/>\n&#8211; Integrate with Discord<\/p>\n<summary><strong>\ud83d\udcc1 Example: config.yml<\/strong><\/summary>\n<p>&#8220;`<br \/>\n# ===============================<br \/>\n#        AntiKomar &#8211; Config<br \/>\n# ===============================<\/p>\n<p># Time (in seconds), after which alerts for a given player will be reset<br \/>\nalert-timeout: 300<\/p>\n<p># ===============================<br \/>\n#           KomarA<br \/>\n# ===============================<br \/>\nKomarA-Enable: true # Should the check be turned on?<br \/>\nMax-Firework-Delay: 200 # Max-Firework-Delay specifies the maximum time (in milliseconds) that can elapse between using a firework while flying an elytra and hitting another player.<br \/>\nMax-KomarA-Alerts: 5 # Maximum number of demerits, after that the command below will be called<br \/>\nKomarA-Command: &#8220;ban %player% AntiKomarSystem [KomarA]&#8221;<br \/>\nKomarA-Animation-Enable: false # Should animation be turned on?<br \/>\nKomarA-Animation-Type: NONE # ANIMATIONS: EXPLOSION | SCARY | THUNDERBOLT | GUARDIANS | LAVA | RANDOM | NONE<br \/>\nKomarA-Debug-Mode: false # Caution! This is only for devs only! This will spam your console and may negatively impact server performance!<\/p>\n<p># ===============================<br \/>\n# KomarB [DISABLED! WORK IN PROGRESS]<br \/>\n# ===============================<br \/>\nKomarB-Enable: false # This check need rewrite, and it&#8217;s disabled from code [Can&#8217;t enable it]<br \/>\nMax-KomarB-Alerts: 999<br \/>\nKomarB-Command: &#8220;ban %player% AntiKomarSystem [KomarB]&#8221;<br \/>\nKomarB-Animation-Enable: false<br \/>\nKomarB-Animation-Type: NONE<br \/>\nKomarB-Debug-Mode: false # Caution! This is only for devs only! This will spam your console and may negatively impact server performance!<\/p>\n<p># ===============================<br \/>\n#           KomarC<br \/>\n# ===============================<br \/>\nKomarC-Enable: true<br \/>\nKomarC-CriticalHitsRequired: 2<br \/>\nKomarC-Timeframe: 500 # Time (in milliseconds) within which critical hits must occur<br \/>\nMax-KomarC-Alerts: 5<br \/>\nKomarC-Command: &#8220;ban %player% AntiKomarSystem [KomarC]&#8221;<br \/>\nKomarC-Animation-Enable: false<br \/>\nKomarC-Animation-Type: NONE<br \/>\nKomarC-Debug-Mode: false  # Caution! This is only for devs only! This will spam your console and may negatively impact server performance!<\/p>\n<p># ===============================<br \/>\n#        Discord WebHook<br \/>\n# ===============================<br \/>\ndiscord:<br \/>\n  enabled: false<br \/>\n  discord-webhook-url: &#8220;https:\/\/discord.com\/api\/webhooks\/&#8230;&#8221;<br \/>\n  username: &#8220;DuckyAntiKomar&#8221;<br \/>\n  avatar-url: &#8220;https:\/\/i.imgur.com\/wPfoYdI.png&#8221;<br \/>\n  violation-message-template: &#8220;**AntiKomarSystem**nPlayer: **%player%**nCheck: **%check%**nViolation: **%vl%**&#8221;<br \/>\n  animation-play-message-template: &#8220;**Animation Played**nPlayer: **%player%**nAnimation: **%animation%**&#8221;<br \/>\n  punishment-message-template: &#8220;**Punishment Executed**nPlayer: **%player%**nCommand: `%command%`&#8221;<\/p>\n<p># ===============================<br \/>\n#           Messages<br \/>\n# ===============================<\/p>\n<p>alert-message: &#8216;&#038;6&#038;lANTIKOMAR &#038;8\u00bb&#038;f Player &#038;7\u00bb&#038;f %player% &#038;7\u00bb&#038;6 %check% &#038;7(&#038;c%vl%VL&#038;7)&#8217;<br \/>\nno-permission: &#8216;&#038;6&#038;lANTIKOMAR &#038;8\u00bb &#038;cYou don&#8221;t have permission!&#8217;<br \/>\nconfig-reloaded: &#8216;&#038;6&#038;lANTIKOMAR &#038;8\u00bb &#038;aConfiguration reloaded.&#8217;<br \/>\nplugin-reloaded: &#8216;&#038;6&#038;lANTIKOMAR &#038;8\u00bb &#038;aPlugin successfully reloaded.&#8217;<br \/>\nincorrect-usage: &#8216;&#038;6&#038;lANTIKOMAR &#038;8\u00bb &#038;cUsage: \/antikomar reload&#8217;<br \/>\nupdate-available: &#8220;&#038;6&#038;lANTIKOMAR &#038;8\u00bb &#038;eA new version is available: &#038;c%version%&#8221;<br \/>\nupdate-download: &#8220;&#038;6&#038;lANTIKOMAR &#038;8\u00bb &#038;eDownload: &#038;a%url%&#8221;<br \/>\nupdate-check-failed: &#8220;&#038;6&#038;lANTIKOMAR &#038;8\u00bb &#038;cCould not check for updates.&#8221;<\/p>\n<p># ===============================<br \/>\n#           Permissions<br \/>\n# ===============================<br \/>\npermissions:<br \/>\n  alerts: &#8220;antikomar.alerts&#8221;<br \/>\n  bypass: &#8220;antikomar.bypass&#8221;<br \/>\n  reload: &#8220;anitkomar.reload&#8221;<br \/>\n# Please note that the permissions section is for information purposes only.<br \/>\n# Changing this will not change the permissions in the plugin!<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>DuckyAntiKomar is an anti-cheat plugin focused on detecting and preventing illegal combat behavior, related to Elytra flight.<\/p>\n","protected":false},"featured_media":59497,"template":"","meta":{"_minecraft_slug":"duckyantikomar","_minecraft_project_id":"VJAIqQnP","_minecraft_author":"Barpad","_minecraft_license":"GPL-3.0-or-later","_minecraft_downloads":801,"_minecraft_follows":7,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"duckyantikomar.zip","_minecraft_size_bytes":1000200,"_minecraft_version_count":21,"_minecraft_updated_at":"2026-05-16T09:15:40.196191Z","_minecraft_date_created":"2025-03-08T09:52:36.388517Z","_minecraft_date_modified":"2025-06-25T21:42:15.023194Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/duckyantikomar","_minecraft_icon_attachment_id":59497,"_minecraft_imported_at":"2026-06-03T06:15:55+00:00","_minecraft_import_hash":"f8e0dfa2cbba9bba469baa7bcccdcc6d","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,126,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[48,49,50,51,52,53,54,55,56,57,58,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-59496","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-management","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-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","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>DuckyAntiKomar - 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\/duckyantikomar\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DuckyAntiKomar - Minecraft\" \/>\n<meta property=\"og:description\" content=\"DuckyAntiKomar is an anti-cheat plugin focused on detecting and preventing illegal combat behavior, related to Elytra flight.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/duckyantikomar\/\" \/>\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\\\/duckyantikomar\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/duckyantikomar\\\/\",\"name\":\"DuckyAntiKomar - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/duckyantikomar\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/duckyantikomar\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/duckyantikomar-icon-2fb193e4dd8a8035ca575df7aa40003022300a35_96.webp\",\"datePublished\":\"2026-06-03T06:15:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/duckyantikomar\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/duckyantikomar\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/duckyantikomar\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/duckyantikomar-icon-2fb193e4dd8a8035ca575df7aa40003022300a35_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/duckyantikomar-icon-2fb193e4dd8a8035ca575df7aa40003022300a35_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/duckyantikomar\\\/#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\":\"DuckyAntiKomar\"}]},{\"@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":"DuckyAntiKomar - 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\/duckyantikomar\/","og_locale":"en_US","og_type":"article","og_title":"DuckyAntiKomar - Minecraft","og_description":"DuckyAntiKomar is an anti-cheat plugin focused on detecting and preventing illegal combat behavior, related to Elytra flight.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/duckyantikomar\/","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\/duckyantikomar\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/duckyantikomar\/","name":"DuckyAntiKomar - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/duckyantikomar\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/duckyantikomar\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/duckyantikomar-icon-2fb193e4dd8a8035ca575df7aa40003022300a35_96.webp","datePublished":"2026-06-03T06:15:54+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/duckyantikomar\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/duckyantikomar\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/duckyantikomar\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/duckyantikomar-icon-2fb193e4dd8a8035ca575df7aa40003022300a35_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/duckyantikomar-icon-2fb193e4dd8a8035ca575df7aa40003022300a35_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/duckyantikomar\/#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":"DuckyAntiKomar"}]},{"@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\/59496","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\/59497"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=59496"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=59496"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=59496"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=59496"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}