Update server types and performance notes
This commit is contained in:
parent
c557b5a723
commit
fc5ca856a8
1 changed files with 4 additions and 2 deletions
|
|
@ -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 |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue