ssdomei232 / Start-the-minecraft-server-automatically

自动下载并启动我的世界服务端的bash脚本

Home Page:https://d.mmeiblog.cn/help/minecraft-server-script.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

自动下载并启动我的世界服务端的bash脚本
在使用此脚本前,我们认为您同意Minecraft EULA协议 ,如果您不同意,请不要使用此脚本 使用前记得看注释自己修改一下
下面以一个paper服务端做示例(可以使用)
如果你需要更多脚本,可以访问这里
此脚本分两步

1 安装screen并启动

## Debian
curl -sSL https://d.mmeiblog.cn/mcs-quick/screen.sh -o screen_install.sh && bash screen_install.sh
## Ubuntu
curl -sSL https://d.mmeiblog.cn/mcs-quick/screen.sh -o screen_install.sh && sudo bash screen_start.sh
## RedHat / CentOS
curl -sSL https://d.mmeiblog.cn/mcs-quick/screen.sh -o screen_install.sh && sh screen_start.sh

2 启动服务器(以paper1.8.8为例)

## Debian
curl -sSL https://d.mmeiblog.cn/mcs-quick/?release=<code class="release">paper</code>\&version=<code class="version">1.88</code> -o quick_install.sh && bash quick_install.sh
## Ubuntu
curl -sSL https://d.mmeiblog.cn/mcs-quick/?release=<code class="release">paper</code>\&version=<code class="version">1.88</code> -o quick_install.sh && sudo bash quick_start.sh
## RedHat / CentOS
curl -sSL https://d.mmeiblog.cn/mcs-quick/?release=<code class="release">paper</code>\&version=<code class="version">1.88</code> -o quick_install.sh && sh quick_start.sh

About

自动下载并启动我的世界服务端的bash脚本

https://d.mmeiblog.cn/help/minecraft-server-script.html

License:MIT License


Languages

Language:Shell 54.0%Language:PHP 46.0%