mcpyproject / McPy

A open source Minecraft server written 100% in Python
GNU Affero General Public License v3.0
82 stars 16 forks source link

Allow movement in conjunction with chunk implementation #42

Open randomairborne opened 4 years ago

randomairborne commented 4 years ago

To play Minecraft you need to be able to move. At the moment the server just ignores incoming movement packets, and the player is stuck at a preset location. I aim to change this. This should work basically like vanilla.