This commit is contained in:
Ethan 2019-11-06 19:55:28 -05:00
commit 58701e88ba
28 changed files with 228 additions and 637 deletions

View file

@ -7,11 +7,9 @@ data/profile/**
.DS_Store**
.project**
.classpath**
.class**
/bin/
/out/
*.iml
*.eml
*.userlibraries
*.class
data/players/**

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,5 @@
rm -rf org
cp -r ../CompiledServer/production/09Scape/org .
rm -rf plugin/
cp -r ../CompiledServer/production/09Scape/plugin/ .
java -server -cp ".:./bin;.:./data/libs/*" org.crandor.Server