islandsurvivalcraft/test-server/load_latest_build.ps1
Harrison e45d642791 Added and changed server scripts.
tasks.json updated accordingly.

Also added a convenience normal start script.
2020-04-23 21:14:18 -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"