Releases: Earthcomputer/clientcommands
Releases · Earthcomputer/clientcommands
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
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