You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/guide/choosing-a-server/+page.svx
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -47,15 +47,15 @@ For some, a lack of bug fixes can be both positive and negative. Mileage may var
47
47
:::
48
48
49
49
:::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.
52
52
:::
53
53
54
54
## Spigot
55
55
56
56
[Spigot](https://www.spigotmc.org/) is another popular server software, it comes with some basic performance
57
57
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
59
59
the one you want.
60
60
61
61
| Pros | Cons |
@@ -78,11 +78,16 @@ datapacks and even some plugins for the sake of performance, modernity and bug f
78
78
| Modern and forward-looking | Can take a while to update due to relying on Spigot as a base |
79
79
| Comes with extensive documentation and configuration options | Some useful bugs are fixed by default (TNT duping, sand duping, etc.) |
80
80
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
+
81
85
## Forge
82
86
83
87
[Forge](https://minecraftforge.net/) is a mod-based server software used primarily by older Minecraft servers. Forge is
84
88
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
0 commit comments