Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
DuckyAntiKomar
PluginGPL-3.0-or-later

DuckyAntiKomar

DuckyAntiKomar is an anti-cheat plugin focused on detecting and preventing illegal combat behavior, related to Elytra flight.

663
Downloads
6
Followers
10 months ago
Updated
📦
21
Versions
game-mechanicsmanagementutilitybukkitpaperpurpurspigot
Download Latestv1.9.4View on Modrinth

📖About DuckyAntiKomar

⚠️ Warning! Support for DuckyAntiKomar has ended.
Please migrate to DuckyAntiCheat as soon as possible, a more advanced and actively supported anti-cheat system.
DuckyAntiKomar will no longer receive updates or fixes, and its detections may be unreliable in future Minecraft versions.

🛡️ DuckyAntiKomar - Advanced Minecraft Anti-Cheat

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.
Compatible with Minecraft 1.16.5 – 1.21+.


🚀 Features

🎆 Firework Hit Delay (KomarA)

  • Blocks attacks performed too soon after using fireworks during Elytra flight.
  • Customizable delay, punishment, and alert system.

🚧 Elytra Speed Checks (KomarB) — Canceled

  • Flags players flying faster than allowed based on pitch and velocity.
  • Prevents unnatural acceleration via exploit clients or firework spam.

🗡️ Elytra Criticals (KomarC)

  • Detects players performing multiple critical hits in a short timeframe during Elytra flight.
  • Helps prevent hacked-client critical abuse.

⚠️ Violation Alerts

  • Real-time admin notifications in chat and console.
  • Auto-clears alerts after a configurable timeout (default: 5 minutes).
  • Discord Webhook support for remote logging.

🪝 Discord Webhook Integration

  • Sends alerts, animations, and punishment logs to Discord.
  • Fully customizable content and formatting.

⚙️ Configuration

All settings are fully customizable:

  • Enable/disable individual checks
  • Define thresholds and timeframes
  • Choose punishment commands and visual effects
  • Translate all messages
  • Integrate with Discord
📁 Example: config.yml
# ===============================
#        AntiKomar - Config
# ===============================

# Time (in seconds), after which alerts for a given player will be reset
alert-timeout: 300

# ===============================
#           KomarA
# ===============================
KomarA-Enable: true # Should the check be turned on?
Max-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.
Max-KomarA-Alerts: 5 # Maximum number of demerits, after that the command below will be called
KomarA-Command: "ban %player% AntiKomarSystem [KomarA]"
KomarA-Animation-Enable: false # Should animation be turned on?
KomarA-Animation-Type: NONE # ANIMATIONS: EXPLOSION | SCARY | THUNDERBOLT | GUARDIANS | LAVA | RANDOM | NONE
KomarA-Debug-Mode: false # Caution! This is only for devs only! This will spam your console and may negatively impact server performance!

# ===============================
# KomarB [DISABLED! WORK IN PROGRESS]
# ===============================
KomarB-Enable: false # This check need rewrite, and it's disabled from code [Can't enable it]
Max-KomarB-Alerts: 999
KomarB-Command: "ban %player% AntiKomarSystem [KomarB]"
KomarB-Animation-Enable: false
KomarB-Animation-Type: NONE
KomarB-Debug-Mode: false # Caution! This is only for devs only! This will spam your console and may negatively impact server performance!

# ===============================
#           KomarC
# ===============================
KomarC-Enable: true
KomarC-CriticalHitsRequired: 2
KomarC-Timeframe: 500 # Time (in milliseconds) within which critical hits must occur
Max-KomarC-Alerts: 5
KomarC-Command: "ban %player% AntiKomarSystem [KomarC]"
KomarC-Animation-Enable: false
KomarC-Animation-Type: NONE
KomarC-Debug-Mode: false  # Caution! This is only for devs only! This will spam your console and may negatively impact server performance!

# ===============================
#        Discord WebHook
# ===============================
discord:
  enabled: false
  discord-webhook-url: "https://discord.com/api/webhooks/..."
  username: "DuckyAntiKomar"
  avatar-url: "https://i.imgur.com/wPfoYdI.png"
  violation-message-template: "**AntiKomarSystem**\nPlayer: **%player%**\nCheck: **%check%**\nViolation: **%vl%**"
  animation-play-message-template: "**Animation Played**\nPlayer: **%player%**\nAnimation: **%animation%**"
  punishment-message-template: "**Punishment Executed**\nPlayer: **%player%**\nCommand: `%command%`"

# ===============================
#           Messages
# ===============================

alert-message: '&6&lANTIKOMAR &8»&f Player &7»&f %player% &7»&6 %check% &7(&c%vl%VL&7)'
no-permission: '&6&lANTIKOMAR &8» &cYou don''t have permission!'
config-reloaded: '&6&lANTIKOMAR &8» &aConfiguration reloaded.'
plugin-reloaded: '&6&lANTIKOMAR &8» &aPlugin successfully reloaded.'
incorrect-usage: '&6&lANTIKOMAR &8» &cUsage: /antikomar reload'
update-available: "&6&lANTIKOMAR &8» &eA new version is available: &c%version%"
update-download: "&6&lANTIKOMAR &8» &eDownload: &a%url%"
update-check-failed: "&6&lANTIKOMAR &8» &cCould not check for updates."

# ===============================
#           Permissions
# ===============================
permissions:
  alerts: "antikomar.alerts"
  bypass: "antikomar.bypass"
  reload: "anitkomar.reload"
# Please note that the permissions section is for information purposes only.
# Changing this will not change the permissions in the plugin!

👥 Team & Contributors

Barpad
BarpadOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.16.51.171.17.11.181.18.11.18.21.191.19.1+21 more

🔗 Links

Modrinth Page