Skip to content

Commit 6b80a8c

Browse files
authored
removed IvanCord
1 parent 5e92155 commit 6b80a8c

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

Minecraft-server-auto-setup.bat

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ echo
9696
echo 4. Velocity
9797
echo 5. BungeeCord
9898
echo 6. Waterfall
99-
echo 7. IvanCord
10099
echo:
101100
echo 模組伺服器核心
102101
echo 8. Fabric
@@ -115,12 +114,11 @@ if '%choice%'=='3' goto dpuffer
115114
if '%choice%'=='4' goto dvelocity
116115
if '%choice%'=='5' goto dbungeecord
117116
if '%choice%'=='6' goto dwaterfall
118-
if '%choice%'=='7' goto dIvanCord
119-
if '%choice%'=='8' goto dfabric
120-
if '%choice%'=='9' goto dforge
121-
if '%choice%'=='10' goto dfolia
122-
if '%choice%'=='11' goto dvanilla
123-
if '%choice%'=='12' goto customcore
117+
if '%choice%'=='7' goto dfabric
118+
if '%choice%'=='8' goto dforge
119+
if '%choice%'=='9' goto dfolia
120+
if '%choice%'=='10' goto dvanilla
121+
if '%choice%'=='11' goto customcore
124122
echo 輸入錯誤,請再試一次
125123
PAUSE
126124
cls
@@ -396,22 +394,6 @@ echo java -Xmx512M -Xms124M -jar server.jar nogui> StartServer.bat
396394
endlocal
397395
goto bungeengrok
398396

399-
:dIvanCord
400-
cls
401-
setlocal
402-
echo:
403-
echo 開始下載 IvanCord
404-
curl -O https://ci.mrivanplays.com/job/IvanCord/lastSuccessfulBuild/artifact/IvanCord-Proxy/bootstrap/target/IvanCord.jar >NUL 2>NUL
405-
ren IvanCord.jar server.jar
406-
cls
407-
echo:
408-
echo:
409-
echo:
410-
echo IvanCord 下載完成
411-
echo java -Xmx512M -Xms124M -jar server.jar nogui> StartServer.bat
412-
endlocal
413-
goto bungeengrok
414-
415397
:dvanilla
416398
cls
417399
echo:

0 commit comments

Comments
 (0)