max-mapper / blockplot

[alpha] explore minecraft worlds in your browser
http://blockplot.com
Other
44 stars 8 forks source link

Reset player position #18

Closed dirkk0 closed 10 years ago

dirkk0 commented 10 years ago

Is there a way to reset the player position?

I see that you can fly with space and move down with shift, but once you fell off a cliff, this doesn't work anymore.

max-mapper commented 10 years ago

in the console you can edit game.controls.target().player.position, it has x, y and z properties

dirkk0 commented 10 years ago

Awesome, thanks!