diff --git a/pages/de/docs/faq.md b/pages/de/docs/faq.md index 8fd4ce0..66da913 100644 --- a/pages/de/docs/faq.md +++ b/pages/de/docs/faq.md @@ -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? diff --git a/pages/docs/faq.md b/pages/docs/faq.md index 7763186..705217f 100644 --- a/pages/docs/faq.md +++ b/pages/docs/faq.md @@ -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)! diff --git a/pages/zh/docs/faq.md b/pages/zh/docs/faq.md index 6ca1ac3..1d94470 100644 --- a/pages/zh/docs/faq.md +++ b/pages/zh/docs/faq.md @@ -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 有什么区别?我该使用哪个?