Skip to content

Releases: Earthcomputer/clientcommands

Version 2.6.1 for Minecraft 1.18.2

04 Mar 21:40
2d7f4a0
Compare
Choose a tag to compare
  • Updated to 1.18.2
  • Added /cusagetree command
  • Added /ctellraw command
  • Fixed NPE mod incompatibility

Version 2.6 for Minecraft 1.18

30 Nov 20:45
fe10a49
Compare
Choose a tag to compare
  • Updated to 1.18
  • Updated Polish, Indonesian and Simplified Chinese translations

Version 2.5.5 for Minecraft 1.17.1

20 Oct 13:06
d083729
Compare
Choose a tag to compare
  • Added /cplayerinfo command
  • Added /ctp command
  • Updated JSMacros to 1.6

Version 2.5.4 for Minecraft 1.17.1

13 Aug 00:52
ac0a8a1
Compare
Choose a tag to compare
  • Added /calias
  • Added /careastats
  • Added /cpermissionlevel
  • Added /ctime
  • Use colours in /ccalc --parse
  • Optimized /cfindblock
  • /cfindblock run clook after clicking coordinates

Version 2.5.3 for Minecraft 1.17.1

08 Jul 19:43
3014530
Compare
Choose a tag to compare
  • Fixed entity uuids not working

Version 2.5.2 for Minecraft 1.17.1

06 Jul 20:50
182cf60
Compare
Choose a tag to compare
  • Updated to 1.17.1
  • Fixed crashes and instabilities with the jsmacros integration in the scripting api.
  • Fixed crash with /citemgroup remove.
  • Some modmenu and mod metadata enhancements.

Version 2.5.1 for Minecraft 1.17

09 Jun 19:17
27afe5e
Compare
Choose a tag to compare
  • Fixed crash with /glow block
  • Updated Indonesian and Polish translations

Version 2.5 for Minecraft 1.17

08 Jun 17:12
33c0d44
Compare
Choose a tag to compare

Version 2.4.11 for Minecraft 1.16.4/5

08 Jun 07:56
3acfbb2
Compare
Choose a tag to compare
  • Added citemgroup
  • Added cparticle
  • Added cnote formatting
  • Allow autocompletion for entity UUIDs for entities that you're looking at
  • Allow entity type tags in client-side entity selectors
  • Move scripting API from Nashorn to graaljs.
    • JSMacros is now required to be installed to use the cscript command
    • This means you can use ECMAScript 6+ features
  • Re-licensed to LGPL
  • Fixed ScriptPlayer.rightClick() for items that are consumed
  • Fixed ccalc crashes

Version 2.4.10 for Minecraft 1.16.4/5

17 Apr 20:38
aee129a
Compare
Choose a tag to compare
  • Added /csignsearch, like /cfindblock but searches for text on nearby signs
  • Added /cghostblock to place ghost blocks
  • Added /crelog to automaticalaly relog
    • Added relog() and disconnect() functions to scripting API
  • Added the /cgive command, which can give you items in creative mode without OP
  • Added /cplaysound and /cstopsound, which can play and stop arbitrary sound events on the client
  • Added /cfov to change your FOV
  • Added the /chotbar command to manipulate saved creative hotbars
  • Added the /ckit commands which can save and restore your inventory in creative mode
  • Added support for AFK fishing manipulation
  • Added --keep-searching flag to /cglow and /cfind
  • Updated /cglow to allow blocks and areas to be highlighted
  • Added floor() and ceil() to /ccalc
  • Added the --parse flag to /ccalc to debug how it is parsing the expression
  • Fixed modmenu warning
  • Fixed ender chests being counter twice in /cfinditem
  • Fixed /ccrackrng and /cenchant throwing out items from creative menu
  • Fixed /cglow being stuck on for some entity types
  • Fixed order of operations and other bugs with /ccalc
  • Fixed Java 14+ reflection crash
  • Added Traditional Chinese translations
  • Added Dutch translations
  • Added Indonesian translations
  • Updated Polish translations