-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
RideCommand - config to remove player as vehicle restriction #12327
Conversation
Not really a fan of changing vanilla behavior of commands like this. |
Plugins can't really hook into this to allow riding players, so some way to allow it anyway would be nice |
well dang. |
Owen is cringe that's fine, but yeah a config option would be good |
ok cool, I'll attempt a config option, and report back when I get that figured out. |
Ok, that was a heck of a lot easier than I expected. |
what about |
I worry that that does not explain which command tho. I could do |
i mean, you have the comment... sooo... |
yaml is weird |
thank you "suggest-player-names-when-null-tab-completions" for making me look fine 😆 |
|
Done and done: |
This PR aims to remove the player as vehicle restriction in the vanilla
/ride
command.Its well know that the API allows mounting any entity to the player as a passenger, so it seems fitting to allow this in the ride command as well.
Unfortunately Mojang imposed a restriction here.
Some people may often rely on this command for funsies, or possibly even for debugging/testing when writing code.
Doc PR: PaperMC/docs#552