File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments