-
Notifications
You must be signed in to change notification settings - Fork 16
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
Portals are buggy #91
Comments
hmm, are the post commands being called still even if the teleport failed to occur? Seems like something else is going on. Enable debug and send logs and config. |
So here is the debug from when Lyds enters to portal (but also continues running as its retrying different locations) Config is here: https://pastebin.com/mcz4zm9c |
please include all of it then |
That was all of it |
Look, it never went further, the tp got cancelled because I was running as I entered the portal (like the gif) https://pastebin.com/Fv9DYbsv |
what do you mean by this then. |
If you see the gif in the 1st message, you'll kinda see that as I jump into the portal I continue pressing the w key as I land (so as I land, im instantly moving) |
and |
I don't get how that's retrying different locations.....????? retrying what? |
Wild version 2.27-e5669bb Server version paper 1.16.4 build 342 |
anyways I'm guessing something else is blocking the teleport, because those logs indicate the player is being teleported. Try without other plugins |
Not retying maybe, when it comes up at the top of the screen saying "searching locations 1/X" for example. If I move during that it just doesnt TP as shown in the gif |
wait so it does work if you "don't move"? |
If I just jump in and dont move at all, it will work |
do the logs look any different between the two scenarios? Can you paste one without moving and one with moving? |
ya, something else is interfering.
|
I'm gonna guess a bad anticheat or something? Idk. I'm looking at the code tho and it waits until the teleport method has finished before printing out that last debug line there I pasted. |
and it's calling Bukkit's teleport method |
Ok Ill check it out |
Weird I cant replicate it even with the same plugins |
And it works fine for OPs, just cancels for players, any ideas? |
OHH its when people are in survival mode it bugs out |
So if they are in creative, works fine |
It's NoCheatPlus, got it :D |
It's the survivalfly check so I cant really disable it, anything that can be done inside wildtp as to it triggering survival fly? |
Hmm, whoever's running the fork needs to listen for plugin teleports. I know there were issues with players going into End Portals before, but that was because Bukkit never properly notified plugins about the teleport. But... this should be doable to detect because it's a plugin triggering the teleport. Take it up with NCP basically. |
Alright perfect thanks, will let them know. We can close this off |
ya, there should be a debug toggle in NCP too that may help them out. |
Portals are slightly bugged. If you jump into one (for ones that are flat on the ground) and you instantly run as you land in it.. If it has to search through a couple of locations, it will cancel the TP and you will be in the portal having to wait for your cooldown.
(yes cancel rtp on move is disabled)
GIF for reference https://gyazo.com/f3b1c154cbdca27d2bf450d1b0e23775
The text was updated successfully, but these errors were encountered: