Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


chestesp

ChestESP

ChestESP
Using ChestESP in Wurst 7.25 with the default colors, lines and boxes, and all categories enabled.
TypeHack
CategoryRender
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 keybindnone
Source codenet/wurstclient/hacks/ChestEspHack.java
ChestESP in Wurst 6 with its special “empty” and “cross” boxes for chests that the user has already opened.
ChestESP in Wurst MC 1.7 with the 7 different types of chests that it highlights.

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.

Settings

Style

Style
TypeEnum
In-game description(none)
Default valueBoxes
Possible valuesBoxes, 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

Chest color
TypeColor
In-game description“Normal chests will be highlighted in this color.”
Default value#00FF00

Include trap chests

Include trap chests
TypeCheckbox
In-game description(none)
Default valuechecked

Controls whether or not ChestESP will show trapped chests.

Trap chest color

Trap chest color
TypeColor
In-game description“Trapped chests will be highlighted in this color.”
Default value#FF8000

Include ender chests

Include ender chests
TypeCheckbox
In-game description(none)
Default valuechecked

Controls whether or not ChestESP will show ender chests.

Ender color

Ender color
TypeColor
In-game description“Ender chests will be highlighted in this color.”
Default value#00FFFF

Include chest carts

Include chest carts
TypeCheckbox
In-game description(none)
Default valuechecked

Controls whether or not ChestESP will show minecarts with chests.

Chest cart color

Chest cart color
TypeColor
In-game description“Minecarts with chests will be highlighted in this color.”
Default value#FFFF00

Include barrels

Include barrels
TypeCheckbox
In-game description(none)
Default valuechecked

Controls whether or not ChestESP will show barrels.

Barrel color

Barrel color
TypeColor
In-game description“Barrels will be highlighted in this color.”
Default value#00FF00

Include shulkers

Include shulkers
TypeCheckbox
In-game description(none)
Default valuechecked

Controls whether or not ChestESP will show shulker boxes.

Shulker color

Shulker color
TypeColor
In-game description“Shulker boxes will be highlighted in this color.”
Default value#FF00FF

Include hoppers

Include hoppers
TypeCheckbox
In-game description(none)
Default valuenot checked

Controls whether or not ChestESP will show hoppers.

Hopper color

Hopper color
TypeColor
In-game description“Hoppers will be highlighted in this color.”
Default value#FFFFFF

Include hopper carts

Include hopper carts
TypeCheckbox
In-game description(none)
Default valuenot checked

Controls whether or not ChestESP will show minecarts with hoppers.

Hopper cart color

Hopper cart color
TypeColor
In-game description“Minecarts with hoppers will be highlighted in this color.”
Default value#FFFF00

Include droppers

Include droppers
TypeCheckbox
In-game description(none)
Default valuenot checked

Controls whether or not ChestESP will show droppers.

Dropper color

Dropper color
TypeColor
In-game description“Droppers will be highlighted in this color.”
Default value#FFFFFF

Include dispensers

Include dispensers
TypeCheckbox
In-game description(none)
Default valuenot checked

Controls whether or not ChestESP will show dispensers.

Dispenser color

Dispenser color
TypeColor
In-game description“Dispensers will be highlighted in this color.”
Default value#FF8000

Include furnaces

Include furnaces
TypeCheckbox
In-game description(none)
Default valuenot checked

Controls whether or not ChestESP will show furnaces, blast furnaces, and smokers.

Furnace color

Furnace color
TypeColor
In-game description“Furnaces, smokers, and blast furnaces will be highlighted in this color.”
Default value#FF0000

Known Issues

  • The description in Wurst 6 incorrectly claims that it can show Shulker Boxes, which don't even exist in Minecraft 1.8 and aren't shown in Minecraft 1.12. Only the ChestESP in Wurst 7 can actually show Shulker Boxes.

Changes

VersionChanges
Wurst 1.3 BetaAdded ChestESP.
Wurst 1.8 BetaChestESP now works with piston crates.
Wurst 1.3.1ChestESP will no longer render more than 1000 chests at once.
Wurst 2.14Added more “See also” links to ChestESP.
Wurst 2.20Fixed ChestESP causing a lag spike every 3 seconds.
Wurst 2.26Redesigned 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.28ChestESP's memory of previously opened chests is no longer limited by the render distance. (Minecraft 1.8)
Wurst 3.0pre1Broke ChestESP.
Wurst 3.0pre3Fixed ChestESP.
Wurst 4.1Fixed a crash caused by ChestESP.
Wurst 4.2ChestESP 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.7Redesigned 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.9ChestESP's memory of previously opened chests is no longer limited by the render distance.
Wurst 6.0ChestESP will now remember which chests you opened and show you whether or not they are empty. (Minecraft 1.9 & 1.10)
Wurst 6.12ChestESP will now render the ESP boxes on minecarts more smoothly.
Wurst 6.16ChestESP, ItemESP and MobESP will now use DisplayLists for improved performance.
Wurst 6.19Added a “Tracers” checkbox to ChestESP.
Wurst 6.24Replaced the “Tracers” checkbox in ChestESP with a “Style” setting that lets you choose between boxes, lines or both.
Wurst 7.0pre1Temporarily removed ChestESP.
Wurst 7.0pre11Re-added ChestESP. (Thanks to Mersid!)
Wurst 7.0pre12ChestESP now supports barrels and shulker boxes.
Fixed a bug in ChestESP that sometimes caused the game to crash.
Wurst 7.6.2Temporarily disabled ChestESP. (Minecraft 20w45a)
Wurst 7.6.3Re-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.1Fixed a crash when joining a server while ChestESP is enabled.
Wurst 7.15.2Fixed ChestESP not rendering properly in Minecraft 21w20a and later versions.
Wurst 7.17Added “Chest color”, “Trap color”, “Ender color”, “Shulker color” and “Cart color” settings to ChestESP.
Wurst 7.25ChestESP 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.
1)
any piston with a meta value of 6, 7, or 15
chestesp.txt · Last modified: 2023/02/26 18:11 by alexander01998