From 9e5e566d800eb9d748959b1affc9d8eeb7483fd1 Mon Sep 17 00:00:00 2001 From: TomatoCake <60300461+DEVTomatoCake@users.noreply.github.com> Date: Sun, 25 Aug 2024 07:12:46 +0200 Subject: [PATCH] Add Vanilla Minigames instance and remove Bar Cat --- instances/instances.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/instances/instances.json b/instances/instances.json index fbb929a..82dfde2 100644 --- a/instances/instances.json +++ b/instances/instances.json @@ -18,10 +18,13 @@ "verified": false }, { - "name": "Bar Cat", - "url": "https://stilic.net", - "description": "An instance hosted on a French server with 99% uptime, good moderation and the latest Spacebar features.", + "name": "Vanilla Minigames", + "url": "https://vanillaminigames.net", + "description": "Just another Spacebar instance which is run by a vanilla-only Minecraft server.", + "image": "https://vanillaminigames.net/img/icon.png", "display": true, - "verified": false + "verified": false, + "country": "de", + "language": "en" } -] \ No newline at end of file +]