Lukas Pioch

Results 15 comments of Lukas Pioch

The mc client has this :). Run F3 + q and it will show a list of all commands and F3 + g shows the chunk borders :)

Well I would have expected a deprecated warning printed for `GetHeight` and it would have pointed to `TryGetHeight`. I think before removing it we should check all cuberite plugins for...

Could you try this steps with a debug build for a better stack trace? https://forum.cuberite.org/thread-631.html

In the folder config is a file named `settings.ini`. There you can switch of `Authentication`, if you don't need it. Change the line with `Authenticate` to `Authenticate=0`, to switch it...

Well books... Small problem. Cuberite has no support for books atm.

Sorry books are still not implemented.

Can't say for now, need first to create a overview what It need to add.

If you run the file [start.py](https://github.com/ammaraskar/pyCraft/blob/master/start.py#L106#L129) from console you can type chat messages and run server commands by just starting the message with an slash.

If you look at the file start.py the lines for sending a message are this: ``` packet = serverbound.play.ChatPacket() packet.message = "This is a chat message" connection.write_packet(packet) ``` You could...