This article is about the hack that highlights nearby players. For the hack that finds far away players, see PlayerFinder.
PlayerESP | |
---|---|
Type | Hack |
Category | Render |
In-game description | “Highlights nearby players. ESP boxes of friends will appear in blue.” |
Default keybind | none |
Source code | net/wurstclient/hacks/PlayerEspHack.java |
PlayerESP is a Minecraft hack that draws boxes around other players, which allow the user to see each player's location even when they are behind blocks or other obstacles.
PlayerESP can also draw “tracer” lines from the center of the screen to the center of each player's hitbox. The lines are shown even when other players are behind the user.
Style | |
---|---|
Type | Enum |
In-game description | (none) |
Default value | Lines and boxes |
Possible values | Boxes only, Lines only, Lines and boxes |
Box size | |
---|---|
Type | Enum |
In-game description | “Accurate mode shows the exact hitbox of each player. Fancy mode shows slightly larger boxes that look better.” |
Default value | Lines and boxes |
Possible values | Boxes only, Lines only, Lines and boxes |
Filter sleeping | |
---|---|
Type | Checkbox |
In-game description | “Won't show sleeping players.” |
Default value | not checked |
“Filter sleeping” can be useful on minigame servers like Mineplex that place fake sleeping players on the ground to make them look like corpses.
Filter invisible | |
---|---|
Type | Checkbox |
In-game description | “Won't show invisible players.” |
Default value | not checked |
“Filter invisible” can be useful on servers with aggressive AntiCheat plugins that place fake invisible players everywhere.
Version | Changes |
---|---|
Wurst 1.7 Beta | Added PlayerESP. |
Wurst 2.14 | Added more “See also” links to PlayerESP. |
Wurst 2.26 | Improved MobESP, PlayerESP and Tracers: They will now draw smoother lines with brighter colors. (Minecraft 1.8) |
Wurst 2.28 | PlayerESP will no longer render on sleeping players and invisible players if those are disabled in the Target settings. (Minecraft 1.8) |
PlayerESP will now use interpolation for smoother rendering. (Minecraft 1.8) | |
Wurst 3.0pre1 | Broke PlayerESP. |
Wurst 3.0pre2 | Fixed PlayerESP. |
Wurst 5.7 | Improved MobESP, PlayerESP and Tracers: They will now draw smoother lines with brighter colors. (Minecraft 1.11+) |
Wurst 5.9 | PlayerESP will no longer render on sleeping players and invisible players if those are disabled in the Target settings. (Minecraft 1.11+) |
PlayerESP will now use interpolation for smoother rendering. (Minecraft 1.11+) | |
Wurst 6.17 | PlayerESP will now use DisplayLists for improved performance. |
Wurst 6.19 | Tracers is now a checkbox in PlayerESP instead of being a separate hack. |
Wurst 6.20 | Fixed PlayerESP Tracers not rendering in blue for players that are on your friends list. |
Wurst 6.22 | Improved the description of PlayerESP. |
Wurst 6.24 | Replaced the “Tracers” checkbox in PlayerESP with a “Style” setting that lets you choose between boxes, lines or both. |
Wurst 6.26 | Added a “Box size” setting to PlayerESP. (Minecraft 1.8 & 1.12) |
Added a “Filter invisible” checkbox to PlayerESP. | |
Added a “Filter sleeping” checkbox to PlayerESP. | |
Wurst 6.27.1 | Fixed PlayerESP's filter for invisible players being controlled by “Filter sleeping” instead of “Filter invisible”. |
Wurst 7.0pre1 | Temporarily removed PlayerESP. |
Wurst 7.0pre2 | Re-added PlayerESP. |
Wurst 7.0pre6 | Fixed PlayerESP changing the color of your hand. |
Wurst 7.0pre7 | Added a “Box size” setting to PlayerESP. (Minecraft 1.14+) |
Wurst 6.35 (Minecraft 1.8 & 1.12), Wurst 7.12 (Minecraft 1.16+) | Fixed PlayerESP glitching out when extremely far from spawn. |
Wurst 7.18 | Fixed PlayerESP lines not rendering in the correct color. |