Add example settings file
This commit is contained in:
parent
5af15e6665
commit
341e9340e6
1 changed files with 19 additions and 0 deletions
19
settings2.json
Executable file
19
settings2.json
Executable 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue