- Download the script by running the following command:
wget https://raw.githubusercontent.com/Kame03/repository/branch/mame.sh
- Make the script executable by running the following command:
chmod +x server.sh
- Run the script as root by running the following command:
sudo ./server.sh
- Follow the prompts to install and setup the Minecraft server.
- Fork the repository on GitHub.
- Clone the forked repository to your local machine.
git clone https://github.com/Kame03/Minecraft-Server-Provisioner.git
-
Make your changes to the script.
-
Commit your changes and push to your forked repository.
git add server.sh git commit -m "Description of changes" git push origin master
- Create a pull request to merge your changes into the original repository.
This script is licensed under the GNU General Public License v3.0.
Copyright (C) 2022 Viktor Milivojević
This program is free software: you can redistribute it and/or modify it under the terms of the GNU 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 https://www.gnu.org/licenses/.