mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-03-28 14:56:24 +01:00
changed to original with one change
This commit is contained in:
parent
da2e865fb9
commit
e90d0e91ad
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue