Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 212 Bytes

File metadata and controls

11 lines (8 loc) · 212 Bytes

PyStom

用 Python 快速创建一个 Minecraft 服务端.

快速创建一个 Minecraft 服务器

from pystom.server.MinecraftServer import MinecraftServer

app = MinecraftServer()

app.run()