THE PROTECT IS DEAD FOR AN INDEFINITE PERIOD!
A highly customisable, rich and open source server software for Minecraft: Bedrock Edition written in PHP
It's a fork of Pocketmine-MP.
- Download latest phar and
start.cmd
from releases - Download latest binaries from pm-binaries.
- Then create a server folder and put them(needs
start.cmd
file from project). - Go into
bin
folder; If you have installedvc_redist.64.exe
before, skip this step or runvc_redist.x64.exe
. - Finally, click on
start.cmd
to start the server, and that's it.
cd
to wherever you want to put the server (e.g.cd /home/scher
)- Make a folder for your server using
mkdir
(e.g.mkdir myserver
). If you’re updating an existing server,cd
directly to your server’s folder instead. - Run
rm -rf ./bin ./BloodMine-MP.phar ./start.sh.
This deletes any outdated server files (don’t worry, your data won’t be harmed). - Find the right PHP version for your OS and download latest binaries from pm-binaries. You can see a list of available ones here.
- Run
curl -L <link to your chosen PHP binary> | tar -xz.
Now you should have a folder calledbin
. Make sure you get the right version for your chosen version of PocketMine-MP (see below). - Download latest phar from and
start.sh
here releases. - Run
curl -LO <link to BloodMine-MP.phar>
. - Run
curl -LO <link to start.sh>
. - Run
chmod +x ./start.sh
, and that's it. Now you should be able to run the server by running./start.sh
.
- Developer documentation - General documentation for plugin developers
- By creating a pull request
nxpinhum5326/BloodMine-MP & blood-pixel are not affiliated with Mojang. All brands and trademarks belong to their respective owners. BloodMine-MP is not a Mojang-approved software, nor is it associated with Mojang.