- 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/scripts
folder, 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.api
package. Note that some of the class names may be abbreviated to the scripts; check outContextConfigurator.java
in thecommon.script.env
package 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.