Skip to content
[/craft]

Verification Changelog

A dated record of every command re-verification session. Each entry lists the Minecraft version tested, how many commands were checked, and what changed. This is the proof layer behind the “human-verified” badge.

Java 26.2Bedrock 26.3250 commands checked

Spot re-check of the 50 highest-traffic command pages following SEO audit. Fixed enchantment variant pages that were applying weapon enchants (Sharpness, Looting) to tools. No syntax changes since 26.2.

  • Fixed item-type detection: pickaxes now correctly receive Efficiency/Fortune/Unbreaking variants instead of Sharpness/Looting
  • Verified all gamerule snake_case IDs are correct in the page data
  • Confirmed all /give commands use flat component syntax throughout site
Java 26.2Bedrock 26.32500 commands checked

Full library re-verification against Java 26.2 and Bedrock 26.32. All give commands verified against the flat data-component format (no legacy NBT). Gamerule IDs updated to snake_case naming introduced in snapshot 25w44a.

  • All /give commands updated to Java 26.2 flat enchantment syntax: [enchantments={sharpness:5}] replaces [minecraft:enchantments={levels:{sharpness:5}}]
  • Gamerule IDs renamed to snake_case: keepInventory → keep_inventory, mobGriefing → mob_griefing, doDaylightCycle → advance_time, and all others
  • Phantom command updated: Java now uses /gamerule spawn_phantoms false (was doInsomnia); Bedrock retains /gamerule doinsomnia false
  • Bedrock 26.32 commands verified on Windows Edition
  • Added /commands/give/god-kit with full enchanted netherite loadout
  • 500+ curated command entries verified working

Found a command that no longer works? Report it and it will be re-checked and added to the next changelog entry. CraftCMD re-verifies commands after every Minecraft update — typically within a week of each Java snapshot or stable release.