Skip to content

Releases: Earthcomputer/clientcommands

Version 2.4.5 for Minecraft 1.16.2

15 Aug 15:19
1aaf668
Compare
Choose a tag to compare
  • 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

11 Aug 17:06
7e1b372
Compare
Choose a tag to compare
  • 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

30 Jul 13:28
ed37641
Compare
Choose a tag to compare
  • 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

29 Jul 14:37
93a3a92
Compare
Choose a tag to compare
  • 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

02 Jul 12:28
d03e138
Compare
Choose a tag to compare
  • 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

23 Jun 14:03
05f4e5a
Compare
Choose a tag to compare

Changes compared to 2.3.7-pre6

  • Updated to Minecraft 1.16
  • Changes to scripting:
    • player.openContainer attribute renamed to player.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 and Inventory.moveItems, new utility functions for item handling in inventories
    • new interface Position
    • new interfacePathFindingHints
    • 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
  • Added German and Slovene translations. Contributions to translations are welcome

Version 2.3.7-pre6 for Minecraft 1.15.2

11 Mar 21:54
73c6dba
Compare
Choose a tag to compare
Pre-release
  • 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

22 Jan 10:45
364c161
Compare
Choose a tag to compare
Pre-release
  • Fix crash on startup

Version 2.3.7-pre4 for Minecraft 1.15.2

22 Jan 00:06
9cfce29
Compare
Choose a tag to compare
Pre-release
  • Update to 1.15.2

Version 2.3.7-pre3 for Minecraft 1.15.1

20 Dec 01:14
837dec6
Compare
Choose a tag to compare
Pre-release
  • Update to 1.15.1