-
Couldn't load subscription status.
- Fork 0
Installation
Please keep in mind here that this project is currently a work in progress. If there are any issues, please create an issue and we'll do our best to look into it.
Firstly, we'll need to clone the repo.
We recommend that you use the /opt directory. However, you are free to do as you please.
cd /opt
git clone https://github.com/Shackelford-Arden/minecraftScripts.git
You may need to use sudo or simply adjust the permissions on the /opt directory.
While not a requirement, we recommend that you install and configure the web-based control panel first. The control panel will provide the functionality that you need to install and/or configure your Minecraft Server.
cd minecraftScripts/
chmod +x installControlPanel.sh
./installControlPanel.sh
Open your browser of choice to https://localhost:1337
Follow the instructions.
If you'd like to configure your control panel to have a custom domain, see here.
For those who wish to not worry about using the control panel, continue on here.
Currently the install scripts support downloading and installing the following Minecraft server Versions:
- Vanilla (Mohjang)
- Forge
To select your version, edit the serverInfo.properties file.
Edit the line of serverType= to equal vanilla or forge.
serverType=vanilla
serverType=forge
chmod +x installMinecraft.sh
./installMinecraft.sh
Not currently supported. Not sure yet how to best provide support for these OS's.