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
Next revisionBoth sides next revision
chestesp [2021/08/05 17:26] alexander01998chestesp [2022/03/26 17:18] alexander01998
Line 3: Line 3:
 <WRAP 516px> <WRAP 516px>
 ^  ChestESP  ^^ ^  ChestESP  ^^
-|{{ :chestesp.webp?500 |}}||+|{{ :chestesp.webp?500 |Using ChestESP with the default colors.}}||
 ^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.}}] [{{ :chestesp_mc1.7.webp?400|ChestESP in [[Wurst MC 1.7]] with the 7 different types of chests that it highlights.}}]
 +[{{ :chestesp_colors.webp?400|ChestESP's [[color settings]] as of [[update:Wurst 7.17]].}}]
  
 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]] 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//]</sup> with a green box/line +  * [[mc>chests]] 
-  * [[mc>trapped chests]] with an orange box/line +  * [[mc>chest minecarts]] 
-  * [[mc>ender chests]] with a cyan box/line +  * [[mc>barrels]] <sup>[//Minecraft 1.14.4-1.16.5 only//]</sup> 
-  * [[mc>shulker boxes]] with a purple box/line+  * [[mc>trapped chests]] 
 +  * [[mc>ender chests]] 
 +  * [[mc>shulker boxes]]
  
 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 27: Line 31:
  
 ===== Settings ===== ===== Settings =====
 +
 +==== Chest color ====
 +^  Chest color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Normal chests will be\\ highlighted in this color."|
 +^Default value|#00FF00|
 +
 +==== Trap color ====
 +^  Trap color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Trapped chests will be\\ highlighted in this color."|
 +^Default value|#FF8000|
 +
 +==== Ender color ====
 +^  Ender color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Ender chests will be\\ highlighted in this color."|
 +^Default value|#00FFFF|
 +
 +==== Shulker color ====
 +^  Shulker color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Shulker boxes will be\\ highlighted in this color."|
 +^Default value|#FF00FF|
 +
 +==== Cart color ====
 +^  Cart color  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Minecarts will be\\ highlighted in this color."|
 +^Default value|#00FF00|
  
 ==== Style ==== ==== Style ====
Line 39: Line 73:
  
 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.
 +
 +===== 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 81: Line 119:
 |[[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.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.|
  
-{{tag>client-side}}+{{tag>client-side has_colorsetting}}
chestesp.txt · Last modified: 2023/02/26 17:11 by alexander01998