This commit is contained in:
ChomeNS 2023-03-01 13:10:39 +07:00
parent f94e93281a
commit 2a56cff88b

View file

@ -2,8 +2,8 @@ module.exports = {
version: '1.19.2',
prefixes: [
'*',
'devcbot ',
'/devcbot '
'cbot ',
'/cbot '
],
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: true,
useChat: false,
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: 'play.kaboom.pw',
// host: 'sus.shhnowisnottheti.me',
// port: 25565,
// kaboom: true,
// logging: true
// },
// R.I.P ayunboom
{
host: 'sus.shhnowisnottheti.me',
host: 'kitsune.icu',
port: 25565,
kaboom: false,
kaboom: true,
logging: false
},
{
host: 'play.chipmunk.land',
port: 25565,
kaboom: true,
logging: true
},
{
host: 'chayapak.chipmunk.land',
port: 25565,
kaboom: true,
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
// }
]
}