Releases: Earthcomputer/clientcommands
Releases · Earthcomputer/clientcommands
Version 2.4.9 for Minecraft 1.16.4
- Added fishing RNG manipulation
- Added chrous fruit RNG manipulation
- Added cmote command
- Made ccheatcrackrng command return old seed if existent for testing
Version 2.4.8 for Minecraft 1.16.4
- Updated to 1.16.4
- Fixed a crash when opening your inventory while using
/cfinditem
Version 2.4.7 for Minecraft 1.16.2/3
- Fixed
player.pathTo
for moving paths
Version 2.4.6 for Minecraft 1.16.2
- The tool break warning is now more prominent, now plays a sound.
- Fixed the
player.closeContainer()
script function freezing the game on Windows. - Disabled the
/cbook
command for 1.15+ servers, as it as no legitimate use on them. - Added Chinese translations
Version 2.4.5 for Minecraft 1.16.2
- Fixed mending detection firing every time you gain XP
- Fixed the "slots needed" message being off by one when using
/cenchant --simulate
Version 2.4.4 for Minecraft 1.16.2
- Updated to 1.16.2.
- Fixed some issues with the illegal action detector for player RNG manipulation.
- Fixed enchantment manipulation not working on older servers. To use it on older servers, use clientcommands alongside multiconnect.
Version 2.4.3 for Minecraft 1.16.x
- Fixed the wrong container being used to translate slot IDs when using the player inventory with another container open in the scripting API
Version 2.4.2 for Minecraft 1.16.x
- Added
/cgamma
command for changing your brightness (gamma) settings - Fixed wrong slot IDs in the scripting API
- Fixed precedence of the ^ operator in
/ccalc
- Added bitwise functions to
/ccalc
:and()
,or()
,xor()
,not()
- Added Polish translations
Version 2.4.1 for Minecraft 1.16.x
- Added
/ccalcstack
command for calculating the number of stacks plus the remainder.- By default, uses the item the player is holding in their main hand.
- Can specify a different item.
- Note that this feature was already available in the form of
/ccalc <n>
for items stacking to 64, this new command is specific for item calculations.
Version 2.4 for Minecraft 1.16
Changes compared to 2.3.7-pre6
- Updated to Minecraft 1.16
- Changes to scripting:
player.openContainer
attribute renamed toplayer.currentContainer
- new function
player.openContainer
, which opens a container at a coordinate or entity - new function
player.pathTo
(pathfinding) - new function
player.craft
, which makes it way easier to do crafting with scripts - new function
world.getClosestVisiblePoint
- new functions
Inventory.findSlot
,Inventory.findSlots
andInventory.moveItems
, new utility functions for item handling in inventories - new interface
Position
- new interface
PathFindingHints
- the scripting API can now be considered stable, meaning that existing scripts should no longer break except in exceptional circumstances
Changes compared to 2.3.6
- Updated to Minecraft 1.16
- Added a scripting API
- accessible through the
/cscript
command - documented in
docs/clientcommands.ts
in the repository, example scripts can also be found nearby - scripts are JavaScript (ECMAScript 5) files in the
config/clientcommands/scripts
directory in your.minecraft
folder - to change them while the game is running, you must reload them using
/cscript reload
- accessible through the
- Added German and Slovene translations. Contributions to translations are welcome