diff options
author | Cow <cow@volloeko.de> | 2021-06-30 15:00:51 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-06-30 15:00:51 +0200 |
commit | 8f365a40219f468b094c22dc9736ca8eacbd6fcc (patch) | |
tree | e1c5efa39a59b8d4598dd4e532583298e717f357 /README.md | |
parent | b2e1c53efabf3fc1d46f36feb674b615425d0b54 (diff) | |
download | Cowlection-8f365a40219f468b094c22dc9736ca8eacbd6fcc.tar.gz Cowlection-8f365a40219f468b094c22dc9736ca8eacbd6fcc.tar.bz2 Cowlection-8f365a40219f468b094c22dc9736ca8eacbd6fcc.zip |
Added keybindings to copy features
- /moo waila
- copy single item
- new toggle: copy output to clipboard or save to file
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -![Cowlection](https://github.com/cow-mc/Cowlection/blob/master/cowlection.png?raw=true) +fctrl ![Cowlection](https://github.com/cow-mc/Cowlection/blob/master/cowlection.png?raw=true) > Cow's collection ➔ Cowlection Cowlection is a client-side-only Forge mod by [Cow](https://namemc.com/profile/Cow) for Minecraft version 1.8.9. @@ -15,7 +15,7 @@ It is a collection of different features mainly focused on Hypixel SkyBlock. | Stalk a player (check online status, current game, ...) | `/moo stalk` | | Toggle join/leave notifications for friends, guild members or best friends separately | `/moo config` → Notifications | | Copy chat component | <kbd>ALT</kbd> + <kbd>right click</kbd><br>Hold <kbd>shift</kbd> to copy full component | -| Copy inventories to clipboard as JSON | <kbd>CTRL</kbd> + <kbd>C</kbd> | +| Copy inventories to clipboard as JSON | <kbd>CTRL</kbd> + <kbd>C</kbd> (whole inventory)<br><kbd>CTRL</kbd> + <kbd>SHIFT</kbd> + <kbd>C</kbd> (single item) | | Copy info of "the thing" you're looking at (NPC or mob + nearby "text-only" armor stands; armor stand, placed skull, banner, sign, dropped item, item in item frame, map on wall) | `/moo whatAmILookingAt` | | Tab-completable usernames for several commands (e.g. `/party`, `/invite`, ...) | `/moo config` → `Commands with Tab-completable usernames` for full list of commands | | Auto-replace `/r` with `/w <latest username>` | `/r `, use `/rr` to avoid auto-replacement | |