Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 2.89 KB

File metadata and controls

60 lines (49 loc) · 2.89 KB

Mohist-1.12.2

强烈建议使用1.7+版本来快速解决已知和未知错误!

获取帮助

网站 bStats Discord QQ

下载Mohist

构建

  • 查看工程
    • 你可以使用集成开发环境(IDE)或是从控制台克隆一份源码: git clone https://github.com/Mohist-Community/Mohist.git
  • 构建
    • 在Linux上构建Mohist: ./gradlew launch4j
    • 在Windows上构建Mohist: ./gradlew.bat launch4j

所有构建都将出现在 .\Mohist\build\distributions\ Mohist-xxxxx-server.jar - 这是你应该运行的Jar

Plugin development

  • Building
    • Build with Linux: bash gradlew reobfToSRG
    • Build with Windows: gradlew.bat reobfToSRG

All builds will be in .\build\mohist_srg.jar Is the development frontend you need

感谢以下项目