2 car garage

This commit is contained in:
Lee
2024-01-01 03:45:00 +00:00
parent 2bf37eb5e8
commit 5b1db5d6de
13 changed files with 5952 additions and 0 deletions

10
data/config.json Normal file
View File

@ -0,0 +1,10 @@
{
"api": {
"host": "localhost",
"port": 3000
},
"scanner": {
"updateCron": "*/1 * * * *",
"timeout": 2000
}
}

BIN
data/db.sqlite Normal file

Binary file not shown.

62
data/servers.json Normal file
View File

@ -0,0 +1,62 @@
[
{
"name": "WildPrison",
"ip": "wildprison.net",
"type": "PC"
},
{
"name": "Hypixel",
"ip": "mc.hypixel.net",
"type": "PC"
},
{
"name": "CubeCraft",
"ip": "play.cubecraft.net",
"type": "PC"
},
{
"name": "Mineplex",
"ip": "mineplex.com",
"type": "PC"
},
{
"name": "2b2t",
"ip": "2b2t.org",
"type": "PC"
},
{
"name": "AkumaMC",
"ip": "akumamc.net",
"type": "PC"
},
{
"name": "Wynncraft",
"ip": "play.wynncraft.com",
"type": "PC"
},
{
"name": "Minehut",
"ip": "minehut.com",
"type": "PC"
},
{
"name": "Grand Theft Minecraft",
"ip": "gtm.network",
"type": "PC"
},
{
"name": "HiveMC",
"ip": "geo.hivebedrock.network",
"type": "PE"
},
{
"name": "Purple Prison",
"ip": "MCSL.PURPLE.WTF",
"type": "PC"
},
{
"name": "MinecraftOnline",
"ip": "minecraftonline.com",
"type": "PC"
}
]