forked from chipmunkmc/chipmunkbot
default config
This commit is contained in:
parent
22cbd28379
commit
9c1cd7096d
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
"port": 25565,
|
"port": 25565,
|
||||||
"username": "ChipmunkBot",
|
"username": "ChipmunkBot",
|
||||||
"reconnectDelay": 1000
|
"reconnectDelay": 1000,
|
||||||
|
|
||||||
|
"commands": {
|
||||||
|
"prefix": "default."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue