promotional bannermobile promotional banner

CommandCrafter

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

File Details

command-crafter-0.5.5+1.21.11.jar

  • R
  • Dec 11, 2025
  • 3.72 MB
  • 58
  • 1.21.11
  • Fabric

File Name

command-crafter-0.5.5+1.21.11.jar

Supported Versions

  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:commandcrafter-1082764:7321130"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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