Skip to content

Commit

Permalink
Merge branch 'v3' into add-neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
ukdaaan authored Mar 27, 2024
2 parents bf3670d + aff5409 commit 853aca7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ All commands are run from the root of the project, from a terminal:

## 🙏 Thanks to all Contributors
Thanks a lot for spending your time in helping setup.md grow. Thanks a lot! ❤️
<a href = "https://github.com/setupmd/docs/graphs/contributors">
<img src = "https://contrib.rocks/image?repo=setupmd/docs" alt="Contributors to setup.md docs"/>
</a>
<a href="https://github.com/setupmd/docs/graphs/contributors">
<img src="https://contrib.rocks/image?repo=setupmd/docs" />
</a>

## 📑 License
Licensed under [CC BY-NC-SA 4.0 DEED](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en).
Expand Down
31 changes: 19 additions & 12 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 Down Expand Up @@ -110,6 +111,7 @@ NeoForge is a fork of the Forge project with almost all of the original team [ex
#### Fabric

Fabric is another modding API and server jar. Fabric mods are able to change practically any mechanics of the game, is more lightweight compared to Forge, and generally performs better than vanilla thanks to the wide range of optimization mods avaliable such as Lithium, Starlight, ModernFix etc. Take a look at [this list](https://github.com/NordicGamerFE/usefulmods).

<LinkCard
title="Download"
description="Download a copy of Fabric via fabricmc.net"
Expand All @@ -130,8 +132,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 @@ -140,10 +142,14 @@ 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
The PaperMC team have announced that Waterfall has now reached end of life in favour of Velocity. You can read the full announcement here - https://link.setup.md/waterfall-eol. We will remove this option from our wiki in the coming months.
:::

---

### Geyser Standalone
Expand Down Expand Up @@ -176,4 +182,5 @@ There are sometimes cool spin-offs that we feel are worthy of mentioning their e
#### Avoid any Jar that combines Plugins & Mods

Do not use any hybrid 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 853aca7

Please sign in to comment.