mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
s
This commit is contained in:
parent
f94e93281a
commit
2a56cff88b
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',
|
version: '1.19.2',
|
||||||
prefixes: [
|
prefixes: [
|
||||||
'*',
|
'*',
|
||||||
'devcbot ',
|
'cbot ',
|
||||||
'/devcbot '
|
'/cbot '
|
||||||
],
|
],
|
||||||
commandsDir: '../commands', // this will be used by the commands.js in the plugins folder so it needs ../
|
commandsDir: '../commands', // this will be used by the commands.js in the plugins folder so it needs ../
|
||||||
keys: {
|
keys: {
|
||||||
|
@ -16,7 +16,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
console: true,
|
console: true,
|
||||||
chat: {
|
chat: {
|
||||||
useChat: true,
|
useChat: false,
|
||||||
messageLength: 100
|
messageLength: 100
|
||||||
},
|
},
|
||||||
core: {
|
core: {
|
||||||
|
@ -73,36 +73,36 @@ module.exports = {
|
||||||
},
|
},
|
||||||
servers: [
|
servers: [
|
||||||
// logging means log to console
|
// 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,
|
// port: 25565,
|
||||||
// kaboom: true,
|
// kaboom: true,
|
||||||
// logging: true
|
// logging: true
|
||||||
// },
|
// },
|
||||||
// R.I.P ayunboom
|
|
||||||
{
|
{
|
||||||
host: 'sus.shhnowisnottheti.me',
|
host: 'kitsune.icu',
|
||||||
port: 25565,
|
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
|
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