diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,12 +1,19 @@ # Cowmoonication -A client-side only Forge mod by [Cow](https://namemc.com/profile/Cow) providing various things related to communication. - -**Current features:** +A client-side only Forge mod by [Cow](https://namemc.com/profile/Cow) providing various things related to communication. :cow2: +## 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 ` | +| Auto-replace `/r` with `/w <latest username>` | `/r ` | | Copy chat components | <kbd>ALT</kbd> + <kbd>right click</kbd> | +| Check for mod updates on server login and via command | `/moo update` | + +➜ Use `/moo help` to see all available commands. + +## Download +You can download the compiled .jar files from the [release section](https://github.com/cow-mc/Cowmoonication/releases). + +➜ View [Changelog](CHANGELOG.md) |