mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-27 09:35:35 -05:00
add kitsune fallback
This commit is contained in:
parent
640d739dea
commit
c415d94e50
1 changed files with 7 additions and 0 deletions
|
@ -59,6 +59,7 @@ module.exports = {
|
||||||
'129.159.58.114': '998945155316973650',
|
'129.159.58.114': '998945155316973650',
|
||||||
'192.168.1.103': '1002806756885413978',
|
'192.168.1.103': '1002806756885413978',
|
||||||
'kitsune.icu': '1004006678460637315',
|
'kitsune.icu': '1004006678460637315',
|
||||||
|
'fallback.kitsune.icu': '1050764247518412850',
|
||||||
'mc.chomens41793.ga': '1010734897796763758',
|
'mc.chomens41793.ga': '1010734897796763758',
|
||||||
'real.chipmunk.land': '1042590315464364032'
|
'real.chipmunk.land': '1042590315464364032'
|
||||||
},
|
},
|
||||||
|
@ -87,6 +88,12 @@ module.exports = {
|
||||||
kaboom: true,
|
kaboom: true,
|
||||||
logging: true
|
logging: true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
host: 'fallback.kitsune.icu',
|
||||||
|
port: 25565,
|
||||||
|
kaboom: true,
|
||||||
|
logging: true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
host: 'real.chipmunk.land',
|
host: 'real.chipmunk.land',
|
||||||
port: 25565,
|
port: 25565,
|
||||||
|
|
Loading…
Reference in a new issue