islandsurvivalcraft/test-server/load-latest-build.ps1
Harrison 421af33658 Changed test-server scripts and reconfigured tasks.
VSCode task output and cleanup config changed.

Added some more verbosity to scripts.
2020-04-22 21:16:43 -05:00

5 lines
290 B
PowerShell

write-Output "Deleting previous world if there was one..."
remove-Item -Recurse world -Force -ErrorAction Ignore
write-Output "Attempting to copy plugin jar to plugins folder..."
copy-Item -Path "..\target\IslandSurvivalCraft-1.0.0.jar" -Destination "plugins\IslandSurvivalCraft-1.0.0.jar"