From e90d0e91ad48407dd949ff628d1dfa1e54201abd Mon Sep 17 00:00:00 2001 From: Vineeth <94882582+FantomWolf182@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:16:28 -0500 Subject: [PATCH] changed to original with one change --- settings.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.js b/settings.js index 03b9b30..0372dea 100644 --- a/settings.js +++ b/settings.js @@ -1,12 +1,12 @@ export default { "minecraft_version": "1.20.4", // supports up to 1.20.4 - "host": "localhost", // or "localhost", "your.ip.address.here" + "host": "127.0.0.1", // or "localhost", "your.ip.address.here" "port": 55916, "auth": "offline", // or "microsoft" "profiles": [ - "./andy.json" + "./andy.json", // add more profiles here, check ./profiles/ for more // more than 1 profile will require you to /msg each bot indivually @@ -20,5 +20,5 @@ export default "max_commands": -1, // max number of commands to use in a response. -1 for no limit "verbose_commands": true, // show full command syntax "narrate_behavior": true, // chat simple automatic actions ('Picking up item!') - "preferred_language": "english", // the bot will respond/message in this language. Secondly all language names are based on google translate's names. + "language": "spanish", // the bot will respond/message in this language. All language names are based on google translate's names. }