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*.jar" -Destination "plugins\IslandSurvivalCraft.jar"