Learn · concepts

Minecraft Utility Client Module Glossary

A reference guide to common Minecraft utility client modules: combat, movement, world, utility, and visual, with what each one does.

TRtrolPublished 6 min read

A module is any single feature you can turn on or off inside a utility client. Kill Aura is a module. Flight is a module. Brighter nights is a module. Understanding what each category does and whether it sends detectable information to the server is the foundation of choosing what to run and where.

Safe vs. Detectable

The key distinction is what data goes to the server:

Safe modules only touch your own client rendering or convenience. Nothing unusual leaves your computer. Anticheats have nothing to flag.

  • Full Bright (you see better, server sees nothing)
  • Click GUI (your menu, your computer)
  • Discord RPC (your status, not sent to the server)

Detectable modules change gameplay in ways a server can measure.

  • Kill Aura (the server sees impossible rotations and reach)
  • Scaffold (the server sees blocks placed too fast)
  • Speed (the server sees you moving too far per tick)

Being "safe" doesn't mean you should ignore server rules. Always read your server's ToS before enabling anything.

Combat Modules

The features that decide fights.

ModuleWhat it doesRiskNotes
Kill AuraFinds and attacks nearby entities automaticallyDetectableThe classic; most anticheats are tuned to catch it
Aim AssistNudges your aim toward targetsDetectableSmoother and more plausible than raw snapaim, but still flagged on careful servers
ReachExtends attack range beyond vanillaDetectableUsually 0.1–0.5 blocks extra; longer reach is louder
VelocityReduces or cancels knockbackDetectableThe difference between getting combo'd and staying in the fight
CriticalsForces critical hits on every attackDetectableBreaks combat feel if the server detects it
Auto BlockBlocks for you or lets you act while blockingDetectableMost useful on 1.8.9 where blocking is powerful
AutoclickerClicks for you with human-like timingDetectableConsistency is the downside; servers see perfect rhythm
Anti BotTargets only real players, ignores fake playersSafeUses vanilla player lists to filter; servers don't notice

Movement Modules

Everything between walking and flying, and most of the space between.

ModuleWhat it doesRiskNotes
SpeedMove faster than vanilla allowsDetectableOne of the most obvious; servers flag it immediately
FlightFly in survival modeDetectableInstant ban on any server with basic detection
ScaffoldPlaces blocks under you automaticallyDetectableBlock placement speed and placement without looking are tells
NoFallPrevents or reduces fall damageDetectableServer checks for impossible landing speeds
StepSteps up blocks taller than vanilla allowsDetectableClimbing blocks you shouldn't be able to reach looks impossible
SprintModifies sprint logic or auto-sprintsDetectableChanges your movement pattern in measurable ways
StrafeImproves turning while movingDetectableMainly useful in PvP; circles around targets
Safe WalkPrevents walking off block edgesSafeClient-side only; the server doesn't know you were close to falling
Inventory MoveMove while an inventory is openDetectableMovement while UI is open breaks vanilla logic

Visual Modules

What you see, not what the server sees.

ModuleWhat it doesRiskNotes
Full BrightSee in darkness as if it's daySafeBrightness is a client-side render; server doesn't know
ESPSee players and items through wallsSafePurely client-side rendering; server has no way to detect
Block OutlineHighlight blocks you're looking atSafeVisual aid; doesn't affect gameplay
ChamsRender players in custom colors through wallsSafeAnother client-side rendering feature
Sky ColorChange the sky appearanceSafePurely cosmetic
MinimapDisplay a small map in a cornerSafeInformation mod; shows where you'd see anyway if you looked

Utility Modules

QoL and information tools.

ModuleWhat it doesRiskNotes
Chat FilterModify or hide chat messagesSafeHappens on your client; server never sees the change
HUD ModsDisplay FPS, coordinates, timersSafeVisual information; doesn't affect gameplay
Schematic PrinterPlace blocks to match a schematicDetectableToo-fast placement looks automated to the server
Death CameraSpectate your killer after dyingSafeAvailable in vanilla; just a UI feature
KeybindsCustom keybinds for actionsSafeConvenience; servers see normal actions
WaypointsMark locations for navigationSafeA map tool; doesn't send unusual data

Common terms

CPS: Clicks per second. Measuring your click speed. Competitive PvP uses 10–16 CPS; clicking faster gets flagged.

W-tap: Sprint-reset tapping W between hits to increase knockback. A movement + combat hybrid technique.

Strafe: Side-to-side movement during combat to dodge. A skill, not a module, but many clients bind it.

Ghost mode: Running only subtle modules designed to look legitimate. Opposite of blatant mode.

Blatant mode: Enabling obvious modules that assume the anticheat is either weak or doesn't exist. High risk, high reward.

Where modules overlap

Most utility clients ship the same core modules with different implementations:

  • Kill Aura and Aim Assist are standards
  • Speed and Flight are on nearly every blatant client
  • Full Bright and ESP are on every client

The difference is in the details: smoothing, rotation randomization, how reach is implemented, how fast block placement happens. Terminus includes 200+ modules across all these categories with extensive per-module customization.

FAQ