mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-24 16:00:05 +00:00
Updated CraftScripts distribution.
This commit is contained in:
parent
45796f8c7f
commit
f27f922931
@ -62,6 +62,9 @@
|
|||||||
<antcall target="jar"/>
|
<antcall target="jar"/>
|
||||||
<delete dir="${release.dir}"/>
|
<delete dir="${release.dir}"/>
|
||||||
<mkdir 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}/CHANGELOG.txt" file="CHANGELOG.txt"/>
|
||||||
<copy tofile="${release.dir}/LICENSE.txt" file="LICENSE.txt"/>
|
<copy tofile="${release.dir}/LICENSE.txt" file="LICENSE.txt"/>
|
||||||
<copy tofile="${release.dir}/NOTICE.txt" file="NOTICE.txt"/>
|
<copy tofile="${release.dir}/NOTICE.txt" file="NOTICE.txt"/>
|
||||||
|
5
craftscripts/README.txt
Normal file
5
craftscripts/README.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user