https://github.com/sh0tx420/mcinstaller
Minecraft server installer written entirely in Bash.
https://github.com/sh0tx420/mcinstaller
bash installer installer-script minecraft minecraft-server papermc
Last synced: about 2 months ago
JSON representation
Minecraft server installer written entirely in Bash.
- Host: GitHub
- URL: https://github.com/sh0tx420/mcinstaller
- Owner: sh0tx420
- Created: 2025-06-25T23:12:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T00:18:59.000Z (about 1 year ago)
- Last Synced: 2025-06-26T00:26:55.417Z (about 1 year ago)
- Topics: bash, installer, installer-script, minecraft, minecraft-server, papermc
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mcinstaller - Minecraft server installer
Minecraft server installer written entirely in Bash.
### Usage
```
Usage: ./install.sh [options]
Options:
-h, --help Display this help message
-m, --mcver Specify Minecraft version to install to server
(latest or x.xx.x format)
-s, --software Specify server software to use with Minecraft server
(vanilla, paper, purpur)
-p, --preset Select presets to install with extra features
(vanillasmpplus)
-o, --output Directory, where to install server (defaults to ./server/)
```
### Installation & running
- **Method 1:** Download the Git repository and run `install.sh` with your favorite options, OR:
- **Method 2:** Run the following command to automatically install a Paper server to your current working directory:
```
bash <(wget -qO - https://raw.githubusercontent.com/sh0tx420/mcinstaller/main/download.sh)
```
### Features
- **Installer presets** - Apply configurations after server installation to get server up and running in just a few seconds
- **PaperMC support** - Install a server with PaperMC out of the box
- **Full installation** - The script automatically downloads and generates the required files to get your server ready to run immediately