Changing this project to be a template bukkit plugin project.

This commit is contained in:
2020-04-24 16:08:37 -05:00
parent 77453fe177
commit bace9ccf0b
7 changed files with 59 additions and 67 deletions

View File

@@ -1,4 +1,4 @@
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\MinecraftDiscordTether*.jar" -Destination "plugins\MinecraftDiscordTether.jar"
copy-Item -Path "..\target\PLUGINNAME*.jar" -Destination "plugins\PLUGINNAME.jar"