From 17bf0967bd4349497508e2bf4f05f871b5c18791 Mon Sep 17 00:00:00 2001 From: Petros-kr Date: Fri, 27 Feb 2026 23:04:09 +0200 Subject: [PATCH] Update config.json ip and port added --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 7cae7004..579ec2d7 100644 --- a/config.json +++ b/config.json @@ -1,8 +1,8 @@ { "client": { - "host": "Please enter your server URL", - "port": "Please enter your server port", - "username": "Please enter the bot's username you want" + "host": "LifeStealVoidSMP.aternos.me", + "port": "24690", + "username": "AFKbot" }, "! DO NOT EDIT BELOW !": "ONLY IF YOU KNOW WHAT YOU ARE DOING", @@ -12,4 +12,4 @@ "holdDuration": 5000, "retryDelay": 15000 } -} \ No newline at end of file +}