Releases: Earthcomputer/clientcommands
Releases · Earthcomputer/clientcommands
Version 2.7.10 for Minecraft 1.19.4
- Fixed
/cglow blockalong with other problems highlighting lines and blocks. - Fixed possible infinite loop in
/ccrackrng. - Fixed
/cfindand/cfindblockhaving unnecessary precision. - Fixed possible crash loading custom item groups.
- Generalized multiconnect compatibility to also support ViaFabric and ViaFabricPlus.
- Changed dependency from
fabrictofabric-apito avoid confusing users.
Version 2.7.9 for Minecraft 1.19.4
- Updated to 1.19.4
- Fix getting kicked when
alias_list.jsonhas 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
- 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
- Fixed multiconnect compatibility
Version 2.7.6 for Minecraft 1.19.3
- Updated to 1.19.3
Version 2.7.5 for Minecraft 1.19.2
- Added
/cwecommand (whisper encrypted) to send end-to-end encrypted messages between players using clientcommands. - Added
/cposcommand 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
- Added the
ctranslatecommand - Added the
cvarcommand.- Variables can be substituted into other commands and chat messages using
%var%
- Variables can be substituted into other commands and chat messages using
- Added functions and startup commands
- Function files end in
.mcfunctionsand 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
cstartupcommand for an easy way to create and edit these.
- Function files end in
- Removed
cplayerinfo namehistorysubcommand, the web API it used no longer works. - Updated translations
Version 2.7.3 for Minecraft 1.19.2
- Updated to 1.19.2
- Updated Chinese translations
Version 2.7.2 for Minecraft 1.19.1
- Updated to 1.19.1
Version 2.7.1 for Minecraft 1.19
This is the last version for 1.19.0, not compatible with 1.19.1.
- Added
/ctitlecommand - Added
/ctooltipcommand - Added Russian translation
- Fixed
/ctpnot teleporting to players outside the render distance - Fixed
/cfovand/cgammanot accepting out of range values - Added help message for flowing water in fishing setup
- Improved the
infiniteToolssituation in 1.19 (not quite fully fixed yet)