iTXTech / SynapsePM

Synapse client for PocketMine like server software. Supports multiple connections.
21 stars 17 forks source link

Synapse Protocol has been updated to version 8, please update. #34

Closed boybook closed 3 years ago

boybook commented 7 years ago

Synapse Protocol has been updated to version 8. I used new Header for packets, it will be more reliable. About the new header, you can see https://github.com/iTXTech/Nemisys/blob/master/src/main/java/org/itxtech/nemisys/network/synlib/SynapseProtocolHeader.java

boybook commented 7 years ago

Encoder: https://github.com/iTXTech/Nemisys/blob/master/src/main/java/org/itxtech/nemisys/network/synlib/SynapsePacketEncoder.java Decoder: https://github.com/iTXTech/Nemisys/blob/master/src/main/java/org/itxtech/nemisys/network/synlib/SynapsePacketDecoder.java

tarik02 commented 7 years ago

If anybody want to get update - do it yourself and make a pull request. I was abandoned minecraft and i don't want to waste time for it.

NyaomiDEV commented 7 years ago

This is awful. I mean, there's a server proxy that can be a lot powerful but no official support for pocketmine (that is the most used core for mcpe) anymore. Seriously guys? Are you really wasting this project this way? By the way now how can someone write spp 8 changes into SynapsePM? @boybook I think you should give more than those links: where and when are those classes called?

tarik02 commented 7 years ago

45