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

Commit 63e0861

Browse files
author
Dytanic
committed
ProxyVersion updated + spigot version updated
1 parent 885a0e3 commit 63e0861

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

cloudnet-lib/src/main/java/de/dytanic/cloudnet/lib/server/version/ProxyVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static MultiValue<String, String> url(ProxyVersion proxyVersion)
2323
case TRAVERTINE:
2424
return new MultiValue<>("https://yivesmirror.com/files/travertine/Travertine-latest.jar", "Travertine.jar");
2525
case HEXACORD:
26-
return new MultiValue<>("https://yivesmirror.com/files/hexacord/HexaCord-v198.jar", "HexaCord.jar");
26+
return new MultiValue<>("https://yivesmirror.com/files/hexacord/HexaCord-v210.jar", "HexaCord.jar");
2727
case WATERFALL:
2828
return new MultiValue<>("https://ci.destroystokyo.com/job/Waterfall/lastSuccessfulBuild/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar", "Waterfall.jar");
2929
default:

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

Lines changed: 6 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\"]");
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\"]");
126126
while (true)
127127
{
128128
try
@@ -148,7 +148,10 @@ public void run(ConsoleReader reader)
148148
download.run("https://yivesmirror.com/files/spigot/spigot-1.12.2-R0.1-SNAPSHOT-b1648.jar");
149149
return;
150150
case "1.13":
151-
download.run("https://yivesmirror.com/files/spigot/spigot-1.13-R0.1-SNAPSHOT-b1767.jar");
151+
download.run("https://yivesmirror.com/files/spigot/spigot-1.13-R0.1-SNAPSHOT-b1851.jar");
152+
return;
153+
case "1.13.1":
154+
download.run("https://yivesmirror.com/files/spigot/spigot-1.13.1-R0.1-SNAPSHOT-b1868.jar");
152155
return;
153156
default:
154157
System.out.println("This version is not supported!");
@@ -174,7 +177,7 @@ public void run(ConsoleReader reader)
174177
download.run("https://yivesmirror.com/files/paperspigot/PaperSpigot-1.11.2-b1104.jar");
175178
return;
176179
case "1.12.2":
177-
download.run("https://yivesmirror.com/files/paperspigot/PaperSpigot-1.12.2-b1515.jar");
180+
download.run("https://yivesmirror.com/files/paperspigot/PaperSpigot-1.12.2-b1552.jar");
178181
return;
179182
default:
180183
System.out.println("This version is not supported!");

0 commit comments

Comments
 (0)