From a76d00bec256964083a636e443748f70a76e47cd Mon Sep 17 00:00:00 2001 From: Cow Date: Sat, 18 Apr 2020 18:31:36 +0200 Subject: Adapted to new login/logout notifications of Hypixel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit also: - Added ¯\_(ツ)_/¯ - Improved copying of chat components --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8474a8f..0a652c6 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ A client-side only Forge mod by [Cow](https://namemc.com/profile/Cow) providing ## Current features | Feature | Command/Usage | |-------------------------------------------------------------------------|-----------------------------------------| -| 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` | +| 'Best friends' list to limit the amount of join and leave notifications (always up-to-date names even after player name changes) | `/moo add/remove/list` | +| Toggle join/leave notifications for friends, guild members or best friends separately | `/moo toggle` | | 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 | +| Copy chat component | ALT + right click
Hold shift to copy full component | | Check for mod updates on server login and via command | `/moo update` | ➜ Use `/moo help` to see all available commands. -- cgit