Updated CraftScripts distribution.

This commit is contained in:
sk89q 2011-01-22 16:46:42 -08:00
parent 45796f8c7f
commit f27f922931
2 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,9 @@
<antcall target="jar"/>
<delete dir="${release.dir}"/>
<mkdir dir="${release.dir}"/>
<copy todir="${release.dir}/craftscripts">
<fileset dir="craftscripts"/>
</copy>
<copy tofile="${release.dir}/CHANGELOG.txt" file="CHANGELOG.txt"/>
<copy tofile="${release.dir}/LICENSE.txt" file="LICENSE.txt"/>
<copy tofile="${release.dir}/NOTICE.txt" file="NOTICE.txt"/>

5
craftscripts/README.txt Normal file
View File

@ -0,0 +1,5 @@
CraftScripts are script files for WorldEdit that let you write world
editing scripts easily.
Example usage:
/cs maze.js lightstone 10 10