diff options
author | Cow <cow@volloeko.de> | 2020-03-28 21:38:33 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-03-28 21:38:33 +0100 |
commit | f831d34ab792fc234dae2be3e879a5aaa0354149 (patch) | |
tree | b7f91e69555c25e3bc3aeaacb6a51a4a72a68de7 /README.md | |
parent | 25714bc7ec6295630506b4ce0e6d4c4d8341ab34 (diff) | |
download | Cowlection-f831d34ab792fc234dae2be3e879a5aaa0354149.tar.gz Cowlection-f831d34ab792fc234dae2be3e879a5aaa0354149.tar.bz2 Cowlection-f831d34ab792fc234dae2be3e879a5aaa0354149.zip |
Added first iteration of Hypixel API integration
- /moo stalk <player> to get online status of a player
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ A client-side only Forge mod by [Cow](https://namemc.com/profile/Cow) providing |-------------------------------------------------------------------------|-----------------------------------------| | Toggle to hide all join/leave notifications | `/moo toggle` | | 'Best friends' list to limit the amount of join and leave notifications | `/moo add/remove/list` | +| Stalk a player (check online status, current game, ...) | `/moo stalk` | | Change guiScale to any value | `/moo guiscale [newValue]` | | Auto-replace `/r` with `/w <latest username>` | `/r ` | | Copy chat components | <kbd>ALT</kbd> + <kbd>right click</kbd> | |