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,20 @@ 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
756
+
- Optionally can work through walls
754
757
755
758

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

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