Releases: Earthcomputer/clientcommands
Releases · Earthcomputer/clientcommands
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
/cgammacommand 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
/ccalcstackcommand 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.openContainerattribute 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.findSlotsandInventory.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
/cscriptcommand - documented in
docs/clientcommands.tsin the repository, example scripts can also be found nearby - scripts are JavaScript (ECMAScript 5) files in the
config/clientcommands/scriptsdirectory in your.minecraftfolder - 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
Version 2.3.7-pre6 for Minecraft 1.15.2
- Add
chat()function to scripting API to send chat messages. - Fix a bug in the scripting API for older Java versions.
Version 2.3.7-pre5 for Minecraft 1.15.2
- Fix crash on startup
Version 2.3.7-pre4 for Minecraft 1.15.2
- Update to 1.15.2
Version 2.3.7-pre3 for Minecraft 1.15.1
- Update to 1.15.1