Failed to import copy of a world
daan-blokpoel opened this issue ยท 2 comments
Im trying to clone my default world 'world' to 'copy_world' with the /mv import {world} {env} command, but i get 'Failed'. In the debug file this error occured:
2021-02-12 17:03:51 [SEVERE] [Multiverse-Core] The world 'copy_world' could NOT be loaded because the server didn't like it!
2021-02-12 17:03:51 [SEVERE] [Multiverse-Core] We don't really know why this is. Contact the developer of your server software!
2021-02-12 17:03:51 [SEVERE] [Multiverse-Core] Server version info: git-Spigot-628435a-b5e5adc (MC: 1.16.4)
2021-02-12 17:03:51 [SEVERE] [Multiverse-Core] Failed to Create/Load the world 'kopie_world'
This is what i did:
- I copied the 'world' folder via FTP to 'copy_world'
- I checked that the permissions were right -> they were.
- Executed the /mv import command with an opped user.
Is there some UID that i need to change before MV Core can import the same world?
Thanks in advance for help.
Daan