spigot-plugin-template/test-server/load_latest_build.ps1

5 lines
285 B
PowerShell
Raw Normal View History

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..."
2020-04-24 21:01:02 +00:00
copy-Item -Path "..\target\MinecraftDiscordTether*.jar" -Destination "plugins\MinecraftDiscordTether.jar"