Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

首先下载最新版本的服务端,这里以我常用的PaperMC为例
另外也有Spigot,Bukkit等

安装并运行PaperMC服务端

1
2
3
sudo apt install openjdk-17-jre-headless dos2unix jq
wget https://pastebin.com/raw/e0UDS0dE -O paper.sh && dos2unix paper.sh && bash paper.sh
java -jar server.jar

同意eula

1
echo "eula=true" > eula.txt

然后下载以下三个插件的最新版本:
ViaVersion
ViaBackwards
ViaRewind

1
2
3
4
cd plugins
curl -s https://api.github.com/repos/ViaVersion/ViaVersion/releases/latest | grep -o "https://.*\.jar" | wget -qi -
curl -s https://api.github.com/repos/ViaVersion/ViaBackwards/releases/latest | grep -o "https://.*\.jar" | wget -qi -
curl -s https://api.github.com/repos/ViaVersion/ViaRewind/releases/latest | grep -o "https://.*\.jar" | wget -qi -

再次启动

1
java -jar server.jar

以1.7.10版本进入的截图:

最后,祝各位新年快乐
最近实在繁忙,抱歉~

评论



Uses Volantis as theme. You can find source in https://github.com/volantis-x/volantis-docs.

萌ICP备20235354号

Feed(Atom)