From 25714bc7ec6295630506b4ce0e6d4c4d8341ab34 Mon Sep 17 00:00:00 2001 From: Cow Date: Sat, 28 Mar 2020 04:11:23 +0100 Subject: Reworked best friends list - Saving best friends' UUIDs now (instead of just the name), also checking for name changes periodically to keep best friends list up to date - Moved best friends add/remove functionality from config GUI back to commands (`/moo `) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8630a93..86b43c8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A client-side only Forge mod by [Cow](https://namemc.com/profile/Cow) providing | 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 friends` | +| 'Best friends' list to limit the amount of join and leave notifications | `/moo add/remove/list` | | Change guiScale to any value | `/moo guiscale [newValue]` | | Auto-replace `/r` with `/w ` | `/r ` | | Copy chat components | ALT + right click | -- cgit