diff options
author | Cow <cow@volloeko.de> | 2020-03-28 04:11:23 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-03-28 04:11:23 +0100 |
commit | 25714bc7ec6295630506b4ce0e6d4c4d8341ab34 (patch) | |
tree | ffa6ae145b4c1e26398bf446fa33e098cfacaa10 /README.md | |
parent | 0a105c807a3f8040ada76c4e4edac4a79fe32fe6 (diff) | |
download | Cowlection-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> | |