An open API service indexing awesome lists of open source software.

https://github.com/bddjr/minecraft-server-maintaining

伪我的世界Java版服务器,用于表示服务器正在维护。
https://github.com/bddjr/minecraft-server-maintaining

minecraft minecraft-java minecraft-java-edition minecraft-java-server minecraft-server

Last synced: 7 months ago
JSON representation

伪我的世界Java版服务器,用于表示服务器正在维护。

Awesome Lists containing this project

README

          

# Minecraft Server Maintaining

伪我的世界 Java 版服务器,用于表示服务器正在维护。

![](description.jpg)

![](joinError.jpg)

---

## Setup

### Linux

确认 python3 已安装

```
python3 -V
```

下载脚本

```
curl -O https://raw.githubusercontent.com/bddjr/Minecraft-Server-Maintaining/refs/heads/main/Minecraft-Server-Maintaining.py
```

设置权限
```
chmod +x Minecraft-Server-Maintaining.py
```

运行

```
./Minecraft-Server-Maintaining.py
```

### Windows

请预先 [下载 Python](https://www.python.org/downloads/) 并安装。

确认 Python 已安装,且版本不低于 3

```
py -V
```

下载脚本

```
curl.exe -O https://raw.githubusercontent.com/bddjr/Minecraft-Server-Maintaining/refs/heads/main/Minecraft-Server-Maintaining.py
```

运行

```
py Minecraft-Server-Maintaining.py
```

---

## Reference

https://github.com/bangbang93/minecraft-protocol