Player Teleportation Bug when an entity rides the player
DevXeiji opened this issue ยท 4 comments
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.
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
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.
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.