Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
MCMrARM edited this page Sep 17, 2018 · 1 revision

Welcome to the server-modloader wiki!

Getting started for end users

cd to the directory with the Bedrock Server software and run the following:

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).

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.