Difference between revisions of "ScriptSpace"
Jump to navigation
Jump to search
LoadingByte (talk | contribs) (Created page with "ScriptSpace is a Minecraft mod that allows to run filter scripts which can directly modify a previously selected portion of the world. Think of them as a map-making tool — t...") |
LoadingByte (talk | contribs) |
||
Line 17: | Line 17: | ||
== Downloads == | == Downloads == | ||
− | Visit the [https:// | + | Visit the [https://loadingbyte.com/dl/scriptspace/ QuarterCode DL page] for the latest download.<br /> |
== Resources == | == Resources == |
Latest revision as of 23:21, 24 October 2019
ScriptSpace is a Minecraft mod that allows to run filter scripts which can directly modify a previously selected portion of the world. Think of them as a map-making tool — they can modify blocks, entities, and tile entities.
- 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):
Contents
License
Copyright (c) 2016 Unrated Film Industries <https://unratedfilmindustries.de/>
ScriptSpace may be used under the terms of the GNU General Public License (GPL) v3.0. See https://www.gnu.org/licenses/gpl-3.0.txt for details.
Downloads
Visit the QuarterCode DL page for the latest download.
Resources
You can find the source code and contribute to the source repository on GitHub.
ScriptSpace is built using the ScriptSpace Jenkins Job.
Documentation
TODO