Skip to content

Plugin for transferring between pocketmine servers with Nemisys proxy.

License

Notifications You must be signed in to change notification settings

CzechPMDevs/SynapsePlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages