mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
little chat fix
This commit is contained in:
parent
ba790eb89a
commit
30b864b4c6
1 changed files with 25 additions and 25 deletions
50
config.js
50
config.js
|
@ -2,8 +2,8 @@ module.exports = {
|
|||
version: '1.19.2',
|
||||
prefixes: [
|
||||
'*',
|
||||
'cbot ',
|
||||
'/cbot '
|
||||
'devcbot ',
|
||||
'/devcbot '
|
||||
],
|
||||
commandsDir: '../commands', // this will be used by the commands.js in the plugins folder so it needs ../
|
||||
keys: {
|
||||
|
@ -16,7 +16,7 @@ module.exports = {
|
|||
},
|
||||
console: true,
|
||||
chat: {
|
||||
useChat: false,
|
||||
useChat: true,
|
||||
messageLength: 100
|
||||
},
|
||||
core: {
|
||||
|
@ -73,36 +73,36 @@ module.exports = {
|
|||
},
|
||||
servers: [
|
||||
// logging means log to console
|
||||
{
|
||||
host: 'play.kaboom.pw',
|
||||
port: 25565,
|
||||
kaboom: true,
|
||||
logging: true
|
||||
},
|
||||
// R.I.P ayunboom
|
||||
// {
|
||||
// host: 'sus.shhnowisnottheti.me',
|
||||
// host: 'play.kaboom.pw',
|
||||
// port: 25565,
|
||||
// kaboom: true,
|
||||
// logging: true
|
||||
// },
|
||||
// R.I.P ayunboom
|
||||
{
|
||||
host: 'kitsune.icu',
|
||||
host: 'sus.shhnowisnottheti.me',
|
||||
port: 25565,
|
||||
kaboom: true,
|
||||
logging: false
|
||||
},
|
||||
{
|
||||
host: 'play.chipmunk.land',
|
||||
port: 25565,
|
||||
kaboom: true,
|
||||
logging: true
|
||||
},
|
||||
{
|
||||
host: 'chayapak.chipmunk.land',
|
||||
port: 25565,
|
||||
kaboom: true,
|
||||
kaboom: false,
|
||||
logging: true
|
||||
}
|
||||
// {
|
||||
// host: 'kitsune.icu',
|
||||
// port: 25565,
|
||||
// kaboom: true,
|
||||
// logging: false
|
||||
// },
|
||||
// {
|
||||
// host: 'play.chipmunk.land',
|
||||
// port: 25565,
|
||||
// kaboom: true,
|
||||
// logging: true
|
||||
// },
|
||||
// {
|
||||
// host: 'chayapak.chipmunk.land',
|
||||
// port: 25565,
|
||||
// kaboom: true,
|
||||
// logging: true
|
||||
// }
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue