You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: auto-run host doctor when hosting fails to start at boot
Prints the full diagnosis checklist to the server log via
HostDoctor.logReport, so admins get the exact config fix without
having to know the doctor command exists.
"sharing the Minecraft port (" + minecraftPort + ") using magic packets - proxies and DDoS protection (Velocity, BungeeCord, TCPShield...) usually break this; if clients get connection errors, set bindPort to a free port and portToSend to how it is reachable from outside"));
119
+
"sharing the Minecraft port (" + mcPort + ") using magic packets - proxies and DDoS protection (Velocity, BungeeCord, TCPShield...) usually break this; if clients get connection errors, set bindPort to a free port and portToSend to how it is reachable from outside"));
"bindPort is " + serverConfig.bindPort + " but portToSend is -1, so clients will try the Minecraft port and fail - set portToSend to " + serverConfig.bindPort + " (or to the externally forwarded port)"));
0 commit comments