Skip to content

Commit 807b0ba

Browse files
committed
Added GameStats (FPS, TPS, Ping) HUD. Updated Commands, ChestESP & MobHealth.
1 parent 8641149 commit 807b0ba

27 files changed

Lines changed: 16002 additions & 28 deletions

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ This project is a friendly, independent fork of Wurst 7. I originally proposed t
2727
- Upstream repository: https://github.com/Wurst-Imperium/Wurst7
2828
- This fork: https://github.com/cev-api/Wurst7-CevAPI
2929
- Status: actively maintained and re-based as upstream evolves
30-
- Will try and support at least the latest two Minecraft versions
3130

3231
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.
3332

@@ -119,6 +118,8 @@ I have taken the following ideas from other clients/mods:
119118
- SpearKill
120119
- InfiniteReach
121120
- UI-Utils
121+
- Bundle Dupe
122+
- BookBot
122123

123124
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.
124125

@@ -751,9 +752,20 @@ This hack is still undergoing development and has only been tested in the end. A
751752
- Normalised to 10 max hearts.
752753
- Compatible with HealthTags so names don't conflict.
753754
- 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
754757

755758
![Hearts](https://i.imgur.com/FZ8Z0TK.png)
756759

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+
![FPS](https://i.imgur.com/MhmAno5.png)
768+
757769
## What's changed or improved in this fork?
758770

759771
### ChestESP
@@ -1025,8 +1037,14 @@ Examples:
10251037
- Optimized Search when using corners only ESP to avoid unnecessary heavy mesh work making detection faster.
10261038
- Reduced lag spikes on large scans by using cheaper nearest-result selection paths.
10271039

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
10301048

10311049
---
10321050

net/minecraft/client/multiplayer/ClientPacketListener.java

Lines changed: 2903 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)