21 lines
390 B
JavaScript
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/"
|
|
}
|