CzechPMDevs / SynapsePlus

Plugin for transferring between pocketmine servers with Nemisys proxy.

Home Page:https://czechpmdevs.gq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SynapsePlus [under development]

🔧 How it works:

schema

Player is still connected to the nemisys server, then the packets are transferred to other servers. You need Synapse plugin because Nemisys uses own protcol and depends to comunicate with PocketMine servers through it.

📁 Installation:

Installing screen command (linux):

  1. Run command apt install screen

Nemisys installation (linux):

  1. Install java into your server
  2. Create directory for your Nemisys server
  3. Go to Nemisys directory and download latest nemisys jar from jenkins
  4. create start.sh file inside Nemisys directory with following command:

#!/bin/sh

java -Xms1G -Xmx1G -jar nemisys-1.0-SNAPSHOT.jar

  1. In nemisys directory run command chmod 777 ./start.sh
  2. Start nemisys proxy using command screen -S Nemisys ./start.sh
  • For returning to the server use screen -r Nemisys

Nemisys installation (windows):

  1. Install java
  2. Create directory for your Nemisys server
  3. Download nemisys jar from jenkins and movi it to Nemisys directory
  4. Go to Nemisys directory and create start.cmd file inside with following text:

@echo off

java -Xms1G -Xmx1G -jar nemisys-1.0-SNAPSHOT.jar

  1. Run start.cmd script

SynapsePlus Installation

  • Put SynapsePlus.phar to /plugins/ directory on every PocketMine server
  • Plugin automatically downloads last stable build of SynapsePM plugin (is required to running SynapsePlus)

💰 Credits

💡 License

Full license here.

About

Plugin for transferring between pocketmine servers with Nemisys proxy.

https://czechpmdevs.gq

License:MIT License


Languages

Language:PHP 100.0%