Verify that the latest version of Java is installed 验证是否安装了最新版本的 Java

Open a command window and enter the command java -version. If a version number is reported, then check the Java website to see what the most recent version number is.
打开命令窗口,然后输入命令 java -version。 如果报告了版本号,请访问 Java 网站以查看最新的版本号。

1
2
3
4
C:> java -version
java version "1.8.0_241"
Java(TM) SE Runtime Environment (build 1.8.0_241-b07)
Java HotSpot(TM) 64-Bit Server VM (build 25.241-b07, mixed mode)

If you don’t have Java or your version is outdated, then download it at http://www.java.com/download/.
如果您没有 Java 或您的版本已过时,请通过以下网址下载 http://www.java.com/download/

Starting the Minecraft server 启动 Minecraft 服务器

Download server pack 下载服务器懒人包

After downloading, please put the files in the same folder.
下载后请把文件放入同个文件夹里。

打开 start.bat

a

这里要等一下给它下载最新的 version

a

下载完毕了之后,他就会停止。

打开 eula.txt

a

把 eula=false 改去 eula=true

之前

之后

开启 start.bat 就行了

可以到 localhost 去

这里只限于局内网络

哪里看 ip address?

1.打开 cmd。

2.写入 ipconfig。

3.找到 IPv4 Address 就是你的局内网的

我的 ip address 是 172.18.140.51,如下图。

之后

Configurations 设定

Update later
之后更新

References 参考

ServerJars - API