promotional bannermobile promotional banner

CommandCrafter

Useful Minecraft command tools in a Fabric mod and VSCode Extension (syntax highlighting, completion, debugging, etc.)
Back to Files

command-crafter-0.5.5+1.21.11.jar

File namecommand-crafter-0.5.5+1.21.11.jar
Uploaded
Dec 11, 2025
Downloads
61
Size
3.7 MB
Mod Loaders
Fabric
File ID
7321130
Type
R
Release
Supported game versions
  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:commandcrafter-1082764:7321130"

Learn more about Curse Maven

What's new

Updated to 1.21.11

Fixes:

  • Added missing analyzers for: assets/blockstates, assets/waypoint_style, data/tags/dialog, data/tags/timeline, data/trial_spawner, data/instrument, data/test_environment, data/test_instance, data/worldgen/multi_noise_biome_source_parameter_list. CommandCrafter will now provide autocomplete and errors for files in these folders.
  • Fixed that the language server was still registering semantic tokens even when the analyzer.semanticTokens feature was off. This caused conflicts with other VSCode extensions even when CommandCrafter wasn't really providing semantic tokens, because VSCode would still prioritize CommandCrafter's empty token list over other extensions depending on the order in which the language servers started. Now, if CommandCrafter's highlighting is turned off, VSCode will always use the highlighting from other extensions
  • Fixed that the shorten nbt gamerule didn't affect the ellipsis added for too much depth
  • Fixed that inline item tags in predicates always matched all items...
  • Fixed that SNBT literals sometimes messed things up for the @language vanilla easyNewLine language by reading too far ahead

Changes:

  • The shortenNbt Gamerule is now named command_crafter:shorten_nbt