-
Notifications
You must be signed in to change notification settings - Fork 299
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
[1.15.2] Unable to exit end dimension #2160
[1.15.2] Unable to exit end dimension #2160
Comments
Have you experienced this with just a 1.15.2 "Generic" Spigot Build? |
This comment was marked as duplicate.
This comment was marked as duplicate.
We've had this problem for a while - it seems to be when you don't have a bed set. My guess is it tries to respawn you at "spawn", in the current dimension, which then in our case just drops you through the portal over and over again (and an admin has to teleport you out). If your bed has been properly set and not destroyed before you enter the end, everything seems to work fine. |
I'm seeing the same with I'm also using CommandHelper 3.3.4 snapshot build 3911. I put the following in my
It only works if your overworld world's name is the same as your end world's name without the |
I found a much simpler workaround - the
It seems like this should be the default for consistency with vanilla Minecraft. |
hey, is there a way to get to the end sequence of Minecraft instead of respawning in the Normal world when going through the portal in the middle of the end? thanks for all answers :D |
Can someone confirm whether this was in issue in 1.14? |
I believe there was a change in either 1.15.1 or 1.15.2 that meant that exit portals no longer trigger the PlayerPortalEvent, but instead the PlayerRespawnEvent. That's my theory as to why this issue popped up. I'll do some testing to make sure, I'll post my findings here. |
I can confirm, the issue is still present in Spigot 1.16.5 |
Same for me here. The described does fix the teleporting, but you still get a message saying that your home bed was destroyed or obstructed or no charged respawn anchor has been found. This is no big deal, as it is fixable, but it shouldn't be an extra step ("just works"). |
@PaBox the message about bed is vanilla minecraft, it is not about the plugin |
This comment was marked as duplicate.
This comment was marked as duplicate.
@dumptruckman The vanilla behavior of this action is to return the player to the world spawn point, if their bed is broken or obstructed. With multiverse, it teleports the player to the top of the bedrock pillar at the end gateway, and gives the error that their bed was broken or obstructed. Please fix this issue by restoring the vanilla behavior if the player's bed is broken or obstructed. This is still present in 1.18.1. |
Even after using the command dcoshea posted players are still leaving the end and immediately spawning above the end portal. I'm assuming its because last location is set to on. Is there anyway to make it so leaving the end puts people back at their bed spawn like normal? |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
I can confirm this issue in Paper 1.21-109 Players entering the end portal cannot return to the overworld |
You need to set the respawn world. |
Environment
Tested Server Software:
PaperDragon 1.15.2
(Base: Paper @ f11d64728fd4351a74edd672ec336f3f07921abb)Paper 1.15.2 - Build 67
(8a0b371c6803027f15a3bfc66e2285955e9b8dc1)Plugins:
-
Multiverse-Core
@4.1.1-SNAPSHOT-b777
Summary
When attempting to exit the end dimension through the central end portal, you get teleported on top of where the dragon egg spawns. Nether portals work in both directions, as well as entering the end.
Debug: https://j.mp/2TMqmce
Related:
The text was updated successfully, but these errors were encountered: