Skip to content
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

Player Teleportation Bug when an entity rides the player #6545

Closed
1 task done
DevXeiji opened this issue Apr 9, 2024 · 4 comments
Closed
1 task done

Player Teleportation Bug when an entity rides the player #6545

DevXeiji opened this issue Apr 9, 2024 · 4 comments
Labels
duplicate For bugs or requests that have already been made and are currently open.

Comments

@DevXeiji
Copy link

DevXeiji commented Apr 9, 2024

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.
@Fusezion
Copy link
Contributor

Fusezion commented Apr 9, 2024

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

@AyhamAl-Ali
Copy link
Member

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.

@AyhamAl-Ali AyhamAl-Ali added invalid Not a Skript issue, already implemented, does not apply, etc. help wanted Contributions are highly welcomed labels Apr 10, 2024
@Fusezion
Copy link
Contributor

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.

@AyhamAl-Ali
Copy link
Member

AyhamAl-Ali commented Apr 10, 2024

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.

@AyhamAl-Ali AyhamAl-Ali added enhancement Feature request, an issue about something that could be improved, or a PR improving something. PR available Issues which have a yet-to-be merged PR resolving it and removed invalid Not a Skript issue, already implemented, does not apply, etc. help wanted Contributions are highly welcomed labels Apr 10, 2024
@AyhamAl-Ali AyhamAl-Ali added duplicate For bugs or requests that have already been made and are currently open. and removed enhancement Feature request, an issue about something that could be improved, or a PR improving something. PR available Issues which have a yet-to-be merged PR resolving it labels Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For bugs or requests that have already been made and are currently open.
Projects
None yet
Development

No branches or pull requests

3 participants