mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-28 09:53:06 +02:00
add comment for port scanning
This commit is contained in:
parent
de03a8a25d
commit
28c2143e73
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
const settings = {
|
const settings = {
|
||||||
"minecraft_version": "auto", // or specific version like "1.21.1"
|
"minecraft_version": "auto", // or specific version like "1.21.1"
|
||||||
"host": "127.0.0.1", // or "localhost", "your.ip.address.here"
|
"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"
|
"auth": "offline", // or "microsoft"
|
||||||
|
|
||||||
// the mindserver manages all agents and hosts the UI
|
// the mindserver manages all agents and hosts the UI
|
||||||
|
|
Loading…
Add table
Reference in a new issue