Command Block Editor
ModCommand block editor that lets you edit multiple command blocks at once
Type
Mod
Modrinth Downloads
14
Modrinth ID
rd4JSjPQ
Last Updated
Jun 1, 2026
Description
Command Block Editor
Command Block Editor is a utility mod that makes creating and managing command block systems much faster and more convenient.
Instead of editing command blocks one by one, you can write multiple commands in a single editor and automatically generate complete command block chains.
Perfect for map makers, technical builders, and anyone who works with large command block setups.
Opening the Editor
Press the configured keybind (default: =) to open the editor.
- If you are looking at a command block, the editor will open with that command block's commands loaded.
- Otherwise, a new command block will be created at your current position and opened in the editor.
Editor Syntax
Syntax Description <number> Repeat a command multiple times. ! Make the first command block a repeating command block. @ Toggle auto mode. On the first command it enables auto mode, on subsequent commands it disables it. ? Make a command block conditional. `expression` Evaluate a mathematical expression.Expressions support:
- i iteration index
- + addition
- - subtraction
- * multiplication
- / division
- ( ) parentheses
Example
Input:
5: say `i+1` say hi ?: say hiOutput:
say 1 say 2 say 3 say 4 say 5 say hi say hi (conditional)Compatibility
Mod Loaders
Game Versions
Screenshots
Similar Mods
Extended Gamerules
Finely tuned vanilla gamerules. Split overloaded gamerules like `mob_griefing` into groups of rules
NutritionZ Plus | Create
A datapack for adding nutritionZ data to Create mod foods!
Good Luck Potato!
Adds a new Realistic Potato, and some funky things with it!
Skill Keybind
A Fabric client-side mod for 1.21.11 that turns hotbar slot-based skills into customizable keybinds found in RPG servers...
More Candles
redstone candle, soul candle, and end candle
IG: Item Clumps
Item Clumps completely redesigns how dropped item entities behave in the world, combining them into lightweight, virtual...