Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit e540ded

Browse files
committed
StarClient Alpha 1.0.2
1 parent 147bdb4 commit e540ded

File tree

3 files changed

+76
-24
lines changed

3 files changed

+76
-24
lines changed

.idea/workspace.xml

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,52 @@
44
2. It is written in Java and is based on Minecraft 1.8.8.
55
3. It's a Minecraft PVP client.
66
4. Use it to learn how Minecraft works, but not for commercial use.
7-
5. The current version is v1.0.0_alpha.
7+
5. The current version is v1.0.2_Alpha.
88

99
## Contact Details
1010

1111
The author is LiuStar2233,
12-
Contact: Lhx14776409450@163.com
12+
Contact: Lhx14776409450@163.com.
1313

14-
## Running
14+
## Debugging
1515

1616
1. Install Java 8.
1717
2. Download and unzip the repository.
1818
3. Open the project using JetBrains' IntelliJ IDEA.
19-
4. Run the app in IDEA: StartSC
19+
4. Run the app in IDEA: StartSC.
20+
21+
## Running
22+
23+
1. Install Java 8.
24+
2. Open a launcher such as HMCL (don't use the official launcher).
25+
3. Download the Release zip and unzip it into the.minecraft->version folder in the launcher.
26+
4. Launch the game in the launcher.
2027

2128
## Licenses
2229

2330
This repository is licensed under BSD license.
2431

2532
## Changelog
33+
2634
### v1.0.0_alpha
2735

28-
1. Implement the module manager
29-
2. Implement the module list
30-
3. Implement modules such as TabMod
31-
4. Implement the configuration manager
32-
5. Implement configuration save/read
33-
6. Implement custom start menu
34-
7. Implement custom commands
36+
1. Implemented the module manager.
37+
2. Implemented the module list.
38+
3. Implemented modules such as TabMod.
39+
4. Implemented the configuration manager.
40+
5. Implemented configuration save/read.
41+
6. Implemented a custom start menu.
42+
7. Implemented Custom commands.
43+
44+
### v1.0.1_Alpha
45+
46+
1. Fixed an issue with modules such as TabMod not working properly.
47+
2. Fixed an issue where config manager could not save/read config.
48+
3. Fixed an issue where the custom start menu didn't work.
49+
4. Fixed an issue where custom commands would not work properly.
50+
5. Added modules such as AutoAttack.
51+
6. Added util toolkit.
52+
53+
### v1.0.2_Alpha
54+
55+
1. Added modules such as NameLabel.

README_CN.md

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,52 @@
44
2. 它是使用Java语言编写的,基于Minecraft 1.8.8。
55
3. 它是一个Minecraft PVP客户端。
66
4. 可以将它用于学习Minecraft的运行机制,但不可以用于商业用途。
7-
5. 目前的版本是v1.0.0_alpha
7+
5. 目前的版本是v1.0.2_Alpha
88

99
## 联系方式
1010

1111
作者是LiuStar2233,
12-
联系方式:Lhx14776409450@163.com
12+
联系方式:Lhx14776409450@163.com
1313

14-
## 运行
14+
## 调试
1515

1616
1. 安装Java 8。
1717
2. 下载并解压本仓库。
1818
3. 使用JetBrains的IntelliJ IDEA打开项目。
19-
4. 在IDEA里运行应用程序:StartSC
19+
4. 在IDEA里运行应用程序:StartSC。
20+
21+
## 运行
22+
23+
1. 安装Java 8。
24+
2. 打开HMCL等启动器(不要使用官方启动器)。
25+
3. 下载Release里的zip压缩包,并解压到启动器里的.minecraft->version文件夹里。
26+
4. 在启动器启动游戏。
2027

2128
## 许可证
2229

2330
本仓库使用BSD许可证。
2431

2532
## 更新日志
33+
2634
### v1.0.0_alpha
2735

28-
1. 实现了模组管理器
29-
2. 实现了模组列表
30-
3. 实现了TabMod等模组
31-
4. 实现了配置管理器
32-
5. 实现了配置保存/读取
33-
6. 实现了自定义开始菜单
34-
7. 实现了自定义命令
36+
1. 实现了模组管理器。
37+
2. 实现了模组列表。
38+
3. 实现了TabMod等模组。
39+
4. 实现了配置管理器。
40+
5. 实现了配置保存/读取。
41+
6. 实现了自定义开始菜单。
42+
7. 实现了自定义命令。
43+
44+
### v1.0.1_Alpha
45+
46+
1. 修复了TabMod等模组无法正常工作的问题。
47+
2. 修复了配置管理器无法保存/读取配置的问题。
48+
3. 修复了自定义开始菜单无法正常工作的问题。
49+
4. 修复了自定义命令无法正常工作的问题。
50+
5. 增加了AutoAttack等模组。
51+
6. 增加了util工具包。
52+
53+
### v1.0.2_Alpha
54+
55+
1. 增加了NameLabel等模组。

0 commit comments

Comments
 (0)