# &#x20;What is the Best Minecraft Server Jar

#### What is the Best Minecraft Server Jar

### Recommended Software:

#### [Purpur](https://purpurmc.org/)[​](https://docs.godlike.host/en/jars#purpur)

"Purpur is a drop-in replacement for Paper servers designed for configurability and new, fun, exciting gameplay features. \ Purpur aims to make your server more configurable, it adds **a lot** of fun or useful (all off by default) [configuration options](https://purpurmc.org/docs/Configuration/) to your server, it adds these on top of the paper and pufferfish improvements.

\
[Paper](https://papermc.io/)[​](https://docs.godlike.host/en/jars#paper)

Paper is a [fork](https://en.wikipedia.org/wiki/Fork_\(software_development\)) of Spigot and aims to have better performance and stability. It also has an expanded API, allowing plugins to become even faster. This jar is highly recommended as it fixes exploits, bugs, and more as well as it greatly improves performance and stability of any Minecraft server.\ Paper works with Bukkit and Spigot plugins and is the recommended default jar.[​](https://docs.godlike.host/en/jars#recommended-software)

***

### Modded Minecraft:[​](https://docs.godlike.host/en/jars#modded-minecraft)

#### [Forge](https://files.minecraftforge.net/) ([Installation Guide](https://docs.godlike.host/en/forge-setup))[​](https://docs.godlike.host/en/jars#forge-installation-guide)

Forge is a jar that adds a modding API for developers to tap into. It is much more expansive than Bukkit, as players also have to install mods on their end, allowing for more possibilites. It's recommended for mods and modpacks. Mostly used for older versions of the game. (pre1.12)

#### [Fabric](https://fabricmc.net/) ([Installation Guide](https://docs.godlike.host/en/fabric-setup))[​](https://docs.godlike.host/en/jars#fabric-installation-guide)

Fabric is a jar that makes modding easier and smoother than Forge. Fabric is considered superior to Forge due to a better API that is more documented. It's mostly used for more modern versions of the game.\ Fabric, with a few performance mods added, is recommended if you want to run a modern technical MC server.

***

### Other popular options:[​](https://docs.godlike.host/en/jars#other-popular-options)

#### [Vanilla](https://www.minecraft.net/en-us/download/server)[​](https://docs.godlike.host/en/jars#vanilla)

Vanilla is the jar provided by Mojang to run Minecraft servers. This is the bare minimum for servers with no plugin API for plugins to hook into or a modding API like forge. It is not optimized and only recommended for small groups of friends who want to play plain vanilla.

#### [Bukkit](https://bukkit.org/)[​](https://docs.godlike.host/en/jars#bukkit)

Bukkit is an open source but defunct jar that was used in the early days of Minecraft plugin development. In 2014, Bukkit Project lead Warren Loo announced the end of the Bukkit project. The project was then DMCA'd by a former developer causing massive amounts of code to no longer be apart of Bukkit. If you want to learn the whole situation, read [Justin Flory blog post](https://blog.jwf.io/2020/04/open-source-minecraft-bukkit-gpl/) about it. CraftBukkit is a continuation that is still supported by Spigot, but is not recommended for servers as it's old and rarely recieves updates.

#### [Spigot](https://www.spigotmc.org/)[​](https://docs.godlike.host/en/jars#spigot)

Spigot is a fork of Bukkit that began in 2012. After Bukkit defuncted, it became the new standard as Bukkit plugins could all run on Spigot. Spigot is not recommended anymore as Paper has far surpassed it in performance and options.

#### [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)[​](https://docs.godlike.host/en/jars#pufferfish)

"A highly optimized Paper fork designed for large servers requiring both maximum performance, stability, and "enterprise" features."\ Pufferfish is a fork of paper (and as such also includes all of the improvements paper adds) that aims to add even more performance optimizations over paper. It includes every change that airplane used to have. And adds some of its own changes too.

#### [Sponge](https://www.spongepowered.org/)[​](https://docs.godlike.host/en/jars#sponge)

Sponge is an API designed to be an overhaul of the Bukkit API, it also allows you to run Forge mods together with Sponge plugins. It doesn't run Bukkit or any of its fork plugins. Currently, Sponge is on version 1.12.2 and is recommended for if you want modpacks and plugins together as smoothly as possible.

#### [Minestom](https://minestom.com/)[​](https://docs.godlike.host/en/jars#minestom)

"Minestom is a complete rewrite of Minecraft server software, open-source and without any code from Mojang."\ Minestom is a *very* experimental developer API not meant to be used by end-users. Replacing Paper with this will not work since it does not implement the Bukkit API. It's very fast and can handle a lot of players. Only try if you like tinkering with code and are prepared to put in the work.

***

### Deprecated Server Software[​](https://docs.godlike.host/en/jars#deprecated-server-software)

> DANGER
>
> The server software mentioned in this section are no longer updated and are not recommended for use on your servers; however they are kept here for reference purposes.

#### [Airplane](https://airplane.gg/)[​](https://docs.godlike.host/en/jars#airplane)

"A stable, optimized, well supported 1.16.5 & 1.17 Paper fork."\ Airplane is a fork of paper (and as such also includes all of the improvements paper adds) that aims to add even more performance optimizations over paper.\ Airplane isn't being updated to modern versions of the game.

It is recommended that an alternative JAR such as [Purpur](https://docs.godlike.host/en/jars#purpur) or [Pufferfish](https://docs.godlike.host/en/jars#pufferfish) should be used.

#### [Tuinity](https://github.com/Spottedleaf/Tuinity)[​](https://docs.godlike.host/en/jars#tuinity)

Tuinity is a high performance fork of paper (and as such also includes all of the improvements paper adds) that brings more performance changes for servers to play around with. It can greatly increase TPS, allowing a smoother experience, especially on bigger servers. Tuinity has now been merged into [Paper](https://docs.godlike.host/en/jars#paper) with all of its improvements and optimizations, and as such Tuinity as a jar is now obsolete.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://know.endercloud.in/faq-minecraft/what-is-the-best-minecraft-server-jar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
