Learn · modules
What Is Radar in Minecraft?
Radar is a Minecraft module that plots nearby players on a top-down overlay, showing position and direction through walls without rendering 3D models.
What is Radar in Minecraft?
Radar is a module found in some Minecraft clients that draws a top-down minimap overlay showing where nearby players and entities are relative to you. Instead of rendering full entity models through walls like ESP does, Radar abstracts that same awareness down to a scatter of dots: direction, distance, a position marker. You get a warning that someone is closing in from around a corner or climbing up from beneath you, without the visual clutter of watching bodies clip through terrain. It reads like sonar, which is exactly why players like it and exactly why servers don't.
How Radar works
Every entity near you already has a position the server tracks and sends to your client. That's how normal rendering works, how hit detection functions, how the tab list gets populated. Radar takes that same position data and plots it as a dot on a flat overlay instead of feeding it only into the normal, occlusion-respecting 3D render.
The overlay is typically oriented either north-locked or facing-relative. In north-locked mode, dots stay put on the compass. In facing-relative mode, they rotate with your camera direction. Either way, the module never asks the server for anything a vanilla client wouldn't receive. It just visualizes information that's normally invisible to you.
Radar vs. ESP
These two get compared constantly, and they deserve to be. Both give you awareness of entities you can't normally see. They approach it differently.
| Radar | ESP | |
|---|---|---|
| Rendering | 2D minimap overlay | Full 3D models or outlines |
| Line of sight | Works through walls | Works through walls |
| Visual noise | Minimal, just dots | Maximum, full entity renders |
| Detection method | Client scanning, behavior analysis | Client scanning, rotation anomalies |
| Typical use case | Position awareness | Targeting and tracking |
Radar condenses the awareness down to pure position. ESP lets you see a complete entity model through terrain, which can feed aim modules and combat tracking. Radar is the subtler play.
Why servers ban it
Most competitive servers don't ship a Radar module and don't allow it. The reason is straightforward: it grants awareness no vanilla player gets. A player running Radar knows someone is approaching before they hear footsteps or see a nametag. That's an informational edge, and server policy doesn't usually carve out exceptions for edges that are hard to detect.
FAQ
Related but distinct. ESP renders full entity models through walls in 3D, while Radar compresses that awareness into a 2D minimap showing direction and distance only.
Yes, because it reads position data the server already sends your client for nearby entities. No line of sight needed, so walls are invisible to it.
Radar itself produces no unusual network traffic. Detection usually comes from client-side scans or catching a player reacting to information outside their view.
Because it reveals information a vanilla client cannot. Most servers treat any awareness-granting module as cheating by policy, regardless of how hard it is to catch.