Skip to content
Dev7ex edited this page Nov 6, 2024 · 11 revisions

Frequently Asked Questions

Question 1: How can I create a new world?

Answer:
To create a new world, use the command /world create <Name> <Environment> <-g, -s, -t> <Generator | Seed | Type>. Make sure to specify the correct Environment type (NORMAL, NETHER, END), and optionally add Generator, Seed, or Type options.
Example: /world create MyNewWorld NORMAL -s 1234567890.


Question 2: How do I import an existing world?

Answer:
Use the command /world import <Name> <Environment> <-g, -t> <Generator | WorldType> to import an existing world. You can add options like NORMAL or FLAT for WorldType, as well as specific Generators.
Example: /world import ExistingWorld NORMAL -t NORMAL.


Question 3: How can I set permissions for world commands?

Answer:
To set permissions, assign the necessary permissions for each command. For example, to allow the /world create command, grant the permission multiworld.command.world.create to the desired player or group. This can typically be done using a permissions manager plugin, such as MultiPerms.


Question 4: How can I backup a specific world?

Answer:
To create a backup, use the command /world backup <WorldName>. This will generate a backup of the specified world, which can later be restored if needed.
Example: /world backup AdventureWorld.


Question 5: What should I do if a world fails to load?

Answer:
If a world fails to load, check if the world files are intact and ensure that the world folder is correctly placed in the server's root directory. You can also try re-importing the world with /world import <Name> <Environment> if needed.


Question 6: How can I generate a clear and accurate error message?

Answer:

To accurately diagnose and resolve your issue, I need the following information:

  1. Complete server log showing the error.
  2. Server software and version—please check in advance if MultiWorld supports this version. If it’s unsupported, try reproducing the error on a compatible server version before reporting.
  3. Optional: If the issue is complex or difficult to describe, consider providing a video that demonstrates the error. Ensure that the error details are fully visible in the console.

Providing this information will help us categorize and troubleshoot your issue effectively.


Question 7: Is there support for separate inventories across different worlds?

Answer:

The developer, Dev7ex, is currently working on an add-on for MultiWorld that will enable support for separate inventories across worlds. This add-on will be marketed as MultiWorld-Inventories. However, there is no confirmed release date for it yet.

Clone this wiki locally