Skip to content

Releases: Earthcomputer/clientcommands

Version 2.8.9 for Minecraft 1.20.3 - 1.20.4

07 Dec 19:14
f10e981
Compare
Choose a tag to compare

Version 2.8.8 for Minecraft 1.20.3

05 Dec 23:22
831897f
Compare
Choose a tag to compare

Version 2.8.7 for Minecraft 1.20.2

03 Dec 00:30
a485f6f
Compare
Choose a tag to compare
  • Reworked flags in commands.
    • You should no longer see flags in completion suggestions if the flag was already specified.
    • Flags now have a shorthand alias, for example /cenchant --simulate ... is now aliased to /cenchant -s ....
  • Optimized /cfindblock and /cfinditem, they should be much faster now.
  • Added an --all flag to /cusagetree, to allow you to see the usage tree of server-side commands too.
  • /cwiki now uses the new Minecraft wiki.
  • Fixed a four-way mod incompatibility between clientcommands, Quilt, Sodium and ViaFabricPlus.

Version 2.8.6 for Minecraft 1.20.2

21 Sep 16:23
a809996
Compare
Choose a tag to compare

Version 2.8.5 for Minecraft 1.20.1

16 Sep 23:32
ab8970d
Compare
Choose a tag to compare
  • Fixed $ and \ replacement

Version 2.8.4 for Minecraft 1.20.1

15 Sep 17:02
890a9e9
Compare
Choose a tag to compare
  • Made /cfindblock work for the entire render distance.
    • /cfindblock no longer freezes the client for a moment, and instead completes its search over multiple ticks (it will take a few seconds now that it searches the whole render distance).
    • Removed obscure /cfindblock arguments which changed the distance measurement type. Euclidean distance is now always used.
  • Made /cfinditem search the whole render distance when the player is opped.
    • Uses vanilla's NBT Query packets to get inventory contents, which only works when you're opped.
    • /cfinditem works the same way as before if you are not opped.
  • /cfinditem results now have a button for you to glow the blocks found.
  • Added a separate feedback message for /ctime reset.
  • Enabled ModMenu's update checker.
  • Added a /chat command which opens the chat GUI. Only available on April 1st.
  • Fixed bitwise and() function in /ccalc.
  • Fixed crash when /cvar variables contain $ or \ characters.
  • Fixed crash when loading corrupted config.

Version 2.8.3 for Minecraft 1.20.1

18 Jul 17:38
6583810
Compare
Choose a tag to compare
  • Added copying/insertion for /ctranslate.
  • Added bookshelf count to enchantment table screen while doing enchantment cracking.
  • Display the predicted enchantment cracking when starting to throw items.
  • Properly constrained the allowed enchantments in /cenchant, and in /cfish for 1.19 and below servers.

Version 2.8.2 for Minecraft 1.20.1

12 Jun 16:48
a919653
Compare
Choose a tag to compare
  • Updated to 1.20.1. Clientcommands will continue to also work on 1.20 throughout the 1.20.1 versions.

Version 2.8.1 for Minecraft 1.20

09 Jun 20:30
4c75765
Compare
Choose a tag to compare
  • Fixes a crash with ViaFabricPlus

Version 2.8 for Minecraft 1.20

07 Jun 17:27
41fa95a
Compare
Choose a tag to compare