We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the server-modloader wiki!
cd to the directory with the Bedrock Server software and run the following:
cd
curl -Ls -o setup_server_modloader.sh http://mrarm.io/u/setup_server_modloader.sh && chmod +x setup_server_modloader.sh && echo "$(tput bold)The following script was downloaded:$(tput sgr0)" && cat setup_server_modloader.sh && printf "\n\n" && read -p "$(tput bold)Do you want to run this script?$(tput sgr0) [Y/n]: " -r && if [[ "${REPLY^^}" =~ ^(Y|YES)$ || "${REPLY}" == "" ]]; then ./setup_server_modloader.sh; else echo "The script was not started"; fi;
Alternatively, you can download http://mrarm.io/u/setup_server_modloader.sh and run it manually (that's what the above line does).