changed to original with one change

This commit is contained in:
Vineeth 2024-08-29 19:16:28 -05:00 committed by GitHub
parent da2e865fb9
commit e90d0e91ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
}