Skip to content

Commit

Permalink
Update intro.mdx
Browse files Browse the repository at this point in the history
fixed n shid
  • Loading branch information
goosBanny authored Nov 9, 2023
1 parent 4a124d8 commit 74c4d63
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/content/docs/guides/Minecraft/Optimisation/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ A section for optimising Minecraft servers. Optimising your server means to impr

### Spark Profiler
You should use the Spark Profiler for monitoring server performance e.g. vanilla mechanics, plugins, GC pauses and cycles, memory usage etc.
<div>
<a class="button button--outline button--primary" href="https://spark.lucko.me/">Spark Website</a>
</div>

### Server JAR
Pufferfish is currently the fastest, most stable free Paper fork available. Another alternative would be Purpur, which provides additional mechanics for players at the expensive of rather negligible performance loss against Pufferfish. Velocity is the best option for the proxy. Although it doesn't have as many plugins as Bungeecord, it is far more stable and secure by default. Most important plugins have already added support for Velocity.
[https://pufferfish.host/downloads](https://pufferfish.host/downloads) is currently the fastest, most stable free Paper fork available. Another alternative would be [Purpur](https://purpurmc.org/downloads), which provides additional mechanics for players at the expense of rather negligible performance loss against Pufferfish.
As for proxies, [Velocity](https://papermc.io/software/velocity) is easily the best option. Although it doesn't have as many plugins as Bungeecord, it is far more stable and secure by default. Most popular plugins have already added support for Velocity.

You may also want to take a look at UniverseSpigot. Highly recommended for servers with player counts exceeding 200 (and experiencing lag, of course). It's $60 price tag is certainly worth it.
You may also want to take a look at [UniverseSpigot](https://polymart.org/resource/universespigot-1-20-1.4805). Highly recommended for servers with player counts exceeding 200 (and experiencing lag, of course). It's $60 price tag is certainly worth it. Do be careful with what settings you change as they can drastically affect gameplay.

Topic | Summary
------------ | -------
Basic Optimisation | Tweaks that will likely suffice for small to medium-sized servers (< 100 Players) assuming that they are run on a good CPU.
Basic Optimisation | Tweaks that will likely suffice for small to medium-sized servers (< 100 Players) assuming that they have sufficient CPU & memory resources.
Advanced Optimisation | Tweaks made for larger servers with at least 150 players.

0 comments on commit 74c4d63

Please sign in to comment.