This repository was archived by the owner on Jun 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
cloudnet-wrapper/src/main/java/de/dytanic/cloudnetwrapper/setup Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -174,16 +174,16 @@ public void run(ConsoleReader reader)
174
174
switch (reader .readLine ().toLowerCase ())
175
175
{
176
176
case "1.8.8" :
177
- download .run ("https://yivesmirror.com/files/paperspigot /PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar" );
177
+ download .run ("https://yivesmirror.com/files/paper /PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar" );
178
178
return ;
179
179
case "1.11.2" :
180
- download .run ("https://yivesmirror.com/files/paperspigot /PaperSpigot-1.11.2-b1104.jar" );
180
+ download .run ("https://yivesmirror.com/files/paper /PaperSpigot-1.11.2-b1104.jar" );
181
181
return ;
182
182
case "1.12.2" :
183
- download .run ("https://yivesmirror.com/files/paperspigot /PaperSpigot-1.12.2-b1552.jar" );
183
+ download .run ("https://yivesmirror.com/files/paper /PaperSpigot-1.12.2-b1552.jar" );
184
184
return ;
185
185
case "1.13.1" :
186
- download .run ("https://yivesmirror.com/files/paperspigot /PaperSpigot-1.13.1-b332.jar" );
186
+ download .run ("https://yivesmirror.com/files/paper /PaperSpigot-1.13.1-b332.jar" );
187
187
return ;
188
188
case "1.13.2" :
189
189
download .run ("https://yivesmirror.com/files/paper/Paper-1.13.2-b409.jar" );
You can’t perform that action at this time.
0 commit comments