PocketMine-MP Project with less overhead and extra features, tuned for small servers or hosting services http://jenkins.pocketmine.net/job/PocketMine-Soft/
Find a file
Shoghi Cervantes cb9f360ecc
Upstream merge
2015-05-31 00:08:01 +02:00
PocketMine-MP@9e14435dbb Upstream merge 2015-05-31 00:08:01 +02:00
PocketMine-MP-Patches Upstream merge 2015-05-31 00:08:01 +02:00
resources Added start.sh resource 2014-08-23 01:34:25 +02:00
.gitignore Moved files 2014-08-22 23:51:39 +02:00
.gitmodules Fixed submodules 2014-09-09 14:38:34 +02:00
applyPatches.sh Updated repos 2014-08-22 19:11:34 +02:00
README.md Enable commands by default, new README 2014-08-23 11:42:04 +02:00
rebuildPatches.sh Updated repos 2014-08-22 19:11:34 +02:00
upstreamMerge.sh First commit 2014-08-22 18:12:32 +02:00

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