katharosada / botchallenge

A Minecraft bukkit server plugin and Python client for scripting bots
MIT License
35 stars 6 forks source link

Misc changes while playing with the library #6

Closed tsukasa-au closed 10 years ago

tsukasa-au commented 10 years ago

Please double-check my Java code, I have been unable to test this locally.

katharosada commented 10 years ago

Unfortunately the response protos are immutable once built, I'll have to modify this change a little.

tsukasa-au commented 10 years ago

Thanks.

I was mainly looking at this from the python side -- You get a error that basically says that there was an out of order response.

Do you want me to try and send you a pull request for the other changes?

katharosada commented 10 years ago

All good, I just fixed it and then pushed the whole thing. Thanks for the fixes! :D

katharosada commented 10 years ago

I've been meaning to add better error support on the Python side, at the moment the response has these nice error messages but the client doesn't surface them in any way.