> For the complete documentation index, see [llms.txt](https://wiki.mypet-plugin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mypet-plugin.com/setup-guide/getting-started/readme.md).

# Supported Versions

A guide to which server softwares and Minecraft versions are supported

MyPet supports a wide range of Minecraft versions of [Paper](https://papermc.io/).

#### Version Support Policy

* We always recommend updating to the latest supported Minecraft server version.
* Expect support for minor updates of older major versions to be dropped. For example, if 1.21 is out, earlier minor versions of 1.20 (like 1.20.1, 1.20.2, etc) may have their support dropped in favor of the latest minor version (1.20.6.)
* If a Minecraft version you are looking for is not listed below, it is likely not supported.

{% tabs %}
{% tab title="26.2" %}

<table><thead><tr><th width="132">Version</th><th>Supported</th></tr></thead><tbody><tr><td>26.2</td><td>✅ Supported</td></tr></tbody></table>
{% endtab %}

{% tab title="26.1" %}

<table><thead><tr><th width="132">Version</th><th>Supported</th></tr></thead><tbody><tr><td>26.1.2</td><td>✅ Supported</td></tr><tr><td>26.1.1</td><td>✅ Supported - recommended to update to 26.1.2</td></tr><tr><td>26.1</td><td>✅ Supported - recommended to update to 26.1.2</td></tr></tbody></table>
{% endtab %}

{% tab title="1.21" %}

<table><thead><tr><th width="132">Version</th><th>Supported</th></tr></thead><tbody><tr><td>1.21.11</td><td>✅ Supported</td></tr><tr><td>1.21.10</td><td>✅ Supported - recommended to update to 1.21.11</td></tr><tr><td>1.21.9</td><td>✅ Supported - recommended to update to 1.21.11</td></tr><tr><td>1.21.8</td><td>✅ Supported - recommended to update to 1.21.11</td></tr><tr><td>1.21.7</td><td>✅ Supported - recommended to update to 1.21.11</td></tr><tr><td>1.21.6</td><td>✅ Supported - recommended to update to 1.21.11</td></tr><tr><td>1.21.5</td><td>✅ Supported - recommended to update to 1.21.11</td></tr><tr><td>1.21.4</td><td>✅ Supported - recommended to update to 1.21.11</td></tr><tr><td>1.21.3</td><td>✅ Supported - recommended to update to 1.21.11</td></tr><tr><td>1.21.2</td><td>✅ Supported - recommended to update to 1.21.10</td></tr><tr><td>1.21.1</td><td>✅ Supported - recommended to update to 1.21.10</td></tr><tr><td>1.21</td><td>✅ Supported - recommended to update to 1.21.10</td></tr></tbody></table>
{% endtab %}

{% tab title="1.20" %}

<table><thead><tr><th width="132">Version</th><th>Supported</th></tr></thead><tbody><tr><td>1.20.6</td><td>✅ Supported</td></tr><tr><td>1.20.5</td><td>❌ Not Supported - update to 1.20.6</td></tr><tr><td>1.20.4</td><td>❌ Not Supported - update to 1.20.6</td></tr><tr><td>1.20.3</td><td>❌ Not Supported - update to 1.20.6</td></tr><tr><td>1.20.2</td><td>❌ Not Supported - update to 1.20.6</td></tr><tr><td>1.20.1</td><td>❌ Not Supported - update to 1.20.6</td></tr><tr><td>1.20</td><td>❌ Not Supported - update to 1.20.6</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.mypet-plugin.com/setup-guide/getting-started/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
