- Updated to 1.21.10
- Fixed crash on startup
- Updated to Minecraft 1.21.9
- Added the
/cpredictbrushablescommand that allows you to search for suspicious sand and gravel, and print their contents. - Removed all forms of interaction with the kit preview screen
- Migrated waypoints to SimpleWaypoints
- Fixed component resolution (e.g. resolution of entity selectors) in
/ctellraw
- Marked as compatible with 1.21.8
- Fixed crash on world load
- Updated to 1.21.6
- Fixed
sort=nearestin@eselector
- Improved detection and reporting of mistakes during enchantment cracking
- Added
/cmapcommand, to save the held map, or the map you are looking at, to a file.- If you are looking at a map that is connected across many item frames, that is treated as one map and saved as one large image file.
- Fixed floating point rounding errors when rendering shapes from
/cglow blockat high coordinates (near the world border). - Made the rendering of shapes from
/cglow blockmore consistently on top of other things. - Fixed
/cfpsoverriding the maximum FPS when not set. - Fixed some issues with
/cfinditem.- Bundles are now properly searched.
- The
--no-search-shulker-boxflag has been renamed to--no-search-nested, and prevents shulker boxes and bundles within other inventories from being searched. - A
--click-inventoriesflag has been added, to force/cfinditemto work by clicking inventories when you are opped. - Decorated pots are now searched by
/cfinditemif you are opped.
- Fixed a desync issue when loading a kit with
/ckit. - Improvements to RNG features which require item throws, such as
/ccrackrngand/cenchant.- These features now obey the creative mode item throw throttle limit.
- This is a limit in vanilla which applies only to creative mode, whereby after you have thrown 74 items, you cannot throw more than one item per second.
- The RNG feature will fail or limit its item throws to obey the throttle and suggest switching to survival mode.
- Items to throw are now created out of thin air in creative mode.
- Improved error and help messages if item throws fail.
- These features now obey the creative mode item throw throttle limit.
- Updated to 1.21.5
- Added
/cfpscommand- Can set the framerate limit above 260 while not being unlimited
- Fixed crash which happened when closing the enchantment screen with a mod installed which gives closing screens an animation.
- Added a way to limit XP used with
/cenchant- This is a config in
/cconfigcalledmaxEnchantSlot, which can be 1, 2, or 3.
- This is a config in
- Added a
/cbuildinfocommand which shows the clientcommands build info - Fixed many types of item components not appearing in
/ccreativetabcreative tabs.
- Added the
/cwaypointcommand to create waypoints in your world- These waypoints will appear and be highlighted in the world. They can
also be queried in the
/cwaypointcommand itself.
- These waypoints will appear and be highlighted in the world. They can
also be queried in the
- The
/csignsearchcommand can now search multiple lines on a sign. Use\nin the command to specify a newline. - The
/cwecommand now supports extended markdown syntax in the same way as the/cnotecommand. - Migrated to the new ViaFabricPlus API, fixing warnings in the log.
- Fixed
/cgiveand/ckitcreating ghost items.
- Updated to 1.21.4
- Added a 2 player connect four game. Use
/cconnectfour - Fixed XP orb banned action detection in player RNG manipulation
- Fixed error message for unexpected item enchantment
- Fixed enchantment and fishing crackers not resetting properly when the
/cconfig ... resetcommand is used
- Added the
autoPrefixconfig which will auto-prefix all your chat messages with its argument.- For example
/cconfig clientcommands autoPrefix set "/teammsg"will send all your subsequent chat messages to team chat. - To reset your config to default, use
/cconfig clientcommands autoPrefix reset.
- For example
- Added the
/creplycommand (aliased to/cr).- Sends a private message back to the last person you received a private message from.
- To prevent accidentally replying to the wrong person, the recipient will only be updated 0.5 seconds after you
receive the message.
- This is configurable via
/cconfig clientcommands minimumReplyDelaySeconds set <newDelay>
- This is configurable via
- The
/cnotecommand now uses an extended form of markdown. Other commands that work with formatted text will be changed to use this in the future.**bold**,*italic*,_italic_,__underlined__,~~strikethrough~~and[link](url)are supported.- As before, all types of formatting, including those without a markdown syntax, can be applied using a brace syntax,
red{Hello blue{world}!},click{open_url, https://google.com/, Google}. - Everything can be escaped with the \ backslash.
- Some fixes to player RNG banned actions detection. This should work reliably again.
- Updated clientarguments library to a version which is compatible with both 1.21.2 and 1.21.3
- Updated clientarguments library, fixing a crash on 1.21.3
- Marked as compatible with 1.21.3
- Updated to 1.21.2
