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

When a player has another player on his head, he can't be teleported into another world #170

Closed
homerek111 opened this issue Jul 28, 2024 · 3 comments

Comments

@homerek111
Copy link

I'm sitting on my alt account, and am running command like:
/execute in minecraft:the_nether run tp NICK 100 100 100
however, he can't be teleported. if I get off his head, and rerun the cmd, it works fine

  • the same command works fine with player on head WHEN they are already standing in this world - so this bug happens only when you try to teleport into another world
@gecolay gecolay closed this as completed Aug 10, 2024
gecolay added a commit that referenced this issue Aug 10, 2024
@gecolay
Copy link
Owner

gecolay commented Aug 10, 2024

This is fixed by allowing the command blacklist to blacklist commands for PlayerSit players, as I cannot fix this issue as this is the way Minecraft handles vehicles.

@homerek111
Copy link
Author

This is fixed by allowing the command blacklist to blacklist commands for PlayerSit players, as I cannot fix this issue as this is the way Minecraft handles vehicles.

@gecolay but is that something that you will implement in next update or it's a feature that should be avaiable in current version...? I think current CommandBlacklist works only for sitting on the ground - not for PlayerSit.

The problem described in this bug report is happening FOR PLAYERS THAT HAVE ANOTHER PLAYER ON THEIR HEAD. So GSit plugin should block executing blacklisted commands not only for sitting players but also for those who have someone on their head

@gecolay
Copy link
Owner

gecolay commented Aug 11, 2024

TH next update 1.9.6 (which you can already download here on GitHub) fixes the command blacklist to work for the full PlayerSit feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants