Releases: Earthcomputer/clientcommands
Releases · Earthcomputer/clientcommands
Version 2.6.1 for Minecraft 1.18.2
- Updated to 1.18.2
- Added /cusagetree command
- Added /ctellraw command
- Fixed NPE mod incompatibility
Version 2.6 for Minecraft 1.18
- Updated to 1.18
- Updated Polish, Indonesian and Simplified Chinese translations
Version 2.5.5 for Minecraft 1.17.1
- Added /cplayerinfo command
- Added /ctp command
- Updated JSMacros to 1.6
Version 2.5.4 for Minecraft 1.17.1
- 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
- Fixed entity uuids not working
Version 2.5.2 for Minecraft 1.17.1
- 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
- Fixed crash with
/glow block
- Updated Indonesian and Polish translations
Version 2.5 for Minecraft 1.17
- Updated to 1.17
Version 2.4.11 for Minecraft 1.16.4/5
- 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
- Added /csignsearch, like /cfindblock but searches for text on nearby signs
- Added /cghostblock to place ghost blocks
- Added /crelog to automaticalaly relog
- Added
relog()
anddisconnect()
functions to scripting API
- Added
- 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()
andceil()
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