From a6e6bc2f110d3432aa269aa53f4de2d10bd4e62a Mon Sep 17 00:00:00 2001 From: Aevarkan Date: Sat, 25 Apr 2026 01:17:01 +0800 Subject: [PATCH 1/3] docs: add FAQ entry regarding support for Add-Ons --- docs/getting-started/faq.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/faq.md b/docs/getting-started/faq.md index 14e56eb0cc..4e6ef730e8 100644 --- a/docs/getting-started/faq.md +++ b/docs/getting-started/faq.md @@ -2,6 +2,13 @@ comments: true --- + + # Frequently Asked Questions ???+ question "Which platforms and architectures are supported by Endstone?" @@ -14,4 +21,20 @@ comments: true [^1]: While BDS is natively built for `x86-64`, it can also run well on `arm` systems via [Docker emulation]. Using emulation can also allow Endstone to run on macOS. -[Docker emulation]: installation.md/#with-docker-latest-arm-with-emulation \ No newline at end of file +[Docker emulation]: installation.md/#with-docker-latest-arm-with-emulation + + +???+ question "Does Endstone support Add-Ons?" + + Endstone is built around the official [Bedrock Dedicated Server (BDS)](https://www.minecraft.net/download/server/bedrock). + + Add-Ons, including behavior and resource packs, created for the base game will also work on Endstone. + + For more information, refer to [Microsoft's documentation](https://learn.microsoft.com/minecraft/creator/documents/bedrockserver/getting-started). From 4c72ef3722e084674509894a7a1ff5785159d7bd Mon Sep 17 00:00:00 2001 From: Aevarkan Date: Sat, 25 Apr 2026 15:52:06 +0800 Subject: [PATCH 2/3] docs: add FAQ entry regarding support for data packs --- docs/getting-started/faq.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/faq.md b/docs/getting-started/faq.md index 4e6ef730e8..a7883dff3d 100644 --- a/docs/getting-started/faq.md +++ b/docs/getting-started/faq.md @@ -15,7 +15,7 @@ comments: true Endstone is built around the official [Bedrock Dedicated Server (BDS)](https://www.minecraft.net/download/server/bedrock), which supports Windows and Ubuntu Linux. - Accordingly, Endstone only supports Windows and Ubuntu Linux. Other platforms may or may not function. + Accordingly, Endstone only supports Windows and Ubuntu Linux. Endstone may or may not function on other platforms. BDS natively supports the `x86-64` CPU architecture. Systems with `arm` CPU architectures are not officially supported.[^1] @@ -38,3 +38,12 @@ comments: true Add-Ons, including behavior and resource packs, created for the base game will also work on Endstone. For more information, refer to [Microsoft's documentation](https://learn.microsoft.com/minecraft/creator/documents/bedrockserver/getting-started). + + +???+ question "Does Endstone support Data Packs?" + + Data packs are the Java Edition equivalent of behavior packs. + + Endstone, being a plugin API for Bedrock Dedicated Servers, does not support data packs, or any other content made for Java Edition which isn't already supported by BDS. + + For more information, see [Microsoft's documentation](https://learn.microsoft.com/minecraft/creator/documents/differencesbetweenbedrockandjava#behavior-packs). From 6f519db24859d553c014c6c9ee218af949850cec Mon Sep 17 00:00:00 2001 From: Aevarkan Date: Wed, 29 Apr 2026 00:07:46 +0800 Subject: [PATCH 3/3] docs: clean up links in FAQ The only visible change is fixing the `Docker emulation` link --- docs/getting-started/faq.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/faq.md b/docs/getting-started/faq.md index a7883dff3d..577aca4872 100644 --- a/docs/getting-started/faq.md +++ b/docs/getting-started/faq.md @@ -13,7 +13,7 @@ comments: true ???+ question "Which platforms and architectures are supported by Endstone?" - Endstone is built around the official [Bedrock Dedicated Server (BDS)](https://www.minecraft.net/download/server/bedrock), which supports Windows and Ubuntu Linux. + Endstone is built around the official [Bedrock Dedicated Server (BDS)], which supports Windows and Ubuntu Linux. Accordingly, Endstone only supports Windows and Ubuntu Linux. Endstone may or may not function on other platforms. @@ -21,8 +21,6 @@ comments: true [^1]: While BDS is natively built for `x86-64`, it can also run well on `arm` systems via [Docker emulation]. Using emulation can also allow Endstone to run on macOS. -[Docker emulation]: installation.md/#with-docker-latest-arm-with-emulation - ???+ question "Does Endstone support Add-Ons?" - Endstone is built around the official [Bedrock Dedicated Server (BDS)](https://www.minecraft.net/download/server/bedrock). + Endstone is built around the official [Bedrock Dedicated Server (BDS)]. Add-Ons, including behavior and resource packs, created for the base game will also work on Endstone. @@ -47,3 +45,9 @@ comments: true Endstone, being a plugin API for Bedrock Dedicated Servers, does not support data packs, or any other content made for Java Edition which isn't already supported by BDS. For more information, see [Microsoft's documentation](https://learn.microsoft.com/minecraft/creator/documents/differencesbetweenbedrockandjava#behavior-packs). + + + + +[Docker emulation]: installation.md/#with-docker-latest--macos--with-emulation +[Bedrock Dedicated Server (BDS)]: https://www.minecraft.net/download/server/bedrock