Script now deletes all worlds instead of just one.
This commit is contained in:
parent
02f7de56ed
commit
8d392cd779
@ -1,4 +1,4 @@
|
||||
write-Output "Deleting previous world if there was one..."
|
||||
remove-Item -Recurse world -Force -ErrorAction Ignore
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user