You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# JAVA版服务器
|
|
|
|
|
|
|
|
## 环境需求
|
|
|
|
|
|
|
|
1.18.2版本需要安装jdk17
|
|
|
|
|
|
|
|
## 下载
|
|
|
|
|
|
|
|
[官网下载地址](https://www.minecraft.net/en-us/download/server)
|
|
|
|
|
|
|
|
```shell
|
|
|
|
wget https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar
|
|
|
|
```
|
|
|
|
|
|
|
|
下载后文件名为server.jar,自行改备注其版本
|
|
|
|
|
|
|
|
## 启动
|
|
|
|
|
|
|
|
```shell
|
|
|
|
java -Xmx1024M -Xms1024M -jar minecraft_server.1.18.2.jar nogui
|
|
|
|
```
|
|
|
|
|
|
|
|
`nogui`-不使用图形用户界面启动服务器
|
|
|
|
|
|
|
|
首次执行命令将在当前目录生成必要目录与文件,并不会启动服务器,在生成的**eula.txt**文件中修改`eula=true`后可正常启动游戏
|
|
|
|
|
|
|
|
## 配置
|
|
|
|
|
|
|
|
参考[详细配置](./2.服务器配置md)
|
|
|
|
|
|
|
|
## 命令
|
|
|
|
|
|
|
|
- 添加OP:`op <id> `
|
|
|
|
|
|
|
|
## forge
|
|
|
|
|
|
|
|
- [下载地址](https://files.minecraftforge.net/net/minecraftforge/forge/)
|
|
|
|
-
|
|
|
|
|