Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


chestesp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
chestesp [2021/03/06 14:31] alexander01998chestesp [2023/02/26 18:11] (current) alexander01998
Line 3: Line 3:
 <WRAP 516px> <WRAP 516px>
 ^  ChestESP  ^^ ^  ChestESP  ^^
-|{{ :chestesp.webp?500 |}}||+|{{ hack:chestesp:chestesp.webp?500x280 |Using ChestESP in Wurst 7.25 with the default colors, lines and boxes, and all categories enabled.}}||
 ^Type|[[:Hack]]| ^Type|[[:Hack]]|
 ^Category|[[Render]]| ^Category|[[Render]]|
-^In-game description|"Highlights nearby chests.\\ **green** - normal chests & barrels\\ **orange** - trapped chests\\ **cyan** - ender chests\\ **purple** - shulker boxes" <sup>[//[[:Wurst 7]] only//]</sup>|+^In-game description|"Highlights nearby chests." <sup>[//[[:Wurst 7]] only//]</sup>|
 |:::|"Highlights nearby chests.\\ **green** - normal chests\\ **orange** - trapped chests\\ **cyan** - ender chests\\ **purple** - shulker boxes\\ **[  ]** - empty\\ **[X]** - not empty" <sup>[//[[:Wurst 6]] only//]</sup>| |:::|"Highlights nearby chests.\\ **green** - normal chests\\ **orange** - trapped chests\\ **cyan** - ender chests\\ **purple** - shulker boxes\\ **[  ]** - empty\\ **[X]** - not empty" <sup>[//[[:Wurst 6]] only//]</sup>|
 ^[[:keybinds#default_keybinds|Default keybind]]|none| ^[[:keybinds#default_keybinds|Default keybind]]|none|
 +^Source code|[[w7src>net/wurstclient/hacks/ChestEspHack.java]]|
 </WRAP> </WRAP>
  
 [{{ :update:wurst_2.26_540p.webp?400|ChestESP in [[Wurst 6]] with its special "empty" and "cross" boxes for chests that the user has already opened.}}] [{{ :update:wurst_2.26_540p.webp?400|ChestESP in [[Wurst 6]] with its special "empty" and "cross" boxes for chests that the user has already opened.}}]
-[{{ :chestesp_mc1.7.webp?400|ChestESP in [[Wurst MC 1.7]] with the 7 different types of chests that it highlights.}}]+[{{ hack:chestesp:chestesp_mc1.7.webp?400|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 [[mc>chests]] 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, [[mc>buried treasure]], and secret player bases.+ChestESP is a [[hack]] that highlights different types of [[mc>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, [[mc>buried treasure]], and secret player bases.
  
-ChestESP highlights+ChestESP can show
-  * [[mc>chests]][[mc>chest minecarts]] and [[mc>barrels]]<sup>[//[[:Wurst 7]] only//]</supwith a green box/line +  * [[mc>chests]] 
-  * [[mc>trapped chests]] with an orange box/line +  * [[mc>trapped chests]] 
-  * [[mc>ender chests]] with a cyan box/line +  * [[mc>ender chests]] 
-  * [[mc>shulker boxes]] with a purple box/line+  * [[mc>chest minecarts]] 
 +  * [[mc>barrels]] 
 +  * [[mc>shulker boxes]] 
 +  * [[mc>hoppers]] 
 +  * [[mc>hopper minecart|hopper minecarts]] 
 +  * [[mc>droppers]
 +  * [[mc>dispensers]] 
 +  * [[mc>furnaces]] 
 +  * [[mc>blast furnaces]] 
 +  * [[mc>smokers]]
  
 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 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.
Line 31: Line 41:
 <WRAP 516px> <WRAP 516px>
 ^  Style  ^^ ^  Style  ^^
-|  {{:chestesp_style.webm||loop,autoplay}}  ||+|  {{hack:chestesp:chestesp_style.webm||loop,autoplay}}  ||
 ^Type|Enum| ^Type|Enum|
 ^In-game description|(none)| ^In-game description|(none)|
Line 39: Line 49:
  
 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. 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  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Normal chests will be highlighted in this color."|
 +^Default value|#00FF00|
 +
 +==== Include trap chests ====
 +^  Include trap chests  ^^
 +^Type|Checkbox|
 +^In-game description|(none)|
 +^Default value|checked|
 +
 +Controls whether or not ChestESP will show trapped chests.
 +
 +==== Trap chest color ====
 +^  Trap chest color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Trapped chests will be highlighted in this color."|
 +^Default value|#FF8000|
 +
 +==== Include ender chests ====
 +^  Include ender chests  ^^
 +^Type|Checkbox|
 +^In-game description|(none)|
 +^Default value|checked|
 +
 +Controls whether or not ChestESP will show ender chests.
 +
 +==== Ender color ====
 +^  Ender color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Ender chests will be highlighted in this color."|
 +^Default value|#00FFFF|
 +
 +==== Include chest carts ====
 +^  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 ====
 +^  Chest cart color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Minecarts with chests will be highlighted in this color."|
 +^Default value|#FFFF00|
 +
 +==== Include barrels ====
 +^  Include barrels  ^^
 +^Type|Checkbox|
 +^In-game description|(none)|
 +^Default value|checked|
 +
 +Controls whether or not ChestESP will show barrels.
 +
 +==== Barrel color ====
 +^  Barrel color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Barrels will be highlighted in this color."|
 +^Default value|#00FF00|
 +
 +==== Include shulkers ====
 +^  Include shulkers  ^^
 +^Type|Checkbox|
 +^In-game description|(none)|
 +^Default value|checked|
 +
 +Controls whether or not ChestESP will show shulker boxes.
 +
 +==== Shulker color ====
 +^  Shulker color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Shulker boxes will be highlighted in this color."|
 +^Default value|#FF00FF|
 +
 +==== Include hoppers ====
 +^  Include hoppers  ^^
 +^Type|Checkbox|
 +^In-game description|(none)|
 +^Default value|not checked|
 +
 +Controls whether or not ChestESP will show hoppers.
 +
 +==== Hopper color ====
 +^  Hopper color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Hoppers will be highlighted in this color."|
 +^Default value|#FFFFFF|
 +
 +==== Include hopper carts ====
 +^  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 ====
 +^  Hopper cart color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Minecarts with hoppers will be highlighted in this color."|
 +^Default value|#FFFF00|
 +
 +==== Include droppers ====
 +^  Include droppers  ^^
 +^Type|Checkbox|
 +^In-game description|(none)|
 +^Default value|not checked|
 +
 +Controls whether or not ChestESP will show droppers.
 +
 +==== Dropper color ====
 +^  Dropper color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Droppers will be highlighted in this color."|
 +^Default value|#FFFFFF|
 +
 +==== Include dispensers ====
 +^  Include dispensers  ^^
 +^Type|Checkbox|
 +^In-game description|(none)|
 +^Default value|not checked|
 +
 +Controls whether or not ChestESP will show dispensers.
 +
 +==== Dispenser color ====
 +^  Dispenser color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Dispensers will be highlighted in this color."|
 +^Default value|#FF8000|
 +
 +==== Include furnaces ====
 +^  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 ====
 +^  Furnace color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^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 [[mc>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 ===== ===== Changes =====
Line 80: Line 240:
 |[[update:Wurst 6.35]] (Minecraft 1.8 & 1.12),\\ [[update:Wurst 7.12]] (Minecraft 1.16+)|Fixed ChestESP glitching out when extremely far from spawn.| |[[update:Wurst 6.35]] (Minecraft 1.8 & 1.12),\\ [[update:Wurst 7.12]] (Minecraft 1.16+)|Fixed ChestESP glitching out when extremely far from spawn.|
 |[[update:Wurst 7.12.1]]|Fixed a crash when joining a server while ChestESP is enabled.| |[[update:Wurst 7.12.1]]|Fixed a crash when joining a server while ChestESP is enabled.|
 +|[[update:Wurst 7.15.2]]|Fixed ChestESP not rendering properly in Minecraft [[mc>21w20a]] and later versions.|
 +|[[update:Wurst 7.17]]|Added "[[#Chest color]]", "[[#Trap color]]", "[[#Ender color]]", "[[#Shulker color]]" and "[[#Cart color]]" settings to ChestESP.|
 +|[[update: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.|
  
 +{{tag>client-side has_colorsetting}}
chestesp.1615037461.txt.gz · Last modified: 2021/03/06 14:31 by alexander01998