Changing this project to be a template bukkit plugin project.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user