Refactor launcher profiles and port automation
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled

This commit is contained in:
2026-05-05 21:52:17 +09:00
parent e266387784
commit 9786cfe031
22 changed files with 1558 additions and 798 deletions

View File

@@ -185,6 +185,17 @@ server = "SERVER"
offline = "OFFLINE"
players = "PLAYERS"
[js.landing.portStatus]
label = "PORT"
failed = "AUTO OPEN FAILED"
[js.landing.localServer]
starting = "Starting local server.."
missingJarTitle = "Local Server Setup Incomplete"
missingJarText = "The launch flow tried to start a local server because no connection address was set, but no bucket JAR is registered for this profile. Upload a server JAR in the admin site or enter a connection address in the library."
failureTitle = "Local Server Start Failed"
failureText = "Could not start the local server. Check the console (CTRL + Shift + i) for details."
[js.landing.systemScan]
checking = "Checking system info.."
noCompatibleJava = "No Compatible<br>Java Installation Found"