Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 954b2cc

Browse files
author
Dytanic
committed
updated minecraft versions
1 parent 60fb131 commit 954b2cc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

cloudnet-wrapper/src/main/java/de/dytanic/cloudnetwrapper/setup/SetupSpigotVersion.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public void run(ConsoleReader reader)
151151
download.run("https://yivesmirror.com/files/spigot/spigot-1.13-R0.1-SNAPSHOT-b1851.jar");
152152
return;
153153
case "1.13.1":
154-
download.run("https://yivesmirror.com/files/spigot/spigot-1.13.1-R0.1-SNAPSHOT-b1868.jar");
154+
download.run("https://yivesmirror.com/files/spigot/spigot-1.13.1-R0.1-SNAPSHOT-b1947.jar");
155155
return;
156156
default:
157157
System.out.println("This version is not supported!");
@@ -163,7 +163,7 @@ public void run(ConsoleReader reader)
163163
}
164164
}
165165
case "paper":
166-
System.out.println("Choose a PaperSpigot version [\"1.8.8\", \"1.11.2\", \"1.12.2\"]");
166+
System.out.println("Choose a PaperSpigot version [\"1.8.8\", \"1.11.2\", \"1.12.2\", \"1.13.1\"]");
167167
while (true)
168168
{
169169
try
@@ -179,6 +179,9 @@ public void run(ConsoleReader reader)
179179
case "1.12.2":
180180
download.run("https://yivesmirror.com/files/paperspigot/PaperSpigot-1.12.2-b1552.jar");
181181
return;
182+
case "1.13.1":
183+
download.run("https://yivesmirror.com/files/paperspigot/PaperSpigot-1.13.1-b332.jar");
184+
return;
182185
default:
183186
System.out.println("This version is not supported!");
184187
break;

0 commit comments

Comments
 (0)