> For the complete documentation index, see [llms.txt](https://docs.oxygenserv.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oxygenserv.com/en/minecraft/installer-spigot-bukkit-forge.md).

# Install Spigot / Bukkit / Forge

{% hint style="warning" %}
Changing version/software can overwrite files.\
Make a backup beforehand: [Create a backup and restore it](/en/dashboard/creer-une-sauvegarde-et-la-restaurer-sur-son-serveur.md).
{% endhint %}

### Objective

Install a Minecraft server variant (Paper/Spigot/Bukkit/Forge) and the associated Minecraft version.

### Step-by-step guide

{% stepper %}
{% step %}
**Change the engine**

On the dashboard, open the **Addons**.

<figure><img src="/files/029520073a9bb382b2c00953503e2784b57455b6" alt=""><figcaption></figcaption></figure>

Select the engine of your choice.
{% endstep %}

{% step %}
**Choose the version and implementation**

Choose the desired game version.

<figure><img src="/files/be4c9dfa676538ce3cdee5428c7333263e6d724c" alt=""><figcaption></figcaption></figure>

Then the build associated with that version, the latest is recommended.

<figure><img src="/files/1d9e9797026b3810d54852f43ce6ebc8efab49d2" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Start and validate**

Start the server.

Check the console to confirm the version and absence of errors.
{% endstep %}
{% endstepper %}

### Common issues

* **Server does not start after change** : wrong Java version or wrong build.
* **Plugins not loaded** : you might be on Vanilla/Forge. Bukkit/Spigot plugins require Paper/Spigot.
* **World “reset”** : the world folder has changed (see `level-name`).

### FAQ

#### Paper, Spigot, Forge: which should I choose?

* **Paper** : recommended for its performance and plugins.
* **Spigot** : plugins, more “vanilla-like”.
* **Forge** : mods (not classic Bukkit plugins).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.oxygenserv.com/en/minecraft/installer-spigot-bukkit-forge.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.
