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 @@
-