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
[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
enabledcommand to help command; - Added
maxIterationscommand to help command; - Added
maxScriptLengthcommand to help command; - Added
copyBeforeCrashcommand to help command; - Other bug fixes and improvements.

