2020-04-22 21:16:43 -05:00
|
|
|
write-Output "Deleting previous world if there was one..."
|
2020-04-26 15:09:32 -05:00
|
|
|
remove-Item -Recurse world* -Force -ErrorAction Ignore
|
2020-04-22 21:16:43 -05:00
|
|
|
write-Output "Attempting to copy plugin jar to plugins folder..."
|
2020-04-24 16:02:03 -05:00
|
|
|
copy-Item -Path "..\target\IslandSurvivalCraft*.jar" -Destination "plugins\IslandSurvivalCraft.jar"
|