- Users can run scripts which can directly modify a previously selected portion of the Minecraft world. Some filters are included with the mod by default.
- By default, custom scripts are loaded from the
/mods/scriptspace/scriptsfolder, which can be found in the user's Minecraft directory. - To see what functions are available to the scripts, check out all of the classes inside the
common.script.apipackage. Note that some of the class names may be abbreviated to the scripts; check outContextConfigurator.javain thecommon.script.envpackage to see which classes have shortened names.
Moreover, the mod provides easy scripting wrappers for the following mods (if they are installed):
You can find the source code and contribute to the source repository on GitHub.