mindcraft/settings.js

20 lines
708 B
JavaScript
Raw Normal View History

2024-05-29 21:49:45 -05:00
export default
{
"minecraft_version": "1.20.4", // supports up to 1.20.4
"host": "127.0.0.1", // or "localhost", "your.ip.address.here"
"port": 55916,
"auth": "offline", // or "microsoft"
"profiles": [
"./andy.json",
//"./profiles/dolphin.json", // Groq support
2024-05-29 21:49:45 -05:00
// add more profiles here, check ./profiles/ for more
// more than 1 profile will require you to /msg each bot indivually
],
"load_memory": false, // load memory from previous session
"init_message": "Say hello world and your name", // sends to all on spawn
2024-08-03 22:01:29 -07:00
"allow_insecure_coding": true, // enable at own risk
2024-05-29 21:49:45 -05:00
"code_timeout_mins": 10, // -1 for no timeout
2024-06-18 19:22:27 -07:00
}