Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions pages/de/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@ Die [Anleitung von YouHaveTrouble](https://github.com/YouHaveTrouble/minecraft-o

## ❓ · Gibt es bekannte Inkompatibilitäten?

- [RealisticVillagers](https://www.spigotmc.org/resources/realisticvillagers.105055) (Inkompatibel ab Leaf 1.21.1).
- Wenn der `async-entity-tracker` aktiv ist, funktioniert [Citizens](https://www.spigotmc.org/resources/citizens.13811) nur, wenn auch der `compat-mode` aktiv ist
- Weitere Inkompatibilitäten sollten [hier](https://github.com/Winds-Studio/Leaf/issues/new/choose) gemeldet werden!
The neuste Leaf Version hat keine bekannten Inkompatibilitäten.

Allerdings gibt es in älteren Versionen bekannte Inkompatibilitäten:

- < 1.21.1 von Leaf ist nicht kompatibel mit dem [RealisticVillagers](https://www.spigotmc.org/resources/realisticvillagers.105055) Plugin.
- < 1.21.8 von Leaf ist nicht mit [Citizens](https://www.spigotmc.org/resources/citizens.13811) oder anderen Plugins kompatibel, die echte Entites als NPCs nutzen, sofern der Async Tracker aktiviert ist. Schalte den Async Tracker aus oder aktiviere den `compat-mode`.

Du hast ein inkompatibles Plugin gefunden? [Melde es hier](https://github.com/Winds-Studio/Leaf/issues/new/choose)!

## ❓ · Was ist der Unterschied zwischen mojmap und reobf? Was soll ich nutzen?

Expand Down
8 changes: 6 additions & 2 deletions pages/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ You can refer to [YouHaveTrouble's guide](https://github.com/YouHaveTrouble/mine

## ❓ · Any known incompatibilities?

- [RealisticVillagers](https://www.spigotmc.org/resources/realisticvillagers.105055) (Incompatible with the Leaf version lower than 1.21.1).
- In Async Tracker, if the server has [Citizens](https://www.spigotmc.org/resources/citizens.13811) the Tracker's `compat-mode` should be toggled on or disable the async tracker!
Leaf's latest version doesn't have any known incompatibilities.

However, here are some incompatibilities in legacy versions:

- < 1.21.1 of Leaf, incompatibile with [RealisticVillagers](https://www.spigotmc.org/resources/realisticvillagers.105055) plugin.
- < 1.21.8 of Leaf, if you enabled async tracker and have [Citizens](https://www.spigotmc.org/resources/citizens.13811) or any plugins using real entity as NPC, please enables tracker's `compat-mode` or disable the async tracker!

Found an incompatible plugin? [Report it here](https://github.com/Winds-Studio/Leaf/issues/new/choose)!

Expand Down
11 changes: 8 additions & 3 deletions pages/zh/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@

## ❓ · Leaf 有任何已知的不兼容问题吗?

- [RealisticVillagers](https://www.spigotmc.org/resources/realisticvillagers.105055)(不兼容低于 1.21.1 的 Leaf 版本)。
- 如果你的服务器装有 [Citizens](https://www.spigotmc.org/resources/citizens.13811) 插件,并开启了异步实体跟踪,请打开 异步实体跟踪的兼容模式 `compat-mode`,或关闭异步实体跟踪!
- 发现有不兼容的插件?[请在这里反馈](https://github.com/Winds-Studio/Leaf/issues/new/choose)!
目前,Leaf 的最新版本没有已知的兼容性问题。

但是一些旧版本存在以下兼容性问题:

- < 1.21.1:与 [RealisticVillagers](https://www.spigotmc.org/resources/realisticvillagers.105055) 插件不兼容。
- < 1.21.8:如果您启用了 Leaf 配置里的异步追踪,并且安装了 [Citizens](https://www.spigotmc.org/resources/citizens.13811) 或任何使用真实实体作为 NPC 的插件,请同时开启异步追踪的 `compat-mode` 或关闭异步追踪!

发现有不兼容的插件?[请在这里反馈](https://github.com/Winds-Studio/Leaf/issues/new/choose)!

## ❓ · mojmap 和 reobf 有什么区别?我该使用哪个?

Expand Down
Loading