Skip to content

Commit

Permalink
pulls jars via SMD api
Browse files Browse the repository at this point in the history
  • Loading branch information
ukdaaan committed Mar 27, 2024
1 parent 665ec1b commit aff5409
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions src/content/docs/tools/server-software.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
slug: t/server-software
description: This page covers a list of well known server.jars.
title: Server Software
lastUpdated: 2024-03-27
---

import MainStatusPill from '../../../components/MainStatusPill.vue'
Expand All @@ -25,8 +26,8 @@ As the name suggests, it is a completely Vanilla server from Mojang itself witho

<LinkCard
title="Download"
description="Download a copy of the Vanilla installer via getbukkit.org"
href="https://getbukkit.org/download/vanilla"
description="Download a copy of the Vanilla installer via jar.smd.gg"
href="https://smd.gg/vanilla"
/>

#### Paper <MainStatusPill success>Recommended</MainStatusPill>
Expand All @@ -35,8 +36,8 @@ Paper is the most widely-used Server Jar nowadays. A fork of Spigot with its own

<LinkCard
title="Download"
description="Download a copy of PaperMC via papermc.io"
href="https://papermc.io/downloads"
description="Download a copy of PaperMC via jar.smd.gg"
href="https://smd.gg/paper"
/>

#### Purpur
Expand All @@ -45,8 +46,8 @@ A fork of Paper which provides numerous gameplay-enhancing features without havi

<LinkCard
title="Download"
description="Download a copy of PurpurMC via purpurmc.org"
href="https://purpurmc.org/downloads"
description="Download a copy of PurpurMC via jar.smd.gg"
href="https://smd.gg/purpur"
/>

#### Pufferfish
Expand Down Expand Up @@ -74,8 +75,8 @@ Do you need to use it? Highly unlikely. Can you use it? Probably. Will a good ch

<LinkCard
title="Download"
description="Download a copy of Folia via github.com from PaperMC"
href="https://github.com/PaperMC/Folia"
description="Download a copy of Folia via jar.smd.gg"
href="https://smd.gg/folia"
/>

#### Legacy 1.8 Jars
Expand All @@ -102,13 +103,6 @@ Forge is a modding API and server jar. It is most commonly used for servers with

Fabric is similar to Forge (but not a fork) in the sense that it also supports mods. These mods can change practically any mechanic of the game. Fabric also has a great amount of optimization mods such as Lithium, Starlight, Phosphor etc. Take a look at [this list](https://github.com/NordicGamerFE/usefulmods)

:::danger

#### Any Jar that combines Plugins & Mods

Do not use any server software such as Magma or Mohist. These are generally unstable. [Mohist also replaces EssentialsX jars with modified jars](https://essentialsx.net/do-not-use-mohist.html), which might not be safe.
:::

<LinkCard
title="Download"
description="Download a copy of Fabric via fabricmc.net"
Expand All @@ -129,8 +123,8 @@ Velocity is a superior solution compared to Bungeecord / Waterfall unless you're

<LinkCard
title="Download"
description="Download a copy of Velocity via papermc.io"
href="https://papermc.io/downloads#Velocity"
description="Download a copy of Velocity via jar.smd.gg"
href="https://smd.gg/velocity"
/>

#### Waterfall
Expand All @@ -139,8 +133,8 @@ A fork of Bungeecord run by the Paper developers, Waterfall supports most if not

<LinkCard
title="Download"
description="Download a copy of Waterfall via papermc.io"
href="https://papermc.io/downloads#Waterfall"
description="Download a copy of Waterfall via jar.smd.gg"
href="https://smd.gg/waterfall"
/>

:::caution
Expand Down Expand Up @@ -173,3 +167,10 @@ There are sometimes cool spin-offs that we feel are worthy of mentioning their e
<LinkCard title="Petal" href="https://github.com/Bloom-host/Petal" />
<LinkCard title="PaperRecorder" href="https://github.com/Bryan1029384756/PaperRecorder" />
</CardGrid>

:::danger

#### Any Jar that combines Plugins & Mods

Do not use any server software such as Magma or Mohist. These are generally unstable. [Mohist also replaces EssentialsX jars with modified jars](https://essentialsx.net/do-not-use-mohist.html), which might not be safe.
:::

0 comments on commit aff5409

Please sign in to comment.