Skip to content

saywhat2365/PocketMine-Soft

 
 

Repository files navigation

PocketMine-Soft

PocketMine-MP Project with less overhead, tuned for small servers

How To

Init the PocketMine-MP module: git submodule update --init --recursive

Apply patches: ./applyPatches.sh

Create patch

cd PocketMine-Soft-Core

Do changes

Add your file for commit: git add <file>

Commit: git commit -m <msg>

cd ..

Create patch: ./rebuildPatches.sh

Install PocketMine-Soft

On Linux: wget -q -O - http://get.pocketmine.net/ | bash -s - -v soft

On MacOS: curl -sL http://get.pocketmine.net/ | bash -s - -v soft

applyPatches.sh, rebuildPatches.sh and upstreamMerge.sh come from the Spigot project

About

PocketMine-MP Project with less overhead and extra features, tuned for small servers or hosting services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%