Skip to content

OrzGeeker/OrzPythonMC

Repository files navigation

OrzPythonMC

OrzMC Writed by Python Language

命令行工具

使用 Python3 编写,可以运行在Ubuntu/MacOS系统上(系统需要配置有JAVAPython3运行环境),功能包括:

  1. 部署Minecraft私人服务器(Vanilla/Paper/spigot/forge)
  2. 启动Minecraft客户端功能(Vanilla)
  3. 支持的1.13以上正式版

工具已上传到Python包管理网站 PyPi,可以使用pip进行安装

$ pip install orzmc
$ orzmc -h # 查看使用帮助

如果你有兴趣和我一起开发这个Python项目,拉项目到本地, 并配置开发环境,运行下面命令即可配置好开发环境:🤒

$ git clone --recurse-submodules \
      https://github.com/OrzGeeker/OrzMC.git && \
      cd OrzMC && ./config_orzmc_dev && pipenv shell

项目待办

  • 自动安装JRE运行环境
  • 并发下载提高文件下载速度

About

OrzMC Writed by Python3 Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published