====== PlayerESP ====== This article is about the hack that highlights //nearby// players. For the hack that finds //far away// players, see [[PlayerFinder]]. ^ PlayerESP ^^ |{{ :playeresp.webp?500x265 |Using PlayerESP on the Hypixel server.}}|| ^Type|[[:Hack]]| ^Category|[[Render]]| ^In-game description|"Highlights nearby players.\\ ESP boxes of friends will appear in blue."| ^[[:keybinds#default_keybinds|Default keybind]]|none| ^Source code|[[w7src>net/wurstclient/hacks/PlayerEspHack.java]]| PlayerESP is a Minecraft hack that draws boxes around other [[mc>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 [[mc>hitbox]]. The lines are shown even when other players are behind the user. ===== Settings ===== ==== Style ==== ^ Style ^^ ^Type|Enum| ^In-game description|(none)| ^Default value|Lines and boxes| ^Possible values|Boxes only, Lines only, Lines and boxes| ==== Box size ==== ^ 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 ==== ^ 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 ==== ^ 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. ===== Changes ===== ^Version^Changes^ |[[update:Wurst 1.7 Beta]]|Added PlayerESP.| |[[update:Wurst 2.14]]|Added more "See also" links to PlayerESP.| |[[update:Wurst 2.26]]|Improved [[MobESP]], PlayerESP and [[Tracers]]: They will now draw smoother lines with brighter colors. (Minecraft 1.8)| |[[update: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)| |[[update:Wurst 3.0pre1]]|Broke PlayerESP.| |[[update:Wurst 3.0pre2]]|Fixed PlayerESP.| |[[update:Wurst 5.7]]|Improved [[MobESP]], PlayerESP and [[Tracers]]: They will now draw smoother lines with brighter colors. (Minecraft 1.11+)| |[[update: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+)| |[[update:Wurst 6.17]]|PlayerESP will now use DisplayLists for improved performance.| |[[update:Wurst 6.19]]|[[Tracers]] is now a checkbox in PlayerESP instead of being a separate hack.| |[[update:Wurst 6.20]]|Fixed PlayerESP Tracers not rendering in blue for players that are on your friends list.| |[[update:Wurst 6.22]]|Improved the description of PlayerESP.| |[[update:Wurst 6.24]]|Replaced the "Tracers" checkbox in PlayerESP with a "[[#Style]]" setting that lets you choose between boxes, lines or both.| |[[update: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.| |[[update:Wurst 6.27.1]]|Fixed PlayerESP's filter for invisible players being controlled by "[[#Filter sleeping]]" instead of "[[#Filter invisible]]".| |[[update:Wurst 7.0pre1]]|Temporarily removed PlayerESP.| |[[update:Wurst 7.0pre2]]|Re-added PlayerESP.| |[[update:Wurst 7.0pre6]]|Fixed PlayerESP changing the color of your hand.| |[[update:Wurst 7.0pre7]]|Added a "[[#Box size]]" setting to PlayerESP. (Minecraft 1.14+)| |[[update:Wurst 6.35]] (Minecraft 1.8 & 1.12),\\ [[update:Wurst 7.12]] (Minecraft 1.16+)|Fixed PlayerESP glitching out when extremely far from spawn.| |[[update:Wurst 7.18]]|Fixed PlayerESP lines not rendering in the correct color.| {{tag>client-side}}