Latest Release | License |
---|---|
Click here to view other repository.
Most of the code was written by originally written by MFDGaming, iAldrich23xX, and LiTEKPE.
Steadfast5 is a project for backporting new Minecraft: Bedrock Edition changes to older PocketMine-MP versions for better stability and performance, while retaining as many features from the new PocketMine-MP versions as possible.
The steps below will only work if you have Git installed. If you don't, follow these instructions
To install on Windows, please follow these instructions.
- Open Git and type in
git clone https://github.com/Steadfast5/Steadfast5.git
- Run the
start.cmd
file located in your server folder. It will automatically download PHP binary. - After running
start.cmd
, you have to complete the setup wizard. When you are finished all these steps, the server should start up.
To install on Linux/MacOS, please follow these instructions.
- Open command line and type in
git clone https://github.com/Steadfast5/Steadfast5.git
. Then navigate toSteadfast5
directory using command line. - Run command
./installer.sh
. If successful, this will create abin
folder with a special PHP build in it. After, run command./start.sh
and the server should start up.
Can't find what your looking for? Try the wiki!
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.