barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
532 stars 74 forks source link

1.7-1.11.2 #27

Closed Mepth closed 7 years ago

Mepth commented 7 years ago

How to add support for 1.7-1.11.2 server?

barneygale commented 7 years ago

What do you mean?

ghost commented 7 years ago

@barneygale he doesn't know English well, he wants a server with Minecraft version from 1.7 to 1.11.2 support (as ProtocolSupport in Spigot).

Mepth commented 7 years ago

Thanks!

barneygale commented 7 years ago

Quarry already supports 1.7 through 1.11. It's in the README.

Mepth commented 7 years ago

image

ghost commented 7 years ago

@maxim19116 you need to implement packets in play mode yourself, including support for different versions, because quarry only handles stuff like login packets, authentication etc..

barneygale commented 7 years ago

If you want to report a bug, please provide a reproduction case.

Mepth commented 7 years ago

@TiberiumPY How to do this?

ghost commented 7 years ago

@maxim19116 http://quarry.readthedocs.io/en/latest/

Mepth commented 7 years ago

@TiberiumPY and where?

ghost commented 7 years ago

@maxim19116 please, stop asking questions like that. There's enough examples and another project to get started

Mepth commented 7 years ago

Ok

barneygale commented 7 years ago

Please provide detail of what you're attempting to do, or problems you're having, before reporting future issues. Even taking into account the language barrier there's not enough detail for me to go on - no code, no stack traces, etc.