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.
- Run command
apt install screen
- Install java into your server
- Create directory for your Nemisys server
- Go to Nemisys directory and download latest nemisys jar from jenkins
- create
start.sh
file inside Nemisys directory with following command:
#!/bin/sh
java -Xms1G -Xmx1G -jar nemisys-1.0-SNAPSHOT.jar
- In nemisys directory run command
chmod 777 ./start.sh
- Start nemisys proxy using command
screen -S Nemisys ./start.sh
- For returning to the server use
screen -r Nemisys
- Install java
- Create directory for your Nemisys server
- Download nemisys jar from jenkins and movi it to Nemisys directory
- Go to Nemisys directory and create
start.cmd
file inside with following text:
@echo off
java -Xms1G -Xmx1G -jar nemisys-1.0-SNAPSHOT.jar
- Run
start.cmd
script
- Put SynapsePlus.phar to /plugins/ directory on every PocketMine server
- Plugin automatically downloads last stable build of SynapsePM plugin (is required to running SynapsePlus)
- Icon made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
Full license here.