-
Notifications
You must be signed in to change notification settings - Fork 158
Installation on Linux MacOS
git clone [email protected]:Hydreon/Steadfast2.git
or https://github.com/Hydreon/Steadfast2.git
in directory of your choosing. Or download and extract zip into directory of choosing.
Navigate to Steadfast2
directory via command line
Run command ./installer
If successful this will create a bin
directory with a special Php7 build in it and a start.sh
shell script
Running ./start
for the first time will take through a set up wizard where and create the 2 main config files for your server pocketmine.yml
and server.properties
If using Vagrant have a config of config.vm.network "public_network"
in the Vagrantfile
should make your server discoverable from LAN.
Run command ./start
in from server root directory
To stop the server stop
in running servers terminal. (or CTRL + C should work).