CmdCraftTools updates
Every new tool, usability tweak, or command fix gets logged here. The latest entry is expanded by default — click older entries to expand them
-
Latest Added a mob-freeze Command Block example
Added a Repeat Command Block example for freezing nearby zombies in place, with separate Java and Bedrock commands
- New Java Edition 1.21.5+: Added a Repeat Command Block example that freezes zombies within 8 blocks using /effect give @e[type=minecraft:zombie,distance=..8] minecraft:slowness 2 255 true
- New Bedrock Stable: Added a Repeat Command Block example that freezes zombies within 8 blocks using /effect @e[type=zombie,r=8] slowness 2 255 true
- New Java Edition 1.21.5+ and Bedrock Stable: The example includes the required Command Block settings, including Repeat, Always Active, and Delay in Ticks 20, so it is easier to copy into the game
-
Damage, Ride, and 11 new Bedrock Command Block examples
Generate Damage and Ride commands for Java and Bedrock, and explore 32 Command Block examples including 11 new Bedrock automations
- New Java Edition 1.20.5–1.21.4 and 1.21.5+: Added a /damage generator with amount and damage-type controls plus optional location, direct source, and indirect source attribution
- New Bedrock Stable: Added a /damage generator for integer amounts, the DamageCause enum, and entity <damager> source attribution
- New Java Edition 1.20.5–1.21.4 and 1.21.5+: Added a /ride generator for mount and dismount, validating that both the rider and vehicle resolve to exactly one entity
- New Bedrock Stable: Added a /ride generator for start_riding, stop_riding, and summon_ride, including teleport_rider and rider-replacement rules
- New Bedrock Stable: Added a one-button horse summon-and-mount station, emergency dismount point, contact-damage trap, and five-level XP reward
- New Bedrock Stable: Added an Unbreaking III station, random arena spawn, Keep Inventory, daylight lock, and disabled natural mob spawning
- New Bedrock Stable: Added a Safe Zone Action Bar and radius-based monster purge, with step-by-step Command Block settings for every block
- Improved Bedrock Stable: Opening a Bedrock-only example now selects the correct edition automatically, while filters show only compatible entries
- Improved Java Edition 1.20.5+ and Bedrock Stable: Added ready-to-use /damage and /ride examples with edition-aware explanations and image-based vehicle selection for /ride
- Improved Java Edition 1.13+ and Bedrock Stable: Removed minecraft:debug_stick from Give's curated item picker to prevent confusion; advanced users can still enter the id manually with a verification warning
-
Fixed the Bedrock Particle command
Choose the particle and copy it straight into Bedrock without manually adding `_particle` before running the command
- Fixed Bedrock Stable (tested on 26.40): The flame command was generated as /particle minecraft:flame ~ ~1 ~, which produced no result when copied into the game. It now outputs /particle minecraft:flame_particle ~ ~1 ~ and is ready to use
- Improved Bedrock Stable (tested on 26.40): Selecting minecraft:flame now automatically converts it to the Bedrock id minecraft:flame_particle, so the command no longer needs a manual edit before running
-
Command Block library launches with 21 ready-to-use examples
Pick what you want to build, follow the Command Block setup one block at a time for Java or Bedrock, and copy each command when you're ready
- New Added a Command Block menu and 21 ready-to-use examples, from teleport buttons, welcome signs, checkpoints, and starter kits to countdowns, lobby resets, and minigame arena controls
- New Each example mirrors the setup for its edition, including Block Type, Condition, Redstone, output tracking, Execute on First Tick, and Delay, so every field can be matched in-game
- New Multi-block examples show the Impulse, Chain, and Repeat order, placement direction, and a separate copy button for each Command Input
- Improved Search the Command Block library and filter examples by edition, category, or difficulty
- New Added a Command Block update panel to the homepage, with shortcuts to the example library and the basics guide
- Improved Refreshed the Command Block, tools, presets, and guides directories with new Hero artwork designed to stay readable on desktop and mobile
- Fixed Searching presets in Thai or English could previously show an error or return no results. It now searches names, summaries, and descriptions correctly in both languages
- Fixed When the top navigation became crowded, the report button could squeeze the language control and clip its flag. The header now has more room and keeps the controls separate
- The first Command Block release covers Java 1.21.5 and up plus Bedrock Stable. Examples are read-only templates: only Command Input can be copied, while the other settings are matched in-game
-
Pick your edition once, and every tool remembers
The site now remembers the edition and version you picked, so you don't reset them every time you switch commands — plus seven new guides and worked examples on every tool page
- Improved The site now remembers the edition and version you picked — switch to another command and it opens with the same ones instead of dropping back to Java. You can turn this off on the "Settings & on-device data" page
- Fixed Bedrock Stable: the /gamerule page used to offer Java-only rules when the page was opened through a share link that set the edition to Bedrock. The rule list now always matches the selected edition, as do the options on /summon, /particle, /playsound, and /scoreboard
- New Seven new guides, eight in total, plus a guide index: target selectors in depth, coordinates with numbers ~ and ^, command blocks, why give commands from older versions stop working, scoreboard basics, the execute command, and what to do when a command does nothing
- New All 34 tool pages now carry three worked examples plus a table comparing the same command across every version that tool supports, so you can see exactly where the syntax changes between versions
- New Added about, privacy policy, and contact pages
-
See exactly how it'll look in-game before you copy
Added real-time item, chat, and on-screen previews, ranked presets by real usage, and fixed a few untranslated spots on the English site
- New In-game item preview for /give — mimics hovering the item in your inventory, showing the custom name, lore, enchant glint, and enchantment list
- New Live chat preview for /tellraw — shows color, bold, italic, and underline exactly as they'll appear in the game
- New On-screen preview for /title — mirrors the position and text size of title, subtitle, and action bar
- Improved Homepage now shows "Most-copied presets," ranked by how many times real users actually copied them, instead of a team-curated "Recommended" list — every preset page also shows its copy count now
- Fixed Visitors browsing the English site (/en) used to see the command explanation and the "What's new" popup announcement stuck in Thai, even though the rest of the page was in English. Both now correctly show English on English pages
-
Pick the right edition, and the tool list won't drag the page out
Edition labels now say which platform they're for, and the tool list scrolls in its own box instead of stretching the whole page
- Improved The tool list sidebar (34 tools) used to force the whole page to grow very tall, especially on mobile, where you had to scroll past the entire list just to reach the form or the generated command. It's capped in height now and scrolls within its own box instead.
- Improved Players who mix up Java and Bedrock could pick the wrong edition and copy a command that wouldn't run. Edition options now note the platform, e.g. "Java Edition (played on PC)" and "Bedrock Edition (played on mobile/PC)"
- Improved Removed the technical explanation text under the version selector (about item components and NBT) — players read it as a sign the tool was broken
-
English support is live
Switch the site to English from the flag menu — dedicated /en pages for international visitors
- New Added English across the whole site — all 34 tool pages, forms, and command explanations
- New Switch languages from the flag menu in the top bar, on any page, without losing what you've typed
- New Item, block, entity, effect, and other picker fields now search in English too
- Improved Ready-made command presets and "what's new" announcements now support English content
- Improved Visitors whose browser isn't set to Thai now see a dismissible banner suggesting the English site; it won't reappear once dismissed
-
Feedback and reviews from CmdCraftTools users are here
Added a rating system, a page for approved reviews, and faster page loading
- New Java and Bedrock, all supported versions: Added a page to rate the site and leave feedback, with a topic picker, an optional display name, and an email for follow-up
- New Java and Bedrock, all supported versions: Added a page listing reviews that were checked and approved for publishing, with no email or contact info shown
- Improved Java and Bedrock, all supported versions: Added recent reviews to the homepage, with links to read all reviews or leave your own
- Improved Java and Bedrock, all supported versions: Made the review page easier to reach from the menu and footer on mobile, tablet, and desktop
- Improved Java and Bedrock, all supported versions: Homepage images now serve the right size and AVIF/WebP format for your screen, cutting down how much needs to download
- Improved Java and Bedrock, all supported versions: Tuned fonts and file caching so pages start rendering faster, while still switching to Noto Sans Thai once it's loaded
-
Fixed Give, Effect commands, and how the site appears on Google
Made Java and Bedrock commands more accurate, and helped Google recognize the CmdCraftTools icon and name more clearly
- Fixed Java 1.21.5 and up (tested on 26.1.2): Fixed /give to use the correct shorthand item components, making it easier to paste into chat
- Fixed Java 1.13–1.20.4 (tested on 1.20.1): Shortened the NBT for name, lore, and enchantments, and used the correct enchantment level type
- New Java and Bedrock, all supported versions: Added a command-length counter against the 256-character chat limit, with a warning when a command is too long
- Improved Java 1.13 and all supported versions above: Capped /give at 10 enchantments and blocked duplicate entries
- Fixed Bedrock Stable: Hid the /give advanced-options button on this version, since it has no supported advanced options
- Fixed Bedrock 1.21.40 and up (checked against official Bedrock Stable docs, not yet tested in-game): Fixed /effect to drop the minecraft: prefix from effect names like strength, and added support for /effect <target> clear <effect>
- Fixed Java and Bedrock, all supported versions (Google Search): Added a standard favicon URL and a 192×192 icon to fix search results showing a generic globe icon instead of the site logo
- Improved Java and Bedrock, all supported versions (Google Search): Declared the CmdCraftTools site name via canonical, og:site_name, and WebSite structured data on the homepage
- Fixed Java and Bedrock, all supported versions (Google Search): Changed robots.txt to point at the sitemap with a full URL, and made HEAD requests stop returning 404
-
Save favorite commands and plan your work
Added ready-made command presets, favorites, recent history, and an in-browser workspace
- New Choose from 20 ready-made Minecraft command presets, split by Java and Bedrock, with step-by-step explanations
- New Save presets or your own generated commands to favorites
- New Reopen recent work from the history page, or pick up where you left off from the homepage
- New Group multiple commands into a workspace — reorder them, toggle each one on or off, and copy the whole set
- New Export a workspace as JSON, plain text, or .mcfunction to keep for later
- Improved Added a "My stuff" menu for reaching favorites, history, workspaces, and settings from any page
- Improved Tuned the menu on all iPad sizes so it's easier to tap, text no longer overlaps, and nothing overflows the screen
- Improved Replaced browser alert/confirm popups everywhere with CmdCraftTools-styled ones
- Guest mode is limited to 1 workspace with up to 10 commands, and data stays in this browser only — cross-device sync, cloud storage, share links, import, and version history aren't supported yet
-
Added a page listing site updates
Follow along with what's new or fixed on the site
- New Added a "What's new" page in the menu that keeps every version's announcement for you to read back through
- New A short notification appears when there's a new update, shown once and then gone
-
Added 13 new tools, bringing the total to 34
Now covers player management, teams, and boss bars
- New Teams and tags — /team, /tag, and /bossbar for maps and minigames
- New Player management — /xp, /spawnpoint, /spreadplayers, and /msg
- New World management — /setworldspawn, /defaultgamemode, and /locate for finding structures
- New /enchant with the full enchantment list, showing each one's max level
- New /say for broadcasting messages, and /data for reading or editing block/entity NBT
- New Added in-game structure data, so /locate targets can be picked without memorizing ids
- Improved Reorganized the tools page into categories, so the one you need is faster to find
- /team, /bossbar, and /data are Java Edition only — Bedrock has no equivalent commands
-
CmdCraftTools has launched
Generate Minecraft commands in Thai, supporting both Java and Bedrock — no need to memorize the syntax
- New 21 command generators covering common tasks like /give, /summon, /execute, /fill, /clone, /scoreboard, and /particle
- New Supports both Java Edition and Bedrock Edition — pick an edition and the form adjusts its options automatically
- New Four separate version profiles — Java 1.21.5+, Java 1.20.5–1.21.4, Java 1.13–1.20.4, and Bedrock
- New Watch the command update in real time as you type, with a plain-language explanation of what it does in-game
- New Item, block, entity, effect, and particle fields you can pick by image, without typing ids yourself
- New Buttons to copy the command, clear the form, share a link to what you filled in, and a local history of recently generated commands
- New A command-basics guide page, covering everything from enabling cheats to target selectors and coordinates
- New Installable as an app on mobile or desktop, running full-screen like a native app
- New A "report an issue" button on every tool page — flag a command that doesn't work right away
- The /title and /tellraw generators are still experimental and may be missing some options