此项目是由EldoDebug开发的主要面向现代和强大的PvP客户端!
此Fork是由我(ABCOA)接续开发的版本。我仅为此项目爱好者,与EldoDebug无关。
我的个人博客
我的b站主页
此项目有关IRC的代码借鉴了小沙雕的hypixelhelper的在线聊天
小沙雕b站主页
Hypixel Helper Mod
- 修复已知的bug
- 新增新代码
- 深度优化代码
已经停止,并且已经开源。
从发布页面下载SoarClient.zip并运行start.bat(离线版)
EldoDebug使用eclipse作为主要IDE,所以他只知道eclipse的设置方法
但是,与Forge的设置方法完全相同
我使用IntelliJ IDEA作为主要IDE
gradlew setupdecompworkspace
gradlew eclipse
idea提供了gradle插件,可以直接导入gradle项目,并且会自动下载gradle依赖
你所需要做的就是看到左下角长得像锤子一样的图标,点击构建项目即可
我在build.gradle中添加了阿里云镜像,所以下载速度会很快,便于中国开发者开发
如果你不知道如何使用gradle插件,可以参考这个教程
The project is mainly aimed at a modern and powerful PvP client developed by EldoDebug!
This Fork is a version developed by me (ABCOA). I am only a hobbyist for this project and have nothing to do with EldoDebug.
My person blog
My bilibili page
The IRC code of this project is borrowed from Xiaoshadiao's hypixelhelper online chat
Xiaoshadiao's bilibili page
- Fix known bugs (I have insufficient level and just started development)
- Deeply optimize the code
- Add new features
Yes, but it's opensource now.
Download SoarClient.zip from the release page and run start.bat (offline version)
EldoDebug uses eclipse as the main IDE, so he only knows the eclipse setting method
But the setting method is exactly the same as Forge
I use IntelliJ IDEA as the main IDE
gradlew setupdecompworkspace
gradlew eclipse
idea provides a gradle plugin, which can directly import gradle projects and will automatically download gradle dependencies
All you need to do is to see the icon that looks like a hammer in the lower left corner, click to build the project
I added the Aliyun mirror in build.gradle, so the download speed will be very fast, which is convenient for Chinese developers to develop
If you don't know how to use the gradle plugin, you can refer to this tutorial