> For the complete documentation index, see [llms.txt](https://scratchit.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scratchit.devs.beer/cinese/minecraft-versions-compatibility.md).

# 兼容的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;
