2024-09-27 22:57:22 -04:00

21 lines
390 B
JavaScript

module.exports = {
"mc": {
"host": "corejourney.org",
// "bots": {
// "bot_name": {
// "username": "<configure in secrets>",
// "password": "<configure in secrets>",
// 'auth': "microsoft"
// }
// }
},
'ai':{
"key": "...",
"interval": 5,
"prompt0": (name, interval, currentPlayers)=>`
Some stuff here.
`
},
"playerListDir": "/home/william/test_list/"
}