Skip to content

Commit a94b352

Browse files
committed
fix(docs): update FAQ for Worlds and PerWorlds compatibility and server software support
1 parent cfb0460 commit a94b352

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

content/docs/worlds/faq.mdx

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@ import { Accordion, Accordions } from "fumadocs-ui/components/accordion"
1111
title="I want to use Worlds and PerWorlds but my server doesn't start, what do I do?"
1212
id="perworlds"
1313
>
14-
**Worlds** already **bundles PerWorlds**.
15-
You can safely **remove** the **PerWorlds jar** file from your plugins directory.
16-
Paper will prevent the server startup if the **same plugin** is installed **twice**.
14+
In previous versions, **Worlds** already came bundled with **PerWorlds**.
15+
You can either **update Worlds** (highly recommended), or **remove** the **PerWorlds jar** file from your plugins directory.
16+
17+
<Callout type="info" title="Note">
18+
Since version 3.3.0, Worlds no longer includes PerWorlds.<br/>
19+
If you want to use PerWorlds, you have to install it [separately](https://modrinth.com/project/lpfQmSV2).
20+
</Callout>
21+
1722
</Accordion>
1823
<Accordion
1924
title="Error on startup, what do I do?"
@@ -35,12 +40,10 @@ import { Accordion, Accordions } from "fumadocs-ui/components/accordion"
3540
id="folia"
3641
>
3742
Yes, since version 2.1.0 (Minecraft 1.21.4) Worlds officially supports Folia.
38-
There are some limitations but we are working on solutions to those problems.
39-
Current limitations include:
40-
- World unloading
41-
- PerWorlds (completely disabled on Folia)
42-
- Daylight cycle is stuck in non default worlds
43-
- Mob AI behaves strangely in non default worlds
43+
There are some limitations but we are working on solutions to those problems.
44+
45+
The most noticeable limitation is that world linking only works for end portals, but not for nether portals.
46+
4447
</Accordion>
4548
<Accordion
4649
title="How do World Links work?"
@@ -62,21 +65,20 @@ import { Accordion, Accordions } from "fumadocs-ui/components/accordion"
6265
title="Which server software does Worlds support?"
6366
id="server-software"
6467
>
65-
The only officially supported server software are [Paper](https://papermc.io/software/paper)
66-
and [Folia](https://papermc.io/software/folia)
67-
although forks like [Purpur](https://purpurmc.org/) or [Pufferfish](https://pufferfish.host/downloads)
68-
most likely work as well.
69-
68+
The only officially supported and recommended server software are [Paper](https://papermc.io/software/paper) and [Folia](https://papermc.io/software/folia)
69+
although forks like [Purpur](https://purpurmc.org/) or [Pufferfish](https://pufferfish.host/downloads) work as well.
70+
The Folia forks [Foldenor](https://github.com/Edenor-Minecraft/Foldenor) and [Luminol](https://github.com/LuminolMC/Luminol) are known to work properly now too.
71+
7072
<Callout type="error" title="Note">
71-
Support will not be provided for non-paper based server software or unknown, arbitrary forks.
72-
Non-paper based server software will probably never be supported.
73+
Support will not be provided for non-paper based server software or unknown, arbitrary forks.
74+
Non-paper based server software will probably never be supported.
7375
Hybrids that try to support both mods and plugins are completely unsupported and will most likely not work.
7476
</Callout>
7577
<Callout type="warn" title="Warning">
76-
Forks of Folia might not work as intended with Worlds.
77-
Forks like [Foldenor](https://github.com/Edenor-Minecraft/Foldenor) are known to break compatibility,
78-
see [#8](https://github.com/Edenor-Minecraft/Foldenor/issues/8)
78+
Some forks of Folia might cause problems in certain situations.<br/>
79+
For reference see [#8](https://github.com/Edenor-Minecraft/Foldenor/issues/8) and [#98](https://github.com/LuminolMC/Luminol/issues/98)
7980
</Callout>
81+
8082
</Accordion>
8183
<Accordion
8284
title="Can I store my worlds in a seperate directory?"

0 commit comments

Comments
 (0)