Add example settings file

This commit is contained in:
7cc5c4f330d47060 2024-07-22 12:22:47 -04:00
parent 5af15e6665
commit 341e9340e6

19
settings2.json Executable file
View file

@ -0,0 +1,19 @@
{
"secret":"/home/name3/settings10.json",
"name": "Minecraft Bot",
"version": "1.0.0",
"version_mc": "1.20.4",
"prefix":[
"ubot:",
"\""
],
"servers":[
{
"host": "kaboom.pw",
"port": 25565,
"options":{
"name": "kaboom"
}
}
]
}