add an example of how to configure it

This commit is contained in:
Chipmunk 2022-12-03 23:09:34 -05:00
parent dac08341e6
commit bad55ef67c

26
config.json.example Executable file
View file

@ -0,0 +1,26 @@
{
"bot": {
"username": "SandCatBot",
"host": "localhost",
"port": 25565
},
"online_mode": {
"accounts": [],
"enabled": false
},
"settings": {
"tune_speed": 80,
"colors_enabled": true,
"save_downloaded_songs": false,
"max_download_bytes": 10485760
},
"commands_perms": [
"usernames for trusted go here (insecure)"
],
"eval": {
"perms": [
"usernames who can use eval (unsandboxed) go here (very insecure)"
],
"enabled": false
}
}