diff options
author | Cow <cow@volloeko.de> | 2020-03-08 00:12:57 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-03-08 00:12:57 +0100 |
commit | 0a105c807a3f8040ada76c4e4edac4a79fe32fe6 (patch) | |
tree | b0631894c6547b2fe3daf73539fec6935dd9659d /README.md | |
parent | 508f872ba076f4e767ff2c374656bc47637eb229 (diff) | |
download | Cowlection-0a105c807a3f8040ada76c4e4edac4a79fe32fe6.tar.gz Cowlection-0a105c807a3f8040ada76c4e4edac4a79fe32fe6.tar.bz2 Cowlection-0a105c807a3f8040ada76c4e4edac4a79fe32fe6.zip |
Added mod update notification (opt-out via /moo config)
Standardized versioning (now includes Minecraft version)
Bug fixes:
- Reduced greediness of login/logout notification detection
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) |