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