From c2c644d9b0f8a66e757b67145935b0e3c447db97 Mon Sep 17 00:00:00 2001 From: Cow Date: Tue, 16 Jun 2020 02:32:15 +0200 Subject: Added `/moo search` to search through mc log files --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9954d89..f99a729 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ A client-side only Forge mod by [Cow](https://namemc.com/profile/Cow) providing ## Current features | Feature | Command/Usage | |-------------------------------------------------------------------------|-----------------------------------------| -| 'Best friends' list to limit the amount of join and leave notifications (always up-to-date names even after player name changes) | `/moo add/remove/list` | +| 'Best friends' list to limit the amount of join and leave notifications (always up-to-date names even after player name changes) | `/moo add/remove/list` | +| Search through your Minecraft log files | `/moo search` | | Stalk a player (check online status, current game, ...) | `/moo stalk` | -| Stalk SkyBlock stats of a player | `/moo stalkskyblock` | +| Stalk SkyBlock stats of a player | `/moo stalkskyblock` | | Toggle join/leave notifications for friends, guild members or best friends separately | `/moo toggle` | | Copy chat component | ALT + right click
Hold shift to copy full component | | Tab-completable usernames for several commands (e.g. `/party`, `/invite`, ...) | `/moo config` → `Commands with Tab-completable usernames` for full list of commands | -- cgit