About CmdCraftTools

A Minecraft command generator for Java Edition and Bedrock Edition. Free to use, no account needed

What this site does

Minecraft commands are hard to write: you have to remember item IDs, NBT shapes, and several layers of nested brackets, and a single typo stops the whole thing working. CmdCraftTools solves that by letting you fill in a form and building the syntactically correct command for you, together with a plain-language explanation of what it does

There are currently 36 tools, covering commonly used commands such as give, summon, execute, fill, scoreboard, tellraw and more. All of them are free and none require a login

Browse all tools

Who builds it

CmdCraftTools is built and maintained by Chetthadev, a Thai developer who has previously worked on Minecraft mods and tools. This is a personal project, not a company or a large team

Where the command data comes from, and how it is checked

Command correctness is the whole point of this site, so we do not simply concatenate strings — the syntax for each edition and each version range is modelled separately

  • Version-aware — Minecraft syntax changes between versions — from 1.21.5 onward, for example, text components inside NBT changed shape. You pick a version range first, and the command is built to match it
  • Edition-aware — Java and Bedrock do not share one syntax. Options an edition does not support are hidden from the form automatically, rather than letting you fill them in and get a command that cannot run
  • Honest about uncertainty — Where a piece of syntax has not been fully verified against official documentation, we disable that option or show a warning naming exactly what was dropped, instead of guessing and handing you a command that only looks right
  • Covered by automated tests — Every generator has a test suite that runs before each release, so fixing one thing does not quietly break another

If you find a wrong command or data that does not match the game, please tell us — we treat those reports as more important than new features Report it here

Limitations worth knowing

  • The item, entity, block, and effect lists are curated subsets, not the game’s full registry. If you type an ID that is not in the list we still build the command, but we flag it with a warning
  • Generated commands are not guaranteed to work on every game version, especially on servers running plugins or mods. Always check the version badge on each tool
  • Some advanced Bedrock options are deliberately switched off until they have been checked against the latest official documentation

Relationship to Mojang and Microsoft

CmdCraftTools is a fan-made site. It is not affiliated with, endorsed by, or a partner of Mojang Studios or Microsoft. The Minecraft name, trademarks, and all related intellectual property belong to their respective owners

Related pages