aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCow <cow@volloeko.de>2020-03-28 04:11:23 +0100
committerCow <cow@volloeko.de>2020-03-28 04:11:23 +0100
commit25714bc7ec6295630506b4ce0e6d4c4d8341ab34 (patch)
treeffa6ae145b4c1e26398bf446fa33e098cfacaa10 /README.md
parent0a105c807a3f8040ada76c4e4edac4a79fe32fe6 (diff)
downloadCowlection-25714bc7ec6295630506b4ce0e6d4c4d8341ab34.tar.gz
Cowlection-25714bc7ec6295630506b4ce0e6d4c4d8341ab34.tar.bz2
Cowlection-25714bc7ec6295630506b4ce0e6d4c4d8341ab34.zip
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 <add|remove> <name>`)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 <latest username>` | `/r ` |
| Copy chat components | <kbd>ALT</kbd> + <kbd>right click</kbd> |