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.
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.
| Module | What it does | Risk | Notes |
|---|---|---|---|
| Kill Aura | Finds and attacks nearby entities automatically | Detectable | The classic; most anticheats are tuned to catch it |
| Aim Assist | Nudges your aim toward targets | Detectable | Smoother and more plausible than raw snapaim, but still flagged on careful servers |
| Reach | Extends attack range beyond vanilla | Detectable | Usually 0.1–0.5 blocks extra; longer reach is louder |
| Velocity | Reduces or cancels knockback | Detectable | The difference between getting combo'd and staying in the fight |
| Criticals | Forces critical hits on every attack | Detectable | Breaks combat feel if the server detects it |
| Auto Block | Blocks for you or lets you act while blocking | Detectable | Most useful on 1.8.9 where blocking is powerful |
| Autoclicker | Clicks for you with human-like timing | Detectable | Consistency is the downside; servers see perfect rhythm |
| Anti Bot | Targets only real players, ignores fake players | Safe | Uses vanilla player lists to filter; servers don't notice |
Movement Modules
Everything between walking and flying, and most of the space between.
| Module | What it does | Risk | Notes |
|---|---|---|---|
| Speed | Move faster than vanilla allows | Detectable | One of the most obvious; servers flag it immediately |
| Flight | Fly in survival mode | Detectable | Instant ban on any server with basic detection |
| Scaffold | Places blocks under you automatically | Detectable | Block placement speed and placement without looking are tells |
| NoFall | Prevents or reduces fall damage | Detectable | Server checks for impossible landing speeds |
| Step | Steps up blocks taller than vanilla allows | Detectable | Climbing blocks you shouldn't be able to reach looks impossible |
| Sprint | Modifies sprint logic or auto-sprints | Detectable | Changes your movement pattern in measurable ways |
| Strafe | Improves turning while moving | Detectable | Mainly useful in PvP; circles around targets |
| Safe Walk | Prevents walking off block edges | Safe | Client-side only; the server doesn't know you were close to falling |
| Inventory Move | Move while an inventory is open | Detectable | Movement while UI is open breaks vanilla logic |
Visual Modules
What you see, not what the server sees.
| Module | What it does | Risk | Notes |
|---|---|---|---|
| Full Bright | See in darkness as if it's day | Safe | Brightness is a client-side render; server doesn't know |
| ESP | See players and items through walls | Safe | Purely client-side rendering; server has no way to detect |
| Block Outline | Highlight blocks you're looking at | Safe | Visual aid; doesn't affect gameplay |
| Chams | Render players in custom colors through walls | Safe | Another client-side rendering feature |
| Sky Color | Change the sky appearance | Safe | Purely cosmetic |
| Minimap | Display a small map in a corner | Safe | Information mod; shows where you'd see anyway if you looked |
Utility Modules
QoL and information tools.
| Module | What it does | Risk | Notes |
|---|---|---|---|
| Chat Filter | Modify or hide chat messages | Safe | Happens on your client; server never sees the change |
| HUD Mods | Display FPS, coordinates, timers | Safe | Visual information; doesn't affect gameplay |
| Schematic Printer | Place blocks to match a schematic | Detectable | Too-fast placement looks automated to the server |
| Death Camera | Spectate your killer after dying | Safe | Available in vanilla; just a UI feature |
| Keybinds | Custom keybinds for actions | Safe | Convenience; servers see normal actions |
| Waypoints | Mark locations for navigation | Safe | A 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
A module is a single feature you can toggle independently. Kill Aura is one module. Aim assist is another. Each one can be turned on or off without affecting the others.
Safe modules only touch your client rendering or local convenience—they don't send unusual data to the server, so anticheats have nothing to detect. But always read your server's rules before enabling anything.
Core concepts are industry-standard (Kill Aura, Scaffold, Speed show up everywhere), but implementation, settings, and how detectable each one is varies significantly by client.
No. Know your server before enabling modules. Ghost modules are designed for servers with staff oversight. Blatant modules assume you can bypass the anticheat. Always assess the risk per-server.