From 28c2143e73f26b1e774d2b9c37841c32f55a3e1d Mon Sep 17 00:00:00 2001 From: MaxRobinsonTheGreat Date: Tue, 26 Aug 2025 12:53:56 -0500 Subject: [PATCH] add comment for port scanning --- settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.js b/settings.js index 13c6cf7..f1454c9 100644 --- a/settings.js +++ b/settings.js @@ -1,7 +1,7 @@ const settings = { "minecraft_version": "auto", // or specific version like "1.21.1" "host": "127.0.0.1", // or "localhost", "your.ip.address.here" - "port": 55916, + "port": 55916, // set to -1 to automatically scan for open ports "auth": "offline", // or "microsoft" // the mindserver manages all agents and hosts the UI