aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCow <cow@volloeko.de>2020-03-08 00:12:57 +0100
committerCow <cow@volloeko.de>2020-03-08 00:12:57 +0100
commit0a105c807a3f8040ada76c4e4edac4a79fe32fe6 (patch)
treeb0631894c6547b2fe3daf73539fec6935dd9659d /README.md
parent508f872ba076f4e767ff2c374656bc47637eb229 (diff)
downloadCowlection-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.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/README.md b/README.md
index b033172..8630a93 100644
--- a/README.md
+++ b/README.md
@@ -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)