diff --git a/.idea/libraries/spigot.xml b/.idea/libraries/spigot.xml index 08c5cd5..183b9fb 100644 --- a/.idea/libraries/spigot.xml +++ b/.idea/libraries/spigot.xml @@ -1,11 +1,11 @@ - + - + \ No newline at end of file diff --git a/deploy.bat b/deploy.bat index 60eeadd..661b3b9 100644 --- a/deploy.bat +++ b/deploy.bat @@ -1 +1 @@ -xcopy IntelliJ_IDEA\Sharehealth\target\Sharehealth.jar Minecraft_Servers\Server_1.16.4\plugins\ /Y \ No newline at end of file +xcopy IntelliJ_IDEA\Sharehealth\target\Sharehealth.jar Minecraft_Servers\Server_1.16.1\plugins\ /Y \ No newline at end of file diff --git a/deploy.sh b/deploy.sh index a5b65b5..459f1b6 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1 +1 @@ -cp IntelliJ_IDEA/Sharehealth_1.16.4/target/sharehealth-1.0-SNAPSHOT.jar Minecraft_Servers/Server_1.16.4/plugins/ +cp IntelliJ_IDEA/Sharehealth_1.16.1/target/Sharehealth.jar Minecraft_Servers/Server_1.16.1/plugins/ diff --git a/start_server.bat b/start_server.bat index c9bfcf8..16a4d5f 100644 --- a/start_server.bat +++ b/start_server.bat @@ -1,2 +1,2 @@ -cd Server_1.16.4 +cd Server_1.16.1 call start.bat \ No newline at end of file