AntiFlight

⭐ — (9 endorsements) 📥 4,083 downloads 📌 v1.1.3 📅 1/27/2026
🟡 Updated this year

By cev-api · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/24/2026 📅 Created: 1/27/2026
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.2% endorsement rate
  • 🏆 #1 of 29 bukkit mods in this game by downloads

📋 About This Mod

# AntiFly !(https://i.imgur.com/WQqocWS.png) Lightweight Paper + Fabric flight-control plugin by CevAPI. Current release: `1.1.3` AntiFly is not a full anti-cheat - it focuses on flight/movement abuse with layered checks: - server-side ground/support truth (never trusts client `onGround`) - buffered air/hover/anti-kick suspicion + sustained-air detection - disciplined setbacks to last known valid support - Elytra checks that only flag what vanilla physics can't do (speed, instant vertical, stall) - teleport-aware rebasing; `/tp`, pearls, chorus, portals never trigger setbacks - Hunger Mode, a configurable food/health tax instead of hard blocks ## Platforms - Paper: 1.21.1-26.2 (Folia-supported) - Fabric: 1.21.11 / 26.1.2 / 26.2 ## Install - Paper: drop the jar into `plugins/` - Fabric: drop the jar into `mods/` ## Commands Same set on Paper & Fabric. Requires op / `antifly.admin` on Paper, moderator-level on Fabric. - `/antifly enable|disable|status|help` - `/antifly hungermode <on|off>` - `/antifly set` - lists every tunable key with its current value - `/antifly set <key>` - read one value (accepts canonical keys, unambiguous section-child names, and dotted YAML paths) - `/antifly set <key> <value>` - set one (applies instantly, auto-saves) - `/antifly alerts <off|game|console|both>` - `/antifly debug <on|off>` - `/antifly exempt <player>` / `/antifly unexempt <player>` - `/antifly reset <player>` - `/antifly disabledworlds <worldName> <true|false>` ## Tuning keys All adjustable live via `/antifly set`. Defaults in brackets. ### Movement `groundWalkMax` (0.67) · `groundMountedMax` (0.75) · `waterMax` (0.55) · `waterVerticalMax` (0.7) · `boatMaxHorizontal` (0.85) · `maxAirHorizontal` (1.8) · `maxAirVertical` (1.0) · `sustainedAirTicksLimit` (150) ### Elytra Same keys on both platforms. On Fabric the rocket/no-rocket variants map to the single caps `elytraMaxHorizontal` (6.0) and `elytraMaxUp` (4.0); on Paper they're independent. - `elytraMaxHorizontal` / `elytraNoRocketSustainableHorizontal` / `elytraMaxRocketHorizontal` - `elytraMaxUp` / `elytraMaxNoRocketUp` / `elytraMaxRocketUp` - `elytraEnabled` · `elytraBoostGraceTicks` · `elytraStallTicks` · `elytraMovementBufferLimit` ### Hunger Mode - `hungerModeMaxBlocksPerSecond` (200) · `hungerModeHungerPerSecondAtMaxSpeed` (10) · `hungerModeRocketGraceTicks` (80) · `hungerModeAirborneMinimumBlocksPerSecond` (20) - `hungerModeFlightDamageEnabled` (true) · `hungerModeFlightDamageAfterSeconds` (20) · `hungerModeFlightDamageAfterHungerSeconds` (30) · `hungerModeFlightDamagePerSecond` (1) - `hungerModeElytraFoodEnabled` (true) · `hungerModeElytraFoodMultiplier` (0.5) · `hungerModeElytraSpeedThresholdBps` (50) · `hungerModeElytraNoRocketAfterSeconds` (45) · `hungerModeElytraDamageEnabled` (true) · `hungerModeRocketResetsDamage` (true) ## Hunger Mode - `/antifly hungermode on` replaces hard movement blocks with a food-and-health penalty. It uses server-accepted movement and does not trust client `onGround`. - Above the airborne floor, drain scales quadratically with horizontal speed. The airborne minimum is a linear hover baseline: with `maxBlocksPerSecond: 200`, `airborneMinimumBlocksPerSecond: 20`, and `hungerPerSecondAtMaxSpeed: 5`, idle hovering costs 0.5 food points/sec. - Food loss is applied continuously (at most one food point per tick); landing or regaining support immediately clears any pending flight debt. - Unsupported non-Elytra flight normally starts health damage after 20 seconds. Reaching food level 0 escalates immediately to flight damage; `flightDamagePerSecond` is measured in health points (1.0 = half a heart), and is doubled at zero food (so 1.0 = one full heart). Flight damage is generic, so it stacks with vanilla starvation. - Elytra is only punished when exploiting: above the speed threshold, hover-hacking, or gliding too long without a rocket. Rocket-assisted vanilla gliding is free; Elytra health damage otherwise starts after its configured active-drain period. ## Notes on Elytra - Checks only block what vanilla can't do: sustained speed beyond ~6 b/t, instant climbs beyond ~4 b/t, and stall-hovering. Steep dives, pull-ups, rocket boosts and crashing into obstacles are all allowed. - Repeated ground-flag spoofing can't refresh landing grace; sustained flat-air movement is blocked after 20 air ticks at 0.45 b/t. ## Permissions (Paper) - `antifly.admin` (default: op) · `antifly.alerts` (default: op) ## Config - Paper: `plugins/AntiFly/config.yml` · Fabric: `config/antifly.json` - Disable AntiFly per world with `disabledWorlds: ` on either platform - Modrinth check (slug `antiflight`): `/antifly status` + startup warning when outdated

!(https://i.imgur.com/WQqocWS.png)

Lightweight Paper + Fabric flight-control plugin by CevAPI.

Current release: `1. 1. 3`

AntiFly is not a full anti-cheat - it focuses on flight/movement abuse with layered checks: - server-side ground/support truth (never trusts client `onGround`) - buffered air/hover/anti-kick suspicion + sustained-air detection - disciplined setbacks to last known valid support - Elytra checks that only flag what vanilla physics can't do (speed, instant vertical, stall) - teleport-aware rebasing; `/tp`, pearls, chorus, portals never trigger setbacks - Hunger Mode, a configurable food/health tax instead of hard blocks

## Platforms - Paper: 1. 21. 1-26. 2 (Folia-supported) - Fabric: 1. 21. 11 / 26. 1. 2 / 26. 2

## Install - Paper: drop the jar into `plugins/` - Fabric: drop the jar into `mods/`

## Commands Same set on Paper & Fabric. Requires op / `antifly.admin` on Paper, moderator-level on Fabric.

  • `/antifly enable|disable|status|help`
  • `/antifly hungermode `
  • `/antifly set` - lists every tunable key with its current value
  • `/antifly set ` - read one value (accepts canonical keys, unambiguous section-child names, and dotted YAML paths)
  • `/antifly set ` - set one (applies instantly, auto-saves)
  • `/antifly alerts `
  • `/antifly debug `
  • `/antifly exempt ` / `/antifly unexempt `
  • `/antifly reset `
  • `/antifly disabledworlds `

## Tuning keys All adjustable live via `/antifly set`. Defaults in brackets.

### Movement `groundWalkMax` (0. 67) · `groundMountedMax` (0. 75) · `waterMax` (0. 55) · `waterVerticalMax` (0. 7) · `boatMaxHorizontal` (0. 85) · `maxAirHorizontal` (1. 8) · `maxAirVertical` (1. 0) · `sustainedAirTicksLimit` (150)

### Elytra Same keys on both platforms. On Fabric the rocket/no-rocket variants map to the single caps `elytraMaxHorizontal` (6. 0) and `elytraMaxUp` (4. 0); on Paper they're independent. - `elytraMaxHorizontal` / `elytraNoRocketSustainableHorizontal` / `elytraMaxRocketHorizontal` - `elytraMaxUp` / `elytraMaxNoRocketUp` / `elytraMaxRocketUp` - `elytraEnabled` · `elytraBoostGraceTicks` · `elytraStallTicks` · `elytraMovementBufferLimit`

### Hunger Mode - `hungerModeMaxBlocksPerSecond` (200) · `hungerModeHungerPerSecondAtMaxSpeed` (10) · `hungerModeRocketGraceTicks` (80) · `hungerModeAirborneMinimumBlocksPerSecond` (20) - `hungerModeFlightDamageEnabled` (true) · `hungerModeFlightDamageAfterSeconds` (20) · `hungerModeFlightDamageAfterHungerSeconds` (30) · `hungerModeFlightDamagePerSecond` (1) - `hungerModeElytraFoodEnabled` (true) · `hungerModeElytraFoodMultiplier` (0. 5) · `hungerModeElytraSpeedThresholdBps` (50) · `hungerModeElytraNoRocketAfterSeconds` (45) · `hungerModeElytraDamageEnabled` (true) · `hungerModeRocketResetsDamage` (true)

## Hunger Mode - `/antifly hungermode on` replaces hard movement blocks with a food-and-health penalty. It uses server-accepted movement and does not trust client `onGround`. - Above the airborne floor, drain scales quadratically with horizontal speed. The airborne minimum is a linear hover baseline: with `maxBlocksPerSecond: 200`, `airborneMinimumBlocksPerSecond: 20`, and `hungerPerSecondAtMaxSpeed: 5`, idle hovering costs 0. 5 food points/sec. - Food loss is applied continuously (at most one food point per tick); landing or regaining support immediately clears any pending flight debt. - Unsupported non-Elytra flight normally starts health damage after 20 seconds. Reaching food level 0 escalates immediately to flight damage; `flightDamagePerSecond` is measured in health points (1. 0 = half a heart), and is doubled at zero food (so 1. 0 = one full heart). Flight damage is generic, so it stacks with vanilla starvation. - Elytra is only punished when exploiting: above the speed threshold, hover-hacking, or gliding too long without a rocket. Rocket-assisted vanilla gliding is free; Elytra health damage otherwise starts after its configured active-drain period.

## Notes on Elytra - Checks only block what vanilla can't do: sustained speed beyond ~6 b/t, instant climbs beyond ~4 b/t, and stall-hovering. Steep dives, pull-ups, rocket boosts and crashing into obstacles are all allowed. - Repeated ground-flag spoofing can't refresh landing grace; sustained flat-air movement is blocked after 20 air ticks at 0. 45 b/t.

## Permissions (Paper) - `antifly.admin` (default: op) · `antifly.alerts` (default: op)

## Config - Paper: `plugins/AntiFly/config.yml` · Fabric: `config/antifly.json` - Disable AntiFly per world with `disabledWorlds: []` on either platform - Modrinth check (slug `antiflight`): `/antifly status` + startup warning when outdated

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
cev-api
Version
1.1.3
Downloads
4,083
Endorsements
9
Category
bukkit
Created
1/27/2026
Updated
8/24/2026
Game Versions
1.21.11

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does AntiFlight support?

The author lists 1.21.11. Other versions may work but are untested by the author.

What is the latest version of AntiFlight?

Version 1.1.3, published 2026-08-24 with 4,083 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More bukkit 👤 More by cev-api 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods