game-been

Results 3 issues of game-been

I am sorry for asking so much questions but there is almost no documentation so i need to ask the community. My first question is how do i get the...

I have been looking at other people code and they seem to get the player position through seemingly complex methods. They do something with threading Condition is confuses me can...

i am working a a bot when i run ` def crot(self, x, y): pos_look = PositionAndLook() pos_look.look = x, y self.connection.write_packet(serverbound.play.PositionAndLookPacket( position_and_look=pos_look, on_ground=True, ))` i get `Traceback (most recent...