Skip to content

Commit 9c7dec3

Browse files
committed
docs: add FAQ entry on handling external world creator plugins
1 parent 329a063 commit 9c7dec3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

content/docs/worlds/faq.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,18 @@ import { Accordion, Accordions } from "fumadocs-ui/components/accordion"
136136
Both the Minecraft server as well as the client use keys to identify worlds.
137137
Mods and shaders may use the key to differentiate worlds.
138138
</Accordion>
139+
<Accordion
140+
title="How does Worlds handle external world creator plugins?"
141+
id="thrird-party-worlds"
142+
>
143+
Worlds does not interfere with external world creator plugins.
144+
If you use a third-party plugin to create worlds, there is not need to import them into Worlds.
145+
Worlds will automatically detect and manage these worlds as long as they are in the world container.
146+
Loading will be handled by the third-party plugin.
147+
148+
<Callout type="warn">
149+
Some plugins might break if you delete or unload worlds created by them, so be careful when doing so.
150+
</Callout>
151+
152+
</Accordion>
139153
</Accordions>

0 commit comments

Comments
 (0)