From 4ed5d2af84f9169615a146797ccd6964cd86d8f4 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 3 Jan 2024 07:25:17 +0000 Subject: [PATCH] meow --- data/config.json | 12 -------- data/servers.json | 74 ----------------------------------------------- 2 files changed, 86 deletions(-) delete mode 100644 data/config.json delete mode 100644 data/servers.json diff --git a/data/config.json b/data/config.json deleted file mode 100644 index f51dbb0..0000000 --- a/data/config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "websocket": { - "port": 3000 - }, - "scanner": { - "updateCron": "*/1 * * * *", - "timeout": 2000 - }, - "backup": { - "cron": "0 0 * * *" - } -} diff --git a/data/servers.json b/data/servers.json deleted file mode 100644 index a2e84c0..0000000 --- a/data/servers.json +++ /dev/null @@ -1,74 +0,0 @@ -[ - { - "name": "WildPrison", - "ip": "wildprison.net", - "type": "PC", - "id": 0 - }, - { - "name": "Hypixel", - "ip": "mc.hypixel.net", - "type": "PC", - "id": 1 - }, - { - "name": "CubeCraft", - "ip": "play.cubecraft.net", - "type": "PC", - "id": 2 - }, - { - "name": "Mineplex", - "ip": "mineplex.com", - "type": "PC", - "id": 3 - }, - { - "name": "2b2t", - "ip": "2b2t.org", - "type": "PC", - "id": 4 - }, - { - "name": "AkumaMC", - "ip": "akumamc.net", - "type": "PC", - "id": 5 - }, - { - "name": "Wynncraft", - "ip": "play.wynncraft.com", - "type": "PC", - "id": 6 - }, - { - "name": "Minehut", - "ip": "minehut.com", - "type": "PC", - "id": 7 - }, - { - "name": "Grand Theft Minecraft", - "ip": "gtm.network", - "type": "PC", - "id": 8 - }, - { - "name": "HiveMC", - "ip": "geo.hivebedrock.network", - "type": "PE", - "id": 9 - }, - { - "name": "Purple Prison", - "ip": "MCSL.PURPLE.WTF", - "type": "PC", - "id": 10 - }, - { - "name": "MinecraftOnline", - "ip": "minecraftonline.com", - "type": "PC", - "id": 11 - } -]