chomens-bot-js/config.js
ChomeNS 41ea92943d remove ayunboom
bruh why ayunami change it
i explored the new ayunboom a bit and it seems like we are not op and
it is just permissions
the server is 1.8.8 and its running "PandaSpigot" iirc, never heard that
libsdisguise turned into iDisguise which is sus
commandspy doesn't exist but socialspy is a replacement of it
theres protocolsupport protocollib and luckperms but it is blocked
yeah thats the thing i noticed then i just left
2023-02-27 15:55:36 +07:00

108 lines
2.3 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module.exports = {
version: '1.19.2',
prefixes: [
'*',
'cbot ',
'/cbot '
],
commandsDir: '../commands', // this will be used by the commands.js in the plugins folder so it needs ../
keys: {
normalKey: '<27>iB_D<5F><44><EFBFBD>k<EFBFBD><6B>j8H<38>{?[/ڭ<>f<EFBFBD><>^-=<3D>Ț<EFBFBD><C89A>v]<5D><>g><3E><>=c',
ownerHashKey: 'b)R<><52>nF<6E>CW<43><57><EFBFBD>#<23>\\[<5B>S*8"t^eia<69>Z<EFBFBD><5A>k<EFBFBD><6B><EFBFBD><EFBFBD>K1<4B>8zȢ<7A>'
},
proxy: {
enabled: true,
version: '1.19.2'
},
console: true,
chat: {
useChat: false,
messageLength: 100
},
core: {
layers: 3,
refillInterval: 1000 * 60,
customName: [
{
text: 'ChomeNS ',
color: 'yellow'
},
{
text: 'Core',
color: 'green'
},
{
text: '\u2122',
color: 'gold'
}
]
},
self_care: {
prefix: true,
op: true,
cspy: true,
vanish: true,
gamemode: true,
mute: true,
endCredits: true
},
eval: {
serverUrl: 'http://192.168.1.105:4445/'
},
reconnectTimeout: 1000 * 2,
timeoutInterval: 1000 * 40,
self_care_check_interval: 2000,
discord: {
token: 'OTcxNjUwNDU2NzA5Mzk4NTY5.G3lKC2._XQNTTU1Jqmaam_A0JKSe93GP1vFZvDpiXqZzA',
servers: {
'sus.shhnowisnottheti.me': '990140129245020221',
'play.kaboom.pw': '1000355361196355674',
'129.159.58.114': '998945155316973650',
'192.168.1.103': '1002806756885413978',
'kitsune.icu': '1004006678460637315',
'fallback.kitsune.icu': '1050764247518412850',
'chayapak.chipmunk.land': '1010734897796763758',
'play.chipmunk.land': '1042590315464364032',
'mcslot.eu': '1057090538404323338'
},
embedsColors: {
normal: '#FFFF00',
error: '#FF0000'
},
prefix: '!'
},
servers: [
// logging means log to console
{
host: 'play.kaboom.pw',
port: 25565,
kaboom: true,
logging: true
},
// R.I.P ayunboom
// {
// host: 'sus.shhnowisnottheti.me',
// 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
}
]
}