This Bash script facilitates the setup and management of a Minecraft server on Ubuntu/Debian. It automates tasks such as installing dependencies, downloading the Minecraft server files, configuring system services, managing server operations, and more.
- Root access or sudo privileges.
-
Clone or download this repository to your Linux system.
-
Make the script executable by running:
chmod +x mcserver.sh
-
Run the script as root or with sudo privileges:
sudo ./mcserver.sh
Follow the on-screen prompts to set up and configure your Minecraft server.
This repo is released under the MIT License.
The spinner used in this script is adapted from the bash-spinner by Tasos Latsas.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This script is provided as-is, without any warranty. Use it at your own risk.