diff options
author | Cow <cow@volloeko.de> | 2020-03-03 00:26:40 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-03-03 00:26:40 +0100 |
commit | 508f872ba076f4e767ff2c374656bc47637eb229 (patch) | |
tree | 18f6b3505e878bca7c39ce8415f110917264c222 /README.md | |
parent | ea5963ad660c91640ec72bddd046d2e465f55f3f (diff) | |
download | Cowlection-508f872ba076f4e767ff2c374656bc47637eb229.tar.gz Cowlection-508f872ba076f4e767ff2c374656bc47637eb229.tar.bz2 Cowlection-508f872ba076f4e767ff2c374656bc47637eb229.zip |
Replaced best friend add and remove commands with a config gui
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -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 <latest username>` -* Copy chat components via <kbd>ALT</kbd> + <kbd>right click</kbd> -* 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 <latest username>` | `/r ` | +| Copy chat components | <kbd>ALT</kbd> + <kbd>right click</kbd> | |