MyWorlds/MultiverseImporting

From BergerHealer Wiki
Jump to navigation Jump to search
m (1 revision imported)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[MyWorlds|« Go back]]
There used to be some mechanism for importing but aside from basic stuff, there isn't, really. You will have to set up the following things using myworlds again for existing multiverse worlds:


==How to import Multiverse's configuration into MyWorlds==
== Loading worlds ==
A common question, so as of 1.65 there is automatic importing logic in MyWorlds. Whenever you load new worlds while Multiverse is running, and Multiverse has a configuration available, MyWorlds will use that configuration by default. You can disable this behaviour in the config.yml.
Make sure to load the worlds again using MyWorlds. You can also opt to load both MyWorlds and Multiverse plugins at the same time. Then MyWorlds will pick up when Multiverse loads up new worlds and take over configuration options like the chunk generator plugin used.


To manually import these worlds (after they were already imported before by MyWorlds by loading them), follow these steps:
== Stuff you probably have to change after ==
 
These things you will likely have to configure after:
==Step 1: Install both MyWorlds 1.65+ and Multiverse==
* Time. E.g. /mw time always 12:00 for always day
That is all you need to do, no configuration changes are needed.
* Weather. E.g. /mw weather always clear to disable rain
 
==Step 2: Start the server==
And check up on the server log to see that all is well.
 
==Step 3: Reset the configuration for worlds you wish to take over==
Use the following command to reset specific world configurations:
 
<code>/world config reset [worldname1] [worldname2] [etc.]</code>
If you want to take over ALL worlds, use:
 
<code>/world config reset</code>
Please note that any settings you had set for worlds yourself will get lost, with the exception of a minor few.
 
==Step 4: Restart the server==
Between stopping and starting the server again, you could remove Multiverse or only remove the world configuration of Multiverse if you wish to keep using it. This way there won't be any conflicts between Multiverse and MyWorlds when trying to load worlds.

Latest revision as of 09:41, 12 October 2025

There used to be some mechanism for importing but aside from basic stuff, there isn't, really. You will have to set up the following things using myworlds again for existing multiverse worlds:

Loading worlds

Make sure to load the worlds again using MyWorlds. You can also opt to load both MyWorlds and Multiverse plugins at the same time. Then MyWorlds will pick up when Multiverse loads up new worlds and take over configuration options like the chunk generator plugin used.

Stuff you probably have to change after

These things you will likely have to configure after:

  • Time. E.g. /mw time always 12:00 for always day
  • Weather. E.g. /mw weather always clear to disable rain