PocketMine-MP tuned for the @ConflictPE Networks servers.
Init the PocketMine-MP module: git submodule update --init --recursive
Apply patches: ./applyPatches.sh
cd PocketMine-Hybrid-Core
Do changes
Add your file for commit: git add <file>
Commit: git commit -m <msg>
cd ..
Create patch: ./rebuildPatches.sh
applyPatches.sh
, rebuildPatches.sh
and upstreamMerge.sh
come from the Spigot project