/Synapse

A proxy which can transfer between MCPE servers. Follow Synapse Protocol.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Synapse

  • A proxy which can transfer between Synapse Clients
  • Development status: Alpha

How to use

For PocketMine-MP/Genisys users

  • SynapseClient is designed for PocketMine-MP/Genisys php7.
  • You can use SynapseTransfer(A PocketMine-MP/Genisys plugin) for basic functions.

For PocketMine-MP/Genisys developers

  • The basic Synapse API is used in SynapseTransfer plugin, you can learn how to use Synapse API from that plugin.

For Nukkit developers

  • Check our SynapseAPI plugin, this is the basic Synapse API implementation for Nukkit.
  • Most of the APIs is the same as SynapseClient for PHP.