You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This fork: https://github.com/cev-api/Wurst7-CevAPI
29
29
- Status: actively maintained and re-based as upstream evolves
30
-
- Will try and support at least the latest two Minecraft versions
31
30
32
31
All credit for the original client goes to Wurst-Imperium and its contributors. This fork is not affiliated with or endorsed by Wurst-Imperium. This fork maintains the original GPLv3 licensing.
33
32
@@ -119,6 +118,8 @@ I have taken the following ideas from other clients/mods:
119
118
- SpearKill
120
119
- InfiniteReach
121
120
- UI-Utils
121
+
- Bundle Dupe
122
+
- BookBot
122
123
123
124
I did not, nor could I copy their code directly as most are Meteor based mods. So these are considered my interpretation of the functionality of those hacks.
124
125
@@ -751,9 +752,19 @@ This hack is still undergoing development and has only been tested in the end. A
751
752
- Normalised to 10 max hearts.
752
753
- Compatible with HealthTags so names don't conflict.
753
754
- Conforms to vanilla health status effects (poison, wither, frozen, absorption, hardcore, low health jittering).
755
+
- Ignore NPCs and Armor Stands
754
756
755
757

756
758
759
+
### GameStats
760
+
- On-screen HUD with configurable stats: FPS, TPS, Ping, Play Time, Time, Packet Rate (in/out), Distance, Mob Kills, Player Kills, and XP Gained
761
+
- Draggable/repositionable while inventory or chests screens are open
762
+
- FPS/TPS/Ping show running averages in brackets (e.g. `Ping: 30 (21)`)
763
+
- Style settings: font size, font opacity, font color, font stroke, background box toggle, background color, and background opacity
764
+
- Per-stat visibility toggles plus a universal `Show Prefixes` toggle for labels
765
+
766
+

767
+
757
768
## What's changed or improved in this fork?
758
769
759
770
### ChestESP
@@ -1025,8 +1036,14 @@ Examples:
1025
1036
- Optimized Search when using corners only ESP to avoid unnecessary heavy mesh work making detection faster.
1026
1037
- Reduced lag spikes on large scans by using cheaper nearest-result selection paths.
1027
1038
1028
-
### Notes
1029
-
- Scanning only includes server-loaded chunks. Larger radii work best in single-player or on high view distance servers.
1039
+
### Easier/Quicker ESP Commands
1040
+
-```.search <query>``` -> query mode + set query + enable
1041
+
-```.search off``` / ```.search on```
1042
+
-```.mobsearch <query>``` -> query mode + set query + enable
1043
+
-```.mobsearch off``` / ```.mobsearch on```
1044
+
-```.xray <query>``` -> query mode + set query + enable
1045
+
-```.xray off``` / ```.xray on```
1046
+
- Existing ```.xray add/remove/list/reset``` still works
0 commit comments