geforkt von Mirrors/FastAsyncWorldEdit
Updated CraftScripts distribution.
Dieser Commit ist enthalten in:
Ursprung
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
Normale Datei
5
craftscripts/README.txt
Normale Datei
@ -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
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren