diff options
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> | |