Update the CraftScript README and SUBMITTING files

a095b284c8cebff0caf4f8dbfd8140c595787e76

Co-Authored-By: Matthew Miller <mnmiller1@me.com>
This commit is contained in:
N0tMyFaultOG
2020-11-13 22:40:35 +01:00
parent 5d283e1a17
commit 6cd28a87d4
3 changed files with 7 additions and 13 deletions

View File

@ -0,0 +1,13 @@
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](https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/)