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版服务器,用于表示服务器正在维护。
- Host: GitHub
- URL: https://github.com/bddjr/minecraft-server-maintaining
- Owner: bddjr
- License: mit
- Created: 2024-12-26T12:54:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T13:59:16.000Z (10 months ago)
- Last Synced: 2025-03-08T14:29:51.697Z (10 months ago)
- Topics: minecraft, minecraft-java, minecraft-java-edition, minecraft-java-server, minecraft-server
- Language: Python
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Minecraft Server Maintaining
伪我的世界 Java 版服务器,用于表示服务器正在维护。


---
## 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