falkirks / SimpleWarp

The original warp plugin for PocketMine-MP
MIT License
19 stars 28 forks source link

Synapse #28

Closed DaMatrix closed 7 years ago

DaMatrix commented 7 years ago

Would it be difficult to add synapse transfer support? It shouldn't take any more than soft depending on SynapseTransfer and calling SynapseClient->transfer based on name

falkirks commented 7 years ago

Does synapse work?

DaMatrix commented 7 years ago

Yep. My server runs behind a Nemisys server, which is a java implementation of synapse.

DaMatrix commented 7 years ago

It works perfectly fine.

Sandertv commented 7 years ago

I'm just going to bump this issue. @Falkirks, MCPE has added a TransferPacket, which you can easily use with $player->transfer(), if I'm correct, in the newer PocketMine versions. Might be a good idea to check that out.

falkirks commented 7 years ago

I will look into that. Thanks.

falkirks commented 7 years ago

Added in 98f59d6