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