-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Respawn in Overworld from Nether/End #155
base: main
Are you sure you want to change the base?
Conversation
This is Vanilla behaviour. It will only set if the worlds are named correctly and no links between the worlds are set.
I'm converting this PR to a draft, as it will need to be amended after #163. |
src/main/java/com/onarandombox/MultiverseNetherPortals/listeners/MVNPPlayerListener.java
Outdated
Show resolved
Hide resolved
A Suggestion is to compare world seeds to find the correct linked worlds and set the value of respawnWorld for the player when the world is added. |
Assuming this is still a problem. |
Use |
Quality Gate passedIssues Measures |
This is Vanilla behaviour. It will only set the respawnWorld if the worlds are named correctly and no links between the worlds are set.
This fixes Multiverse/Multiverse-Core#2160.