-
Notifications
You must be signed in to change notification settings - Fork 185
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
Fly command #40
Comments
Like this: a5e1d17 Here are the steps I took to actually run the project (a bit hidden imo):
Then visit http://localhost:3000/multiplayer.html or http://localhost:3000/singleplayer.html in a browser (or replace localhost by your ip-adress) |
Thanks, however this has only partially solved my solution as I cannot move any other direction except for up/down while holding the key to fly. |
Yes, for that it is necessary to enable in-air movement. This also makes the jump more responsive, as it is possible to adjust the direction after the jump has already started. If you'd really like to keep the old system it's also possible to enable in-air movement only when "f" is pressed. |
Currently to reach places high up, you must build, jump and delete blocks after to get to a location.
How would I add a /fly command, which simply disables falling when users press (or hold) a key (ex. f)?
The text was updated successfully, but these errors were encountered: