From f831d34ab792fc234dae2be3e879a5aaa0354149 Mon Sep 17 00:00:00 2001 From: Cow Date: Sat, 28 Mar 2020 21:38:33 +0100 Subject: Added first iteration of Hypixel API integration - /moo stalk to get online status of a player --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 86b43c8..8474a8f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A client-side only Forge mod by [Cow](https://namemc.com/profile/Cow) providing |-------------------------------------------------------------------------|-----------------------------------------| | Toggle to hide all join/leave notifications | `/moo toggle` | | 'Best friends' list to limit the amount of join and leave notifications | `/moo add/remove/list` | +| Stalk a player (check online status, current game, ...) | `/moo stalk` | | Change guiScale to any value | `/moo guiscale [newValue]` | | Auto-replace `/r` with `/w ` | `/r ` | | Copy chat components | ALT + right click | -- cgit