Skript

Skript

743k Downloads

Player Teleportation Bug when an entity rides the player

DevXeiji opened this issue ยท 4 comments

commented

Skript/Server Version

2.8.4

Bug Description

If an entity is riding the player, any type of teleportation for the player cannot be done

Expected Behavior

Teleport player as well as it's rider to the location

Steps to Reproduce

spawn entity, make entity ride the player, teleport the player - no error but player doesn't teleport

Errors or Screenshots

No response

Other

No response

Agreement

  • I have read the guidelines above and affirm I am following them with this report.
commented

This isn't a skript bug and just a quirk is how Minecraft bukkit works, if you want to teleport a player that's being ridden you either need to dismount the entity or use paper's teleportion flags which a pr exists for #6498

commented

As Fusezion said, this is Bukkit's behavior you would have to dismount to teleport. Not sure if it's something we should make a special case to handle so I will wait for more opinions from the team.

commented

If anything we could transfer this to an enhancement and mark as pr available as my quick search for "teleport flags" doesn't show an existing issue.

commented

If anything we could transfer this to an enhancement and mark as pr available as my quick search for "teleport flags" doesn't show an existing issue.

Good catch! I actually forgot about that PR, #6498.

Ops, this is a duplicate of #6119.