aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCow <cow@volloeko.de>2020-04-29 19:23:24 +0200
committerCow <cow@volloeko.de>2020-04-29 19:23:24 +0200
commite4191129a9a3624b4d69862e4bd5f498827e08c8 (patch)
tree6cabb5a8a6c741b1937da1eb36c2f44070a7a0f0 /README.md
parent38cd6cc98ba320e54754a270c889549b793b6b90 (diff)
downloadCowlection-e4191129a9a3624b4d69862e4bd5f498827e08c8.tar.gz
Cowlection-e4191129a9a3624b4d69862e4bd5f498827e08c8.tar.bz2
Cowlection-e4191129a9a3624b4d69862e4bd5f498827e08c8.zip
Simplified command handling with Tab-completable usernames
- Replaced having just one command with several aliases for each supported command with having one command for each supported command - Fixes chat components with run_command click events to be executed (e.g. join a party)
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 650da32..bb32d27 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ A client-side only Forge mod by [Cow](https://namemc.com/profile/Cow) providing
| 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]` |
-| Tab-completable usernames for several commands (e.g. `/party`, `/invite`, ...) | `/tabcompletablecommand` for full list of commands |
+| Tab-completable usernames for several commands (e.g. `/party`, `/invite`, ...) | `/moo config` &rarr; `Commands with Tab-completable usernames` for full list of commands |
| Auto-replace `/r` with `/w <latest username>` | `/r ` |
| Copy chat component | <kbd>ALT</kbd> + <kbd>right click</kbd><br>Hold <kbd>shift</kbd> to copy full component |
| Check for mod updates on server login and via command | `/moo update` |