Update server types and performance notes

This commit is contained in:
Tenkuma 2025-11-17 06:27:25 -03:00 committed by GitHub
commit fc5ca856a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,8 +15,10 @@ The vanilla Minecraft server lacks optimizations, which are usually present in p
| Name | Type | Performance | Notes | | Name | Type | Performance | Notes |
|----|----|----|----| |----|----|----|----|
| Vanilla | No mods/plugins | Lacks optimizations | | | Vanilla | No mods/plugins | Lacks optimizations | |
| Purpur | Plugins | Optimizations over PaperMC | Compatible with PaperMC but has more features | | Purpur | Plugins | Applies Pufferfish optimizations | Fork of - thus compatible with - PaperMC with patches from Pufferfish and a lot of other features |
| PaperMC | Plugins | Standard optimizations | Compatible with Bukkit | | Pufferfish | Plugins | Enterprise grade performance | Designed for large enterprise servers, fork of - thus compatible with - PaperMC |
| PaperMC | Plugins | Standard optimizations | Fork of - thus compatible with - Bukkit |
| Spigot | Plugins | Better than Bukkit | Not used too much anymore as PaperMC and it's forks are generally better |
| Bukkit/CraftBukkit | Plugins | Better than vanilla, worse than other plugin loaders | Foundation of Minecraft plugins | | Bukkit/CraftBukkit | Plugins | Better than vanilla, worse than other plugin loaders | Foundation of Minecraft plugins |
| Project Poseidon | Plugins | Better than CraftBukkit | A fork of CraftBukkit for beta 1.7.3, adds a lot of features. Works with existing CraftBukkit plugins. | | Project Poseidon | Plugins | Better than CraftBukkit | A fork of CraftBukkit for beta 1.7.3, adds a lot of features. Works with existing CraftBukkit plugins. |
| UberBukkit | Plugins | Probably the same as Poseidon | A fork of Project Poseidon, adds backward compatibility | | UberBukkit | Plugins | Probably the same as Poseidon | A fork of Project Poseidon, adds backward compatibility |