Skip to content

Installing a Server

hsrqcy edited this page Nov 1, 2022 · 7 revisions

1.Make sure you have the correct version of Java for the modpack you wish to install.

Windows Go to Adoptium.net. For Minecraft 1.16 : Select Temurin 8 (LTS) as the version.

Ubuntu or Debian Linux For Minecraft 1.16 or earlier: Run this command from the command line: sudo apt-get install openjdk-8-jre.

2.Unzip the downloaded server files into an empty folder.

3.Run the start-server script and wait for the installation to complete.

4.Upgrade the server versions

Stop the server. Delete the world folder. Copy the world folder from your old installation to the /server/world folder.

Start the server.

安装服务器: 1.确保你的服务器安装了相对应的java Minecraft 1.16 需要安装JAVA 8 版本 2.下载服务器文件到一个空白文件夹,尽可能避免中文路径。 3.解压zip至你建立的空白文件夹内 4.运行startserver.bat(windows)或者startserver.sh(ubuntu),等待对应文件下载完成。尽可能避免网络波动使用steam++代理。 若下载中断或者文件不完整,重新2和3步骤。 5.升级服务端 将你的原来服务端内的world文件夹复制到新的/服务端名称/server/文件夹内即可。 若修改了相应的配置,请一同覆盖即可。 6.任务汉化 下载汉化文件覆盖至/服务端名称/server/config 文件夹内覆盖

Clone this wiki locally