Removed Relays and default servers and added cactussmp
Signed-off-by: PrestonT500 <preston@eaglercraft.win>
This commit is contained in:
parent
089b95d45a
commit
e29362c844
@ -309,22 +309,12 @@
|
||||
//assetsURI: "assets.epk",
|
||||
localesURI: "lang/",
|
||||
servers: [
|
||||
{ addr: "wss://mc.arch.lol/", name: "ArchMC" },
|
||||
{ addr: "wss://ep.rufan.tech", name: "TimeLegacy"},
|
||||
{ addr: "wss://play.ragexwaternet.online", name: "Water Network"},
|
||||
{ addr: "wss://mc.asspixel.net/", name: "Ass Pixel" },
|
||||
{ addr: "wss://vanillacraft.kones.tech/", name: "VanillaMC Legacy" },
|
||||
{ addr: "wss://clever-teaching.com", name: "Clever Teaching" },
|
||||
{ addr: "wss://ggsmp.net", name: "GG SMP"}
|
||||
{ addr: "wss://", name: "CactusSMP" }
|
||||
],
|
||||
demoMode: false,
|
||||
worldsDB: "worlds",
|
||||
logInvalidCerts: true,
|
||||
relays: [
|
||||
{ addr: "wss://relay.deev.is/", comment: "lax1dude relay #1", primary: relayId == 0 },
|
||||
{ addr: "wss://relay.lax1dude.net/", comment: "lax1dude relay #2", primary: relayId == 1 },
|
||||
{ addr: "wss://relay.shhnowisnottheti.me/", comment: "ayunami relay #1", primary: relayId == 2 }
|
||||
]
|
||||
relays: []
|
||||
};
|
||||
|
||||
var q = window.location.search;
|
||||
|
Loading…
x
Reference in New Issue
Block a user