cubbot/env.sample.json

23 lines
395 B
JSON

{
"client": {
"host": "server.tld",
"username": "Bot",
"password": "root"
},
"log": {
"level": "info"
},
"modules": {
"Connection": {
"reconnect": [
"idling"
]
},
"Combat": {},
"Chat": {},
"Meal": {},
"Time": {
"log": "debug"
}
}
}