From fe17efb48235273028c210272f0a82cc076e8137 Mon Sep 17 00:00:00 2001 From: Talhoid <68508139+Talhoid@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:22:38 -0500 Subject: [PATCH] Remove MPVP#14) --- src/lib/components/mpvp.svelte | 43 ---------------------------------- src/routes/+page.svelte | 2 -- 2 files changed, 45 deletions(-) delete mode 100644 src/lib/components/mpvp.svelte diff --git a/src/lib/components/mpvp.svelte b/src/lib/components/mpvp.svelte deleted file mode 100644 index a968d0f..0000000 --- a/src/lib/components/mpvp.svelte +++ /dev/null @@ -1,43 +0,0 @@ - - - -
-
-

Meteor PvP

-

The Meteor PvP server is a 1.16 style combat server that features anchor, bed, and crystal PvP styles accessible to players on versions 1.14 and newer. This server also features a custom kit and duel plugin. The Nether and Overworld dimensions are also available as well as the numerous arenas in the said dimensions.

- - -
-
- - diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 1a1a8bc..ac2ea92 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -2,7 +2,6 @@ import Navbar from "$lib/components/navbar.svelte"; import Main from "$lib/components/main.svelte"; import Info from "$lib/components/info.svelte"; - import Mpvp from "$lib/components/mpvp.svelte"; import Team from "$lib/components/team.svelte"; import Footer from "$lib/components/footer.svelte"; @@ -10,6 +9,5 @@
-