ChestESP | |
---|---|
Type | Hack |
Category | Render |
In-game description | “Highlights nearby chests.” [Wurst 7 only] |
“Highlights nearby chests. green - normal chests orange - trapped chests cyan - ender chests purple - shulker boxes [ ] - empty [X] - not empty” [Wurst 6 only] |
|
Default keybind | none |
Source code | net/wurstclient/hacks/ChestEspHack.java |
ChestESP is a hack that highlights different types of chests and other containers with colored boxes, colored lines, or both. The user can see these highlights even when the highlighted chest itself is hidden behind other blocks. This makes ChestESP useful for finding hidden chests, buried treasure, and secret player bases.
ChestESP can show:
In Wurst 6, ChestESP only highlights chests with a “full” colored box if the user has not yet opened them. Once opened, the highlight changes to either an outlined box if the chest was empty, or an outlined box with an “X” on each side if the chest contained at least one item. The “Lines” highlights are not affected by this.
In Wurst MC 1.7, ChestESP highlights chests, trapped chests, ender chests, piston crates1) and chest minecarts all with a green box.
Style | |
---|---|
Type | Enum |
In-game description | (none) |
Default value | Boxes |
Possible values | Boxes, Lines, Lines and Boxes |
The “Boxes” option draws a colored box around each chest. The “Lines” option draws a straight line from the center of the screen to the center of the chest. The “Lines and Boxes” option does both.
Chest color | |
---|---|
Type | Color |
In-game description | “Normal chests will be highlighted in this color.” |
Default value | #00FF00 |
Include trap chests | |
---|---|
Type | Checkbox |
In-game description | (none) |
Default value | checked |
Controls whether or not ChestESP will show trapped chests.
Trap chest color | |
---|---|
Type | Color |
In-game description | “Trapped chests will be highlighted in this color.” |
Default value | #FF8000 |
Include ender chests | |
---|---|
Type | Checkbox |
In-game description | (none) |
Default value | checked |
Controls whether or not ChestESP will show ender chests.
Ender color | |
---|---|
Type | Color |
In-game description | “Ender chests will be highlighted in this color.” |
Default value | #00FFFF |
Include chest carts | |
---|---|
Type | Checkbox |
In-game description | (none) |
Default value | checked |
Controls whether or not ChestESP will show minecarts with chests.
Chest cart color | |
---|---|
Type | Color |
In-game description | “Minecarts with chests will be highlighted in this color.” |
Default value | #FFFF00 |
Include barrels | |
---|---|
Type | Checkbox |
In-game description | (none) |
Default value | checked |
Controls whether or not ChestESP will show barrels.
Barrel color | |
---|---|
Type | Color |
In-game description | “Barrels will be highlighted in this color.” |
Default value | #00FF00 |
Include shulkers | |
---|---|
Type | Checkbox |
In-game description | (none) |
Default value | checked |
Controls whether or not ChestESP will show shulker boxes.
Shulker color | |
---|---|
Type | Color |
In-game description | “Shulker boxes will be highlighted in this color.” |
Default value | #FF00FF |
Include hoppers | |
---|---|
Type | Checkbox |
In-game description | (none) |
Default value | not checked |
Controls whether or not ChestESP will show hoppers.
Hopper color | |
---|---|
Type | Color |
In-game description | “Hoppers will be highlighted in this color.” |
Default value | #FFFFFF |
Include hopper carts | |
---|---|
Type | Checkbox |
In-game description | (none) |
Default value | not checked |
Controls whether or not ChestESP will show minecarts with hoppers.
Hopper cart color | |
---|---|
Type | Color |
In-game description | “Minecarts with hoppers will be highlighted in this color.” |
Default value | #FFFF00 |
Include droppers | |
---|---|
Type | Checkbox |
In-game description | (none) |
Default value | not checked |
Controls whether or not ChestESP will show droppers.
Dropper color | |
---|---|
Type | Color |
In-game description | “Droppers will be highlighted in this color.” |
Default value | #FFFFFF |
Include dispensers | |
---|---|
Type | Checkbox |
In-game description | (none) |
Default value | not checked |
Controls whether or not ChestESP will show dispensers.
Dispenser color | |
---|---|
Type | Color |
In-game description | “Dispensers will be highlighted in this color.” |
Default value | #FF8000 |
Include furnaces | |
---|---|
Type | Checkbox |
In-game description | (none) |
Default value | not checked |
Controls whether or not ChestESP will show furnaces, blast furnaces, and smokers.
Furnace color | |
---|---|
Type | Color |
In-game description | “Furnaces, smokers, and blast furnaces will be highlighted in this color.” |
Default value | #FF0000 |
Version | Changes |
---|---|
Wurst 1.3 Beta | Added ChestESP. |
Wurst 1.8 Beta | ChestESP now works with piston crates. |
Wurst 1.3.1 | ChestESP will no longer render more than 1000 chests at once. |
Wurst 2.14 | Added more “See also” links to ChestESP. |
Wurst 2.20 | Fixed ChestESP causing a lag spike every 3 seconds. |
Wurst 2.26 | Redesigned ChestESP. (Minecraft 1.8) |
ChestESP will now tell you how many chests it found. (Minecraft 1.8) | |
Improved performance of ChestESP. (Minecraft 1.8) | |
ChestESP is no longer limited to 1000 chests. (Minecraft 1.8) | |
ChestESP will now remember all of the chests that you have opened (previously limited to 64 chests). (Minecraft 1.8) | |
Fixed ChestESP not remembering which chests you have already opened in multiplayer. (Minecraft 1.8) | |
Wurst 2.28 | ChestESP's memory of previously opened chests is no longer limited by the render distance. (Minecraft 1.8) |
Wurst 3.0pre1 | Broke ChestESP. |
Wurst 3.0pre3 | Fixed ChestESP. |
Wurst 4.1 | Fixed a crash caused by ChestESP. |
Wurst 4.2 | ChestESP will now use different colors for different types of chests. |
ChestESP will now remember which chests you opened and show you whether or not they are empty. | |
Wurst 5.7 | Redesigned ChestESP. |
ChestESP will now tell you how many chests it found. | |
Improved performance of ChestESP. | |
ChestESP is no longer limited to 1000 chests. | |
ChestESP will now remember all of the chests that you have opened (previously limited to 64 chests). | |
Fixed ChestESP not remembering which chests you have already opened in multiplayer. | |
Wurst 5.9 | ChestESP's memory of previously opened chests is no longer limited by the render distance. |
Wurst 6.0 | ChestESP will now remember which chests you opened and show you whether or not they are empty. (Minecraft 1.9 & 1.10) |
Wurst 6.12 | ChestESP will now render the ESP boxes on minecarts more smoothly. |
Wurst 6.16 | ChestESP, ItemESP and MobESP will now use DisplayLists for improved performance. |
Wurst 6.19 | Added a “Tracers” checkbox to ChestESP. |
Wurst 6.24 | Replaced the “Tracers” checkbox in ChestESP with a “Style” setting that lets you choose between boxes, lines or both. |
Wurst 7.0pre1 | Temporarily removed ChestESP. |
Wurst 7.0pre11 | Re-added ChestESP. (Thanks to Mersid!) |
Wurst 7.0pre12 | ChestESP now supports barrels and shulker boxes. |
Fixed a bug in ChestESP that sometimes caused the game to crash. | |
Wurst 7.6.2 | Temporarily disabled ChestESP. (Minecraft 20w45a) |
Wurst 7.6.3 | Re-enabled ChestESP in Minecraft 20w45a and later versions. (Thanks to Hexeption!) |
ChestESP no longer highlights barrels. | |
Wurst 6.35 (Minecraft 1.8 & 1.12), Wurst 7.12 (Minecraft 1.16+) | Fixed ChestESP glitching out when extremely far from spawn. |
Wurst 7.12.1 | Fixed a crash when joining a server while ChestESP is enabled. |
Wurst 7.15.2 | Fixed ChestESP not rendering properly in Minecraft 21w20a and later versions. |
Wurst 7.17 | Added “Chest color”, “Trap color”, “Ender color”, “Shulker color” and “Cart color” settings to ChestESP. |
Wurst 7.25 | ChestESP can now show barrels again. |
ChestESP can now also show hoppers, droppers, dispensers, hopper minecarts, and furnaces. | |
Added color settings for all of the new types of containers that ChestESP can now show. | |
Every type of container that ChestESP can show, except for normal chests, can now be turned off separately with a checkbox. | |
Renamed ChestESP's “Trap color” setting to “Trap chest color”. | |
Renamed ChestESP's “Cart color” setting to “Chest cart color”. | |
Moved ChestESP's “Style” setting to the top. | |
Fixed ChestESP sometimes causing the game to crash. |