promotional bannermobile promotional banner

Control Blocks

Control Blocks are command blocks, but even better. Do more with less by coding with ControlScript, the mod exclusive Text-Based Coding Language

File Details

controlblocks-1.1.0.jar

  • R
  • May 3, 2026
  • 84.53 KB
  • 20
  • 1.20.6+5
  • Forge

File Name

controlblocks-1.1.0.jar

Supported Versions

  • 1.20.6
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1

Curse Maven Snippet

Forge

implementation "curse.maven:control-blocks-1475506:8035200"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[CHANGELOG] Control Blocks V1.1.0

Description

No Description


New Features

Max Script Length Command

You can now modify the max script length (in characters) per block with OP Level 4 via the command:
/controlblocks maxScriptLength <value>
The value must be within 1000 (1,000) and 50000 (50,000).

Warning!
Max Script Length is a Safety Guardrail to prevent NBT chunk ban. Be careful.

Copy Before Crash Command

You can now set true or false if your script will copy to clipboard in case it is bigger than the char limit and the editor closes without saving. Command:
/controlblocks copyBeforeCrash <true/false>

Help Command

You can now get information on each command with the command:
/controlblocks help <command>


Other Changes

  • Added emoji's to success and error messages;
  • Added CHANGELOG.md;
  • Added ADDONS_README.md;
  • Added README.md;
  • Added Guardrail to prevent crashes when saving script longer than the limit;
  • Added enabled command to help command;
  • Added maxIterations command to help command;
  • Added maxScriptLength command to help command;
  • Added copyBeforeCrash command to help command;
  • Other bug fixes and improvements.