3 lines
166 B
PowerShell
3 lines
166 B
PowerShell
write-Output "Attempting to copy plugin jar to plugins folder..."
|
|
copy-Item -Path "..\target\IslandSurvivalCraft*.jar" -Destination "plugins\IslandSurvivalCraft.jar"
|