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

Commit cd44099

Browse files
author
Dytanic
committed
added 1.13.2 spigot and paper
1 parent 6cbfe73 commit cd44099

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public void run(ConsoleReader reader)
122122
}
123123
}
124124
case "spigot":
125-
System.out.println("Choose a Spigot version [\"1.7.10\", \"1.8.8\", \"1.9.4\", \"1.10.2\", \"1.11.2\", \"1.12.2\", \"1.13\", \"1.13.1\"]");
125+
System.out.println("Choose a Spigot version [\"1.7.10\", \"1.8.8\", \"1.9.4\", \"1.10.2\", \"1.11.2\", \"1.12.2\", \"1.13\", \"1.13.1\", \"1.13.2\"]");
126126
while (true)
127127
{
128128
try
@@ -145,14 +145,17 @@ public void run(ConsoleReader reader)
145145
download.run("https://yivesmirror.com/files/spigot/spigot-1.10.2-R0.1-SNAPSHOT.jar");
146146
return;
147147
case "1.12.2":
148-
download.run("https://yivesmirror.com/files/spigot/spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar");
148+
download.run("https://yivesmirror.com/files/spigot/spigot-1.12.2-R0.1-SNAPSHOT-b1647.jar");
149149
return;
150150
case "1.13":
151151
download.run("https://yivesmirror.com/files/spigot/spigot-1.13-R0.1-SNAPSHOT-b1851.jar");
152152
return;
153153
case "1.13.1":
154154
download.run("https://yivesmirror.com/files/spigot/spigot-1.13.1-R0.1-SNAPSHOT-b1947.jar");
155155
return;
156+
case "1.13.2":
157+
download.run("https://yivesmirror.com/files/spigot/spigot-1.13.2-R0.1-SNAPSHOT-b1974.jar");
158+
return;
156159
default:
157160
System.out.println("This version is not supported!");
158161
break;
@@ -163,7 +166,7 @@ public void run(ConsoleReader reader)
163166
}
164167
}
165168
case "paper":
166-
System.out.println("Choose a PaperSpigot version [\"1.8.8\", \"1.11.2\", \"1.12.2\", \"1.13.1\"]");
169+
System.out.println("Choose a PaperSpigot version [\"1.8.8\", \"1.11.2\", \"1.12.2\", \"1.13.1\", \"1.13.2\"]");
167170
while (true)
168171
{
169172
try
@@ -182,6 +185,9 @@ public void run(ConsoleReader reader)
182185
case "1.13.1":
183186
download.run("https://yivesmirror.com/files/paperspigot/PaperSpigot-1.13.1-b332.jar");
184187
return;
188+
case "1.13.2":
189+
download.run("https://yivesmirror.com/files/paper/Paper-1.13.2-b409.jar");
190+
return;
185191
default:
186192
System.out.println("This version is not supported!");
187193
break;

0 commit comments

Comments
 (0)