Refactor launcher profiles and port automation
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user