Skip to content

Commit 8deacd3

Browse files
committed
update with new facts
1 parent 2673e31 commit 8deacd3

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

src/routes/guide/choosing-a-server/+page.svx

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ For some, a lack of bug fixes can be both positive and negative. Mileage may var
4747
:::
4848

4949
:::info
50-
Even if it says bad performance, many servers in this list are still quite fast. For small servers on decent
51-
hardware, it doesn't really matter what you choose
50+
Even though it mentions bad performace, the vanilla server still has decent performance. For small servers on decent
51+
hardware, it doesn't really matter what you choose.
5252
:::
5353

5454
## Spigot
5555

5656
[Spigot](https://www.spigotmc.org/) is another popular server software, it comes with some basic performance
5757
optimizations, and is not as customizable as Paper. It can cause some issues with datapacks but mitigating
58-
datapack-related bugs is significantly easier when compared to Paper. If you want plugins and datapacks, this is likely
58+
datapack-related bugs is significantly easier when compared to Paper. If you want plugins *and* datapacks, this is likely
5959
the one you want.
6060

6161
| Pros | Cons |
@@ -78,11 +78,16 @@ datapacks and even some plugins for the sake of performance, modernity and bug f
7878
| Modern and forward-looking | Can take a while to update due to relying on Spigot as a base |
7979
| Comes with extensive documentation and configuration options | Some useful bugs are fixed by default (TNT duping, sand duping, etc.) |
8080

81+
:::note
82+
Until recently, Paper was based Spigot, but recently, they converted the project into a hard fork (no longer based on Spigot), however, the software is still slow to update and make stable releases.
83+
:::
84+
8185
## Forge
8286

8387
[Forge](https://minecraftforge.net/) is a mod-based server software used primarily by older Minecraft servers. Forge is
8488
the gold standard for mods for versions >1.13 while still offering support for latest versions. Many mod packs such as
85-
RLCraft, Pixelmon, ATM (All The Mods) will **only** run on Forge.
89+
RLCraft, Pixelmon, ATM (All The Mods) will **only** run on Forge. Forge is still updated to latest versions, however, newer
90+
loaders are recommended.
8691

8792
| Pros | Cons |
8893
| ------------------------------------- | ------------------------------------------------------- |
@@ -115,8 +120,8 @@ or both!
115120
## Fabric
116121

117122
[Fabric](https://fabricmc.net/) is another mod-based server software. Fabric is used by most modern modded servers due
118-
to its fast boot time, flawless injection and great mods. Fabric is likely the best modded server for use with datapacks
119-
due to how cleanly code is injected.
123+
to its fast boot time, advanced injection and great mods. Fabric is likely the best *modded* server for use with datapacks
124+
due to how it injects its code.
120125

121126
| Pros | Cons |
122127
| ---------------------------------- | ----------------------------------------------- |

0 commit comments

Comments
 (0)