Demensions not loading
Toekneeeeeeeeee opened this issue · 5 comments
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
/lobby in minecraft comes up with the text "Unable to teleport to Lobby, because lobby:lobby_dimension dimension is not loaded!
Expected behavior
teleport us to lobby
Debugging
game does not crash
Is the issue happening in combination with other mods? (If yes, please provide a full list)
i dont believe so
Additional context
Add any other context about the problem here.
Thanks for the report, please check the FAQ which describe this issue like:
I installed the mod, but it is not working?
There are some mods which blocking the custom dimension creation until they have created their custom dimensions.
If this happens other mods are not able to create their customer dimension on the first start.
Normally the issue is fixed by just restarting the server, you will additionally see a message in the log if this is needed.
If you still run into issues, please add your log file to this report and I will take a closer look.
Thanks for the feedback, unfortunately I can't find any attached log.
Please use a secret gist like https://gist.github.com/ or something similar to share the file with this report.
Alternative, you could perform the following steps in the mean time:
Client Steps
- Install the mod on the client
- Start a new world and visit each lobby dimension once
- Stop the client
Server Steps
- Create a backup of your server
- Stop the server
- Empty the /dimensions/lobby directory, if needed
- Copy the corresponding /dimensions/lobby files from the client to the server directory
- Start the server
Because the dimension creation is a standard feature in most of the case a modified client /server or an mod is the issue.
But once the files are on the server it should work without any issue, regardless of the underlying issue.
Thanks for the log, I can see that you are using a deprecated version 1.18.1.
I recommend switching to 1.18.2 as soon as possible, because 1.18.1 is known to have problems with dimensions, mods and datapacks. Furthermore most of the mods are no longer updated for 1.18.1.
Anyways I updated the 1.18.1 version with the latest update from 1.18.2, which maybe fix your issue.
Please try the following steps
- Stop the server.
- Delete your
/dimensions/lobby
from your world directory. - Update the mod with
lobby_1.18.1-3.1.0.jar
- Start the server
- Check if you could use the command, if not restart the server once or two times
If the dimensions are still not created you could only upgrade to 1.18.2 or you can follow the steps from #12 (comment) to manually copy a pre-generated dimension to your server.