# 兼容的Minecraft版本

## 如果你的服务器是跨版本服务器

{% hint style="info" %}

### 如果你的服务器是单版本服务器，那以下的优化设置十分重要：

ScratchIt在使用时针对不同的Minecraft版本会创建不同的地图实例，因为不同版本的地图不同。你可以禁用某些版本的地图来优化插件。
{% endhint %}

如果你使用的是跨版本服务器，则必须检查 `config.yml` 中以下的选项是否打开。

```yaml
graphics:
  viaversion:
    v1_8: true
    v1_12: true
    v1_16: true
```

* 如果你的服务器支持1.8-1.11的客户端连入，则将 `v1_8` 设为 **true**&#x20;
* 如果你的服务器支持1.12-1.15的客户端连入，则将 `v1_12` 设为 **true**&#x20;
* 如果你的服务器支持1.16的客户端连入，则将 `v1_16` 设为 **true**&#x20;


---

# 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://scratchit.devs.beer/cinese/minecraft-versions-compatibility.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.
