diff options
author | Cow <cow@volloeko.de> | 2020-04-28 12:44:09 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-04-28 12:44:09 +0200 |
commit | 38cd6cc98ba320e54754a270c889549b793b6b90 (patch) | |
tree | afee59b68a33f9ca183fc48c9d58e5fdf0dda95b /README.md | |
parent | 35553dceb9c683000095ce1a62b4e094234304bc (diff) | |
download | Cowlection-38cd6cc98ba320e54754a270c889549b793b6b90.tar.gz Cowlection-38cd6cc98ba320e54754a270c889549b793b6b90.tar.bz2 Cowlection-38cd6cc98ba320e54754a270c889549b793b6b90.zip |
Added Tab-completable usernames for various commands
- use /tabcompletablecommand for a full list of valid commands (e.g. party, msg, boop, ...)
- list of supported commands can be modified via config
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +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 | | 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` | |