Open ghost opened 5 years ago
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.
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.
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 :
EssentialsX: perworldinventory-kt: CoreProtect: WorldBorder: Vault: Multiverse:
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):
BTW, the hacky solution needs to use this class MVSPPlayerListener.java, not the TravelAgent Listener.
This looks like a conflict with MVNP as shown in #86
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:
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:
Thank you for the reading.