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

Commit e1abd2f

Browse files
author
Tarek
committed
set url to default bungeecord
1 parent 123e7b0 commit e1abd2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,16 @@ public static MultiValue<String, String> url(ProxyVersion proxyVersion)
2020
{
2121
switch (proxyVersion)
2222
{
23+
/*
2324
case TRAVERTINE:
2425
return new MultiValue<>("https://yivesmirror.com/files/travertine/Travertine-latest.jar", "Travertine.jar");
2526
case HEXACORD:
2627
return new MultiValue<>("https://yivesmirror.com/files/hexacord/HexaCord-v216.jar", "HexaCord.jar");
28+
*/
29+
case TRAVERTINE:
30+
return new MultiValue<>("https://ci.md-5.net/job/BungeeCord/lastSuccessfulBuild/artifact/bootstrap/target/BungeeCord.jar", "Travertine.jar");
31+
case HEXACORD:
32+
return new MultiValue<>("https://ci.md-5.net/job/BungeeCord/lastSuccessfulBuild/artifact/bootstrap/target/BungeeCord.jar", "HexaCord.jar");
2733
case WATERFALL:
2834
return new MultiValue<>("https://ci.destroystokyo.com/job/Waterfall/lastSuccessfulBuild/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar", "Waterfall.jar");
2935
default:

0 commit comments

Comments
 (0)