What Is AntiServer in Minecraft? How It Works

AntiServer is a Minecraft module that ignores or softens server corrections, like forced position resets and velocity resets, plus the detection risk.

Modulesby trqUpdated July 13, 2026
Key takeaways
  • AntiServer is a module that ignores or softens unwanted server corrections, like forced position resets or velocity resets.
  • It intercepts the correction before it lands, then drops, delays, or partly applies it instead of obeying outright.
  • That makes the client's state diverge from the server's, a gap movement anticheats can detect directly.
  • Fan documents shipping it as a player-category module.

AntiServer is a Minecraft client module that pushes back against server corrections the client decides it doesn't like, most often a forced position snap or a velocity reset after a hit. Minecraft's netcode gives the server final say over where you are and how fast you're moving, and a vanilla client just accepts whatever it's told. AntiServer doesn't. It watches for that specific class of update and decides, case by case, whether to honor it, water it down, or skip it entirely. The result is a client quietly running its own version of events next to the server's.

How it works

Minecraft's movement is server-authoritative. Your client predicts where you're going locally and renders that immediately, but the server holds the final word and can override the prediction at any time: snapping your position back to somewhere it considers valid, or resetting your velocity after you take a hit. A vanilla client just does what it's told.

AntiServer sits between that incoming correction and the moment it would normally apply, and decides what to do with it. It can drop the correction, delay it, or let only part of it through, depending on whether the module flags the update as wanted or not. Since it has no way to know why the server sent a given correction, whether that's routine desync cleanup or an anticheat reacting to your movement, it treats all of them the same: an override to work around.

The motivation is straightforward from the player's side. A position snap can undo a jump or wreck a bridge placement mid-swing. A velocity reset can erase the momentum you were counting on to close a gap or get away. AntiServer keeps your local version of events closer to what you actually did, regardless of why the server disagreed.

Fan is the client documented as shipping a module under this name, filed among its player-category utilities alongside other movement and defense tools.

AntiServer vs Velocity and AntiDesync

AntiServer sits in the same family as anti-knockback modules like Velocity, which also override a specific server instruction about your own movement. But AntiServer is broader. It doesn't just cancel knockback, it can reject any correction it decides is unwanted, which means it can interfere with resets an anticheat sends on purpose, not just ordinary gameplay corrections.

That puts it on the opposite end of the spectrum from AntiDesync, a module that narrows small client-server mismatches so the two stay in agreement. AntiServer does close to the reverse: it deliberately keeps the client from matching a correction the server just sent.

ModuleWhat it targetsDirection
AntiServerAny correction flagged as unwanted (position resets, velocity resets)Resists the server's correction
Velocity (anti-knockback)Knockback specificallyResists one correction type
AntiDesyncOrdinary client-server state driftAgrees with the server

Why it gets detected

AntiServer's core problem is that it makes the client's reported state diverge from something the server already knows it sent. That's a cleaner signal than most movement cheats produce. A subtle timing or rotation exploit has to be inferred from noisy data over time. AntiServer doesn't require inference: the server issues an explicit correction, then compares what it told the client to do against what the client's next few position or velocity reports actually show. If the correction never fully lands, that's not a probabilistic flag, that's a direct contradiction.

Where Opal draws the line

Opal doesn't ship a module built to override the server's authority over your own position, full stop. Movement and combat features get scrutinized hard before anything ships, precisely because correction-resistant behavior is the category server-side anticheats watch closest. If a feature can't be explained honestly, it doesn't make the build.

Reference, not a how-to

This page describes the module generically so you know what the term means. Ignoring corrections a server sends on purpose, including anticheat-driven resets, is functionally anticheat evasion, and most servers ban for it the same way they ban for anti-knockback.

FAQ