made settings ready for 1.16.1

master
Default 4 years ago
parent c471be9e99
commit 318dd4a9d9
  1. 4
      .idea/libraries/spigot.xml
  2. 2
      deploy.bat
  3. 2
      deploy.sh
  4. 2
      start_server.bat

@ -1,11 +1,11 @@
<component name="libraryTable"> <component name="libraryTable">
<library name="spigot"> <library name="spigot">
<CLASSES> <CLASSES>
<root url="jar://$PROJECT_DIR$/../../Minecraft_Servers/BuildTools/spigot-1.16.4.jar!/" /> <root url="jar://$PROJECT_DIR$/../../Minecraft_Servers/BuildTools/spigot-1.16.1.jar!/" />
</CLASSES> </CLASSES>
<JAVADOC /> <JAVADOC />
<SOURCES> <SOURCES>
<root url="jar://$PROJECT_DIR$/../../Minecraft_Servers/BuildTools/spigot-1.16.4.jar!/" /> <root url="jar://$PROJECT_DIR$/../../Minecraft_Servers/BuildTools/spigot-1.16.1.jar!/" />
</SOURCES> </SOURCES>
</library> </library>
</component> </component>

@ -1 +1 @@
xcopy IntelliJ_IDEA\Sharehealth\target\Sharehealth.jar Minecraft_Servers\Server_1.16.4\plugins\ /Y xcopy IntelliJ_IDEA\Sharehealth\target\Sharehealth.jar Minecraft_Servers\Server_1.16.1\plugins\ /Y

@ -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/

@ -1,2 +1,2 @@
cd Server_1.16.4 cd Server_1.16.1
call start.bat call start.bat
Loading…
Cancel
Save