From 7ccbf338e9006b2f1de245bdadea5972f5bcaf45 Mon Sep 17 00:00:00 2001 From: campivor1 Date: Fri, 22 May 2026 19:54:21 +0100 Subject: [PATCH] Update bot type and server details in settings --- settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.json b/settings.json index 52f937d40..060e01998 100644 --- a/settings.json +++ b/settings.json @@ -3,11 +3,11 @@ "bot-account": { "username": "Slobot00", "password": "", - "type": "offline" + "type": "online" }, "server": { - "ip": "slobtest1.aternos.me", - "port": 27586, + "ip": "SummerSmp-eV3w.aternos.me:45137", + "port": 45137, "version": "", "try-creative": false },