Plex-FAWE/contrib/craftscripts
NotMyFault 80b6a100e8
Switch to vanity url
2021-02-16 23:49:04 +01:00
..
README.md Update the CraftScript README and SUBMITTING files 2020-11-13 22:40:35 +01:00
SUBMITTING.md Switch to vanity url 2021-02-16 23:49:04 +01:00
draw.js Javadoc and Formatting fixes. (#619) 2020-10-05 13:41:41 -04:00
maze.js Use 3 wool block variables instead of array 2018-12-31 19:36:41 -06:00
quickshot.js Update draw.js and roof.js 2018-12-20 13:43:01 +10:00
roof.js Javadoc and Formatting fixes. (#619) 2020-10-05 13:41:41 -04:00

README.md

CraftScripts are script files for WorldEdit that let you write world editing scripts with JavaScript easily.

Example usage: /cs maze.js glowstone 10 10

You may or may not install these scripts -- it is optional. If you are, however, place the entire craftscripts/ folder into the respective directory for the platform that you have installed WorldEdit.

In order to be able to use CraftScripts, you must install the Rhino JavaScript library. The installation page linked above has information about that. More information about scripts in general can be found on the WorldEdit docs