Releases: Earthcomputer/clientcommands
Releases · Earthcomputer/clientcommands
Version 2.7.10 for Minecraft 1.19.4
- 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
tofabric-api
to avoid confusing users.
Version 2.7.9 for Minecraft 1.19.4
- 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
- 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
/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
- Added the
ctranslate
command - Added the
cvar
command.- 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
.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.
- Function files end in
- Removed
cplayerinfo namehistory
subcommand, 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
/ctitle
command - Added
/ctooltip
command - Added Russian translation
- Fixed
/ctp
not teleporting to players outside the render distance - Fixed
/cfov
and/cgamma
not accepting out of range values - Added help message for flowing water in fishing setup
- Improved the
infiniteTools
situation in 1.19 (not quite fully fixed yet)