Releases: Earthcomputer/clientcommands
Releases · Earthcomputer/clientcommands
Version 2.8.20 for Minecraft 1.20.5 - 1.20.6
- Fixed enchantment cracker for swords on older versions
Version 2.8.19 for Minecraft 1.20.5 - 1.20.6
- Allowed level ranges in
/cenchant
.- For example,
/cenchant book with efficiency 3..
will enchant a book with at least efficiency 3.
- For example,
- Allowed option for enchantments to be matched in the order they are specified in
/cenchant
.- Add
ordered
to the end of the command. - If you don't want additional enchantments on top of the ones you specified, use
ordered exactly
.
- Add
/cfindblock
no longer waits 5 seconds for blocked shulker boxes.- Made
{min,max}Enchant{Levels,Bookshelves}
configs temporary. - Recursive
/calias
es no longer crash the client when executed. - The client no longer hangs if you use a regex bomb in
/csignsearch
. /cgive
no longer shows the wrong item stack count if you try to give yourself items above the max stack count.
Version 2.8.18 for Minecraft 1.20.5 - 1.20.6
- Fixed incompatibility with ViaFabricPlus.
- The fix will hopefully work once the next version of ViaFabricPlus is released. Accordingly I have marked VFP 3.2.0 and earlier as incompatible.
Version 2.8.17 for Minecraft 1.20.5 - 1.20.6
- Declared compatibility with 1.20.6.
- Fixed issue with pasting client command truncating at 256 chars.
Version 2.8.16 for Minecraft 1.20.5
- Fixed C2C packets
Version 2.8.15 for Minecraft 1.20.5
- Updated to 1.20.5
- All commands that take an item or item predicate have been updated to use the new item component syntax (see here and here).
- The
/clisten
command now takes namespaced packet IDs rather than Mojmap class names.
Version 2.8.14 for Minecraft 1.20.3 - 1.20.4
- Renamed
/citemgroup
to/ccreativetab
. - Fixed crash in chorus manipulation.
- Declared incompatibility with SeedCrackerX.
- It was already incompatible, but undeclared.
- Fixed handling of ViaFabricPlus on versions older than 1.7
Version 2.8.13 for Minecraft 1.20.3 - 1.20.4
- Added config options for the enchantment cracker, changeable via
/cconfig clientcommands set <option> <value>
:minEnchantBookshelves
maxEnchantBookshelves
minEnchantLevels
maxEnchantLevels
Version 2.8.12 for Minecraft 1.20.3 - 1.20.4
- Fixed crash when typing "/" followed by a space in chat
Version 2.8.11 for Minecraft 1.20.3 - 1.20.4
- Updated ViaFabricPlus compatibility