Skip to content

Releases: Earthcomputer/clientcommands

Version 2.9.7 for Minecraft 1.21.2 - 1.21.3

31 Oct 22:56
a82fa5f
Compare
Choose a tag to compare
  • Updated clientarguments library to a version which is compatible with both 1.21.2 and 1.21.3

Version 2.9.6 for Minecraft 1.21.2 - 1.21.3

28 Oct 22:09
84a433d
Compare
Choose a tag to compare
  • Updated clientarguments library, fixing a crash on 1.21.3

Version 2.9.5 for Minecraft 1.21.2 - 1.21.3

23 Oct 13:58
84a655b
Compare
Choose a tag to compare
  • Marked as compatible with 1.21.3

Version 2.9.4 for Minecraft 1.21.2

22 Oct 17:00
dbe305c
Compare
Choose a tag to compare

Version 2.9.3 for Minecraft 1.21 - 1.21.1

18 Oct 14:00
7ab6ace
Compare
Choose a tag to compare
  • Added /csnap, which allows you to teleport to precise coordinates within 1 block of your current location
    • Using this command with no arguments will toggle "click-to-snap" mode, where you can right click on a location to
      snap to it
  • Fixed /cenchant not autocompleting when connecting to servers below 1.21

Version 2.9.2 for Minecraft 1.21 - 1.21.1

03 Oct 20:31
29ab4df
Compare
Choose a tag to compare
  • Fixed incompatibility with NeoForge (when running via connector)
  • Fixed winner logic in tic-tac-toe minigame

Version 2.9.1 for Minecraft 1.21 - 1.21.1

09 Aug 16:24
61937aa
Compare
Choose a tag to compare
  • Updated to 1.21.1
  • Fixed /calias
  • Removed incompatibility with SeedCrackerX, please report any further issues
    with the mod

Version 2.9 for Minecraft 1.21

15 Jun 01:27
7e34ef0
Compare
Choose a tag to compare
  • Updated to 1.21
    • Unbreaking manipulation is broken. It has been disabled for 1.21, but is still there for 1.20 and below.
    • The recently-added ordered option for enchantments has been disabled for 1.21, as enchantments appear in a fixed
      order in the tooltip now. This option is still there when playing on servers on 1.20 or older using ViaFabricPlus.
    • Some previously banned actions for player RNG manipulation are no longer banned in 1.21:
      • Use of unbreaking
      • Use of frost walker
      • Use of bane of arthropods

Version 2.8.22 for Minecraft 1.20.5 - 1.20.6

29 May 23:08
2b7d072
Compare
Choose a tag to compare
  • Fixed crash with minesweeper

Version 2.8.21 for Minecraft 1.20.5 - 1.20.6

29 May 22:15
1f6537f
Compare
Choose a tag to compare
  • Added more minigames
    • Minesweeper
    • Multiplayer tic-tac-toe
  • Added a --keep-searching option to /cfindblock and /csignsearch.
    • This takes into account changed blocks in already-searched areas, but not changed block entity NBT.
  • Fixed being able to lag the client from running multiple /cfindblock or /cfinditem commands at once, especially now there is a --keep-searching option.
    • This has been fixed by preventing multiple of these tasks from being running at once. This restriction may be lifted later once some load balancing functionality is implemented.
  • Fixed /cenchant from waiting until an existing /cenchant task to finish until it starts, which is unclear to the user.
    • Instead, it reports that a /cenchant task is already running, with an option to cancel it.
  • Fixed other players from being able to kick players using c2c packets.