Skip to content

This bash script automatically installs and sets up a Minecraft server on Linux. It installs all required dependencies, detects the Linux distribution, and configures the server according to the user's input. The script also provides options for removing the server and can be easily extended with additional functionality.

License

Notifications You must be signed in to change notification settings

Kame03/Minecraft-Server-Provisioner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Using the script

  1. Download the script by running the following command:

wget https://raw.githubusercontent.com/Kame03/repository/branch/mame.sh

  1. Make the script executable by running the following command:

chmod +x server.sh

  1. Run the script as root by running the following command:

sudo ./server.sh

  1. Follow the prompts to install and setup the Minecraft server.

Contributing to the script

  1. Fork the repository on GitHub.
  2. Clone the forked repository to your local machine.

git clone https://github.com/Kame03/Minecraft-Server-Provisioner.git

  1. Make your changes to the script.

  2. Commit your changes and push to your forked repository.

git add server.sh git commit -m "Description of changes" git push origin master

  1. Create a pull request to merge your changes into the original repository.

License

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

About

This bash script automatically installs and sets up a Minecraft server on Linux. It installs all required dependencies, detects the Linux distribution, and configures the server according to the user's input. The script also provides options for removing the server and can be easily extended with additional functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages