From 508f872ba076f4e767ff2c374656bc47637eb229 Mon Sep 17 00:00:00 2001 From: Cow Date: Tue, 3 Mar 2020 00:26:40 +0100 Subject: Replaced best friend add and remove commands with a config gui --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e279e57..b033172 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Cowmoonication A client-side only Forge mod by [Cow](https://namemc.com/profile/Cow) providing various things related to communication. -Completed features: -*Base command is `/moo`* -* Toggle to hide all join/leave notifications -* 'Best friends' list to limit the amount of join and leave notifications -* Auto-replace `/r` with `/msg ` -* Copy chat components via ALT + right click -* Change guiScale to any value +**Current features:** + +| Feature | Command/Usage | +|-------------------------------------------------------------------------|-----------------------------------------| +| Toggle to hide all join/leave notifications | `/moo toggle` | +| 'Best friends' list to limit the amount of join and leave notifications | `/moo friends` | +| Change guiScale to any value | `/moo guiscale [newValue]` | +| Auto-replace `/r` with `/msg ` | `/r ` | +| Copy chat components | ALT + right click | -- cgit