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-1.21.5-0.2.0.jar

  • R
  • Apr 18, 2025
  • 3.39 MB
  • 11
  • 1.21.5
  • Fabric

File Name

command-crafter-1.21.5-0.2.0.jar

Supported Versions

  • 1.21.5

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

Only works with Fabric Loader 0.16.14 and below!

Also download the VSCode extension update to get all new features!

New features:

  • Updated to 1.21.5 :D
  • Viewing and editing scoreboards and storages in VSCode! (Scoreboard/Storage Viewer can be found at the bottom of the "Explorer" tab in VSCode)
  • More auto completions in functions
  • Print command output to debug console while debugging
  • See rotation from command context while debugging
  • It's now possible to start services (language server and debugger) on a dedicated server (see config)

Changes:

  • @language directive no longer takes arguments in parentheses. Instead, arguments are written after the language id separated by a whitespace. For example @language vanilla(improved) becomes @language vanilla improved
  • Inline tags are no longer written as a comma separated list in parentheses. Instead, inline tags are written as SNBT that represents the values field from normal tags. For example @e[type=(minecraft:zombie, minecraft:skeleton)] becomes @e[type=["minecraft:zombie","minecraft:skeleton"]].

And lots of bugfixes!