Skip to content

Releases: Earthcomputer/clientcommands

Version 2.7.13 for Minecraft 1.19.4

02 Jun 22:25
f8f29f9
Compare
Choose a tag to compare
  • Fixed /cglow block on AMD drivers and improved it on Nvidia too.

Version 2.7.12 for Minecraft 1.19.4

29 May 12:44
11b5225
Compare
Choose a tag to compare
  • 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

19 Apr 17:12
d551c47
Compare
Choose a tag to compare

Version 2.7.10 for Minecraft 1.19.4

19 Apr 16:14
eec56e2
Compare
Choose a tag to compare
  • Fixed /cglow block along with other problems highlighting lines and blocks.
  • Fixed possible infinite loop in /ccrackrng.
  • Fixed /cfind and /cfindblock having unnecessary precision.
  • Fixed possible crash loading custom item groups.
  • Generalized multiconnect compatibility to also support ViaFabric and ViaFabricPlus.
  • Changed dependency from fabric to fabric-api to avoid confusing users.

Version 2.7.9 for Minecraft 1.19.4

17 Mar 08:22
c1d3348
Compare
Choose a tag to compare
  • Updated to 1.19.4
  • Fix getting kicked when alias_list.json has a syntax error.
  • Expanded the XP orb detection bounding box slightly for RNG manipulation.
  • Fixed the "impossible" warning in the fishing manipulation when a better warning could be shown instead.

Version 2.7.8 for Minecraft 1.19.3

08 Jan 22:40
76ed25b
Compare
Choose a tag to compare
  • Fixed fishing manipulation (it crashed in 1.19.3)
  • Added /cweather to control the client-side weather

Version 2.7.7 for Minecraft 1.19.3

08 Dec 13:35
Compare
Choose a tag to compare
  • Fixed multiconnect compatibility

Version 2.7.6 for Minecraft 1.19.3

07 Dec 18:11
Compare
Choose a tag to compare

Version 2.7.5 for Minecraft 1.19.2

03 Dec 17:42
204f7b6
Compare
Choose a tag to compare
  • Added /cwe command (whisper encrypted) to send end-to-end encrypted messages between players using clientcommands.
  • Added /cpos command to convert between coordinates of different dimensions
  • Allowed /cping to work for all players
  • Fixed UUID command for players outside render distance

Version 2.7.4 for Minecraft 1.19.2

28 Oct 14:49
Compare
Choose a tag to compare
  • Added the ctranslate command
  • Added the cvar command.
    • Variables can be substituted into other commands and chat messages using %var%
  • Added functions and startup commands
    • Function files end in .mcfunctions and run all client-side commands inside them, with the same syntax as vanilla datapack functions (except with client-side commands only).
    • Functions with special names are run on "startup" (when you join a world / server). Use the cstartup command for an easy way to create and edit these.
  • Removed cplayerinfo namehistory subcommand, the web API it used no longer works.
  • Updated translations