From c24ae92a818ce2c392e35eeb266a3cd166e78dd0 Mon Sep 17 00:00:00 2001 From: illyum Date: Tue, 22 Oct 2024 18:52:58 -0600 Subject: [PATCH] Add README.md --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7c38d0 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +//[07:41:31] [Client thread/INFO]: [CHAT] {"server":"mini208R","gametype":"HOUSING","mode":"dynamic","map":"Base"} + +https://playerdb.co/api/player/minecraft/illyum +https://playerdb.co/ + + +[CHAT] ONLINE: angryhacks + +### When to look up stats +- on private message / dm +- Party Invite +- Guild Invite +- Friend Invite +- When you invite someone to party +- When party leader/other member invites party +- When party joins (/stream open) +- Duel Request (that specific duel's stats) + +### Trackers +- Tips? +- WDR Reports? + +### Other Stuff To Add +If you screenshot a leaderboard, it will check the screenshots folder and try to detect if a screenshot has a leaderboard in it, then it will load the leaderboard in and check for those people's stats and display them off to the side (daily only since other lb are on api) + + + +## Building: +```bash +set CGO_ENABLED=0 +go build -ldflags="-s -w" +upx --best --lzma HypixelStuff.exe +``` \ No newline at end of file