|
| 1 | +--- |
| 2 | +title: Frequently Asked Questions |
| 3 | +icon: MessageCircleQuestionMark |
| 4 | +description: Frequently Asked Questions about PerWorlds |
| 5 | +--- |
| 6 | + |
| 7 | +import { Accordion, Accordions } from "fumadocs-ui/components/accordion" |
| 8 | + |
| 9 | +<Accordions type="single"> |
| 10 | + <Accordion |
| 11 | + title="What is PerWorlds and how does it work?" |
| 12 | + id="what-is" |
| 13 | + > |
| 14 | + **PerWorlds** is a plugin that allows you to have separate inventories, advancements, statistics, and more for each world or group of worlds on your Minecraft server. |
| 15 | + It is designed to work seamlessly with [Worlds](../worlds) but can also be used on its own. |
| 16 | + </Accordion> |
| 17 | + <Accordion |
| 18 | + title="Which server software does PerWorlds support?" |
| 19 | + id="server-software" |
| 20 | + > |
| 21 | + The only officially supported and recommended server software is [Paper](https://papermc.io/software/paper). |
| 22 | + Forks like [Purpur](https://purpurmc.org/) and [Pufferfish](https://pufferfish.host/downloads) are known to work too. |
| 23 | + |
| 24 | + <Callout type="info"> |
| 25 | + Purpur provides an option to extend the maximum number of enderchest rows, which is supported by PerWorlds. |
| 26 | + </Callout> |
| 27 | + |
| 28 | + <Callout type="error" title="Note"> |
| 29 | + Support will not be provided for non-paper based server software or unknown, arbitrary forks. |
| 30 | + Hybrids that try to support both mods and plugins are completely unsupported and will most likely not work. |
| 31 | + </Callout> |
| 32 | + </Accordion> |
| 33 | + <Accordion |
| 34 | + title="Can I migrate from other per-world inventory plugins?" |
| 35 | + id="migration" |
| 36 | + > |
| 37 | + There is **no automatic migration** from other plugins (yet). |
| 38 | + However, data import is planned for a future release and currently work in progress. |
| 39 | + </Accordion> |
| 40 | + <Accordion |
| 41 | + title="Are there any incompatible plugins?" |
| 42 | + id="incompatible" |
| 43 | + > |
| 44 | + Yes, some plugins are known to be **incompatible** or may cause issues with PerWorlds. |
| 45 | + |
| 46 | + <Callout type="error" title="Incompatible Plugins"> |
| 47 | + Below you can find all plugins that are known to be incompatible with PerWorlds. |
| 48 | + Do not use these plugins together with PerWorlds as they may cause data loss or corruption. |
| 49 | + |
| 50 | + - **GameModeInventories** |
| 51 | + - **Multiverse-Inventories** |
| 52 | + </Callout> |
| 53 | + |
| 54 | + <Callout type="warn" title="Plugins that cause slight hiccups with PerWorlds"> |
| 55 | + The following plugins may cause issues with PerWorlds in certain situations. |
| 56 | + |
| 57 | + - **Multiverse-Core** (overrides the gamemode when teleporting between worlds) |
| 58 | + </Callout> |
| 59 | + |
| 60 | + If you encounter issues with other plugins, please [open an issue](https://github.com/TheNextLvl-net/per-worlds/issues/new?template=bug_report.yml). |
| 61 | + </Accordion> |
| 62 | +</Accordions> |
0 commit comments