> For the complete documentation index, see [llms.txt](https://kb.winterzone.se/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.winterzone.se/minecraft/categories/plugin-modifications/how-to-install-minecraft-plugins.md).

# How to install Minecraft Plugins

{% hint style="warning" %}
**Before you start:** Make sure your server version supports Minecraft plugins. Some common server versions which support plugins are Bukkit/CraftBukkit, Spigot, Paper Spigot and Sponge.
{% endhint %}

1. Download your desired plugin.
2. Open your server's files (Either via SFTP or the built in filemanager).
3. Navigate to the /plugins/ folder.
4. Upload your plugin(s).
5. Reload **(not recommended)** or restart **(recommended)** your Minecraft server.

If the plugin doesn't load make sure you installed the correct version and followed the installation guide provided by the author.

{% hint style="info" %}
The most popular and trusted websites for downloading plugins are [SpigotMC](https://spigotmc.org/resources) and [Bukkit.org](https://dev.bukkit.org/).
{% endhint %}


---

# 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://kb.winterzone.se/minecraft/categories/plugin-modifications/how-to-install-minecraft-plugins.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.
