AcmeProject / WildernessTp

My WildernessTP plugin from spigot
GNU General Public License v3.0
13 stars 16 forks source link

If enabled Wait time in the WildernessTp teleport out from Hide And Seek minigame #95

Closed andris155 closed 3 years ago

andris155 commented 3 years ago

https://www.youtube.com/watch?v=TyfohN1wxXg Couldn't cancel waiting if the player teleports away?

  1. I use wild teleport command.
  2. The wild plugin don't teleport instantly, because I enabled Wait time.
  3. When I waited to teleport the wild. I used the minigame join command.
  4. I joined to the minigame.
  5. The wild wait time ended, when I'm already on the mini-game.
  6. The WildernessTp teleported to the wild from the minigame.
RoboMWM commented 3 years ago

Pretty sure any plugin with a warmup has this issue, but teleporting beforehand should cause a playermoveevent to fire after the teleport. Is the minigame in the same world?

andris155 commented 3 years ago

The minigame is same world in test server. But on my server the minigame is in another world.

RoboMWM commented 3 years ago

wait so the issue doesn't happen on the test server?

(No I haven't watched the video yet and I read much faster than I watch)

andris155 commented 3 years ago

But it does happen, only there is the minigame set in the same world.

RoboMWM commented 3 years ago

Weird. I guess I'll try to see if there's a good way to cancel on teleport, only issue is identifying that the teleport event indeed was not caused by wilderness-tp (so it doesn't cancel itself). Hmm.

Or I could cancel if another command is executed

RoboMWM commented 3 years ago

@andris155 why'd you close this?