From 38cd6cc98ba320e54754a270c889549b793b6b90 Mon Sep 17 00:00:00 2001 From: Cow Date: Tue, 28 Apr 2020 12:44:09 +0200 Subject: 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 --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0a652c6..650da32 100644 --- a/README.md +++ b/README.md @@ -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 ` | `/r ` | | Copy chat component | ALT + right click
Hold shift to copy full component | | Check for mod updates on server login and via command | `/moo update` | -- cgit