Skip to content
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

The teleportation doesn't work #53

Open
ghost opened this issue Aug 31, 2019 · 5 comments
Open

The teleportation doesn't work #53

ghost opened this issue Aug 31, 2019 · 5 comments
Assignees

Comments

@ghost
Copy link

ghost commented Aug 31, 2019

Hi,

Version

I'm using on my spigot server version 1.14.4:

Issue

When I take a nether portal with a MV sign, I should be teleported on a specified world but I'm teleport in the nether.
I should be teleported on my specified world.

The config file is by default, I just turn on DEBUG on the logs.

Logs:

[Multiverse-SignPortals-Debug] Player could go to destination!
[Multiverse-SignPortals-Debug] Found The TouchedPortal event.
[Multiverse-SignPortals-Debug] Found top 2
[Multiverse-SignPortals-Debug] Found bottom 2
[Multiverse-SignPortals-Debug] Found left 3
[Multiverse-SignPortals-Debug] Found right 3
[Multiverse-SignPortals-Debug] WOO Found one! X: 6 Y: 58 Z: 1 P: 0 Y: 0
[Multiverse-SignPortals-Debug] Found normal X
[Multiverse-SignPortals-Debug] Woo! Notch Portal!
[Multiverse-SignPortals-Debug] Found a MV Sign (Nether Portal that has a Sign)
[Multiverse-SignPortals-Debug] world_canyon ::: world_canyon
[Multiverse-Core-Debug] Checking to see if player [Genskao] has permission [multiverse.access.world_canyon]... YES

Do you know this issue?

Quick and Dirty fix

While waiting for your reply, I have created a quick and dirty fix on MVSPTravelAgent.java method playerPortal:
image

Thank you for the reading.

@Jadiction
Copy link
Member

Jadiction commented Sep 14, 2019

Assigned dumptruckman to review the code, perhaps submit a pull request? I'll say that I haven't heard of MV-SignPortals not working lately but it's possible people just aren't reporting issues because it's the least popular MV sub-plugin.

@ghost
Copy link
Author

ghost commented Feb 23, 2020

Hi,
FYI: I have the same issue on spigot version 1.15.2 and I fixed it with the same fix.
Let me know if you have question about my issue.

@ghost
Copy link
Author

ghost commented Aug 9, 2020

Hi,

I have the same issue on spigot version 1.16.1 and I have a new clue. We need to have these minimal plugins to reproduce the issue :

image
EssentialsX:
image
perworldinventory-kt:
image
CoreProtect:
image
WorldBorder:
image
Vault:
image
Multiverse:
image

I tried in debug mode to find a solution, but my lack of knowledge of the Multiverse code is blocking me to help you further.

This quick and dirty fix save my portals (can help guy who have the same issue):
image

@diedthreetimes
Copy link

BTW, the hacky solution needs to use this class MVSPPlayerListener.java, not the TravelAgent Listener.

@zax71
Copy link
Member

zax71 commented Apr 24, 2024

This looks like a conflict with MVNP as shown in #86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants