diff options
author | Cow <cow@volloeko.de> | 2020-04-29 19:23:24 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-04-29 19:23:24 +0200 |
commit | e4191129a9a3624b4d69862e4bd5f498827e08c8 (patch) | |
tree | 6cabb5a8a6c741b1937da1eb36c2f44070a7a0f0 /README.md | |
parent | 38cd6cc98ba320e54754a270c889549b793b6b90 (diff) | |
download | Cowlection-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` → `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` | |