Island info data structure added.

In addition: changed the world info management to use world name as key.
This commit is contained in:
2020-05-11 17:46:30 -05:00
parent 44518270e1
commit bd7f591f36
13 changed files with 356 additions and 79 deletions

View File

@@ -1,4 +1,2 @@
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"