Releases: Earthcomputer/clientcommands
Releases · Earthcomputer/clientcommands
Version 2.8.6 for Minecraft 1.20.2
- Updated to 1.20.2
Version 2.8.5 for Minecraft 1.20.1
- Fixed $ and \ replacement
Version 2.8.4 for Minecraft 1.20.1
- 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
- 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
- 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
- Fixes a crash with ViaFabricPlus
Version 2.8 for Minecraft 1.20
- Updated to 1.20
Version 2.7.13 for Minecraft 1.19.4
- Fixed
/cglow block
on AMD drivers and improved it on Nvidia too.
Version 2.7.12 for Minecraft 1.19.4
- Overhauled the config system.
/ctemprule
is gone, and/cconfig
has replaced it. Some configs are now saved on game restart, while others remain temporary. - Filter out items that are unavailable on the current version from
/cenchant
. - Added a help message when using
/cenchant
with only the XP seed cracked.
Version 2.7.11 for Minecraft 1.19.4
- Fixed
/ccrackrng