-
Notifications
You must be signed in to change notification settings - Fork 22
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
Sprint Jumping #15
Comments
The module currently does not take sprint jumping into account. A PR to add this would be welcome. |
If we're going to go by the Notchian Client rules, this would only be allowed while the bot has more than 6 food (3 shanks), which could deplete along the way and might mean the bot is cheating halfway down the path. Supporting this might make the code very ugly. By Notchian Server rules, the bot can fly around and probably sprint anytime he wants. |
mineflayer enforces notchian client rules (See PrismarineJS/mineflayer#91) but also lets you override |
Overriding positions like that is going to get you banned on 99% of MC servers so I say we avoid doing that |
Perhaps position and velocity be read only outside the scope of the physics plugin? (Using defineProperty) Obviously this is still an issue, I've assigned PrismarineJS/mineflayer#91 to Milestone 1.7 It would be nice to see full sprint support with hunger and all included when the stable rolls around |
Does this let you sprint jump? You probably have it jump over gaps of 1 or 2 but you can sprint jump like 3-4 blocks
The text was updated successfully, but these errors were encountered: