- Updated to 1.20
- Fixed
/cglow block
on AMD drivers and improved it on Nvidia too.
- 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.
- Fixed
/ccrackrng
- 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.
- 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.
- Fixed fishing manipulation (it crashed in 1.19.3)
- Added /cweather to control the client-side weather
- Fixed multiconnect compatibility
- Updated to 1.19.3
- 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
- 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
- Updated to 1.19.2
- Updated Chinese translations
- Updated to 1.19.1
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)
- Added
/cping
command. - Updated clientarguments library to 1.3.1, fixes a performance issue with entity selectors.
- Added
exactly
parameter to/cenchant
and friends. This allows you to select exactly which enchants you want, and avoid additional enchants. - Added a help message for
/ccrackrng
if it is failing to crack. - Deprecated Clientcommands Scripting for removal in 1.19. Very few people used this feature, it had a high maintenance burden, and the vast majority of features are covered by the JSMacros mod. If JSMacros is missing any feature that clientcommands-scripting had, it can likely be PRed over there.
- Switched client-side commands to Fabric API (thanks haykam), and most argument types to the client arguments library by xpple. Most players won't notice this change, but it should make it a little more consistent with other mods that add client-side commands.
- Fixed clientcommands randomly popping up unwanted during enchanting.
- Removed
/ccheatcrackrng
. It hasn't worked since Java 14 anyway.
- Fixed bookshelf detection for 1.18.2
- Fixed crash when joining a server
- Updated Polish and Chinese translations
- Improved error messages and help messages for /cfish
- Updated Chinese translation