Commit Graph

79 Commits

Author SHA1 Message Date
f5fe78f4d1 修复了菜单中称号前缀后缀未被解析问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m2s
2024-07-01 01:40:28 +08:00
25fe5fbb09 修复了无法卸下称号的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 9m41s
2024-07-01 00:28:45 +08:00
fc5f167587 修复了在没有papi的情况下无法加载插件的bug
All checks were successful
Java CI-CD with Maven / build (push) Successful in 28m39s
2024-06-27 16:26:27 +08:00
706ea9a5a5 修复了在购买不限量称号时可能产生-2的bug
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m36s
2024-06-27 16:13:02 +08:00
c4d25b79cf 实现了papi彩色字称号
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m53s
2024-06-24 17:53:43 +08:00
8ef1c9a7d0 更新文档
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m50s
2024-06-24 16:20:30 +08:00
c7d8baf885 新增授予玩家称号指令 2024-06-24 16:10:43 +08:00
1e661badc2 实现了支持papi(暂时不支持彩色) 2024-06-24 15:58:16 +08:00
8280383e4b 修复了某些情况下无法hook到经济插件的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 9m7s
2024-06-18 15:53:18 +08:00
eb1aee7949 新增数据库关闭逻辑,确保数据写入完整 2024-06-18 11:08:47 +08:00
8b218538c6 新增数据库关闭逻辑,确保数据写入完整 2024-06-18 11:08:32 +08:00
9898566a77 新增数据库关闭逻辑,确保数据写入完整 2024-06-18 11:07:58 +08:00
b17f951e7d 新增数据库关闭逻辑,确保数据写入完整 2024-06-18 11:05:23 +08:00
118a4e72d0 升级工具库版本 2024-06-18 10:37:05 +08:00
c1df7a44c2 新增支持外部经济插件 2024-06-18 10:30:02 +08:00
0ec55beee2 修复删除称号时回意外删除mplt玩家信息导致提示无法获取玩家信息的问题 2024-06-18 09:49:30 +08:00
3432c29116 修复玩家无法使用称号的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m1s
2024-06-11 15:27:31 +08:00
20cd4278ad 修复了使用永久称号时报错的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m59s
2024-06-08 15:38:45 +08:00
3c54272686 修复了一系列错误以及逻辑问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m16s
2024-05-24 11:27:39 +08:00
56d0266f23 优化商品销售界面的UI展示布局
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m35s
2024-05-24 09:37:49 +08:00
eda8a8f22f 补充了命令补全功能
All checks were successful
Java CI-CD with Maven / build (push) Successful in 6m1s
2024-05-22 01:30:25 +08:00
7e540d1fe5 补充自定义称号功能
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m7s
2024-05-21 20:34:48 +08:00
f714526248 更新了数据库查询方式,避免注入 2024-05-21 13:00:12 +08:00
df812863d0 实现了对基础功能重写后的测试 2024-05-21 11:36:54 +08:00
e4e0f7c444 实现了代码逻辑的完全重构 2024-05-21 00:50:10 +08:00
f1f58d4498 重写了部分TUI 2024-05-20 18:02:26 +08:00
c3192a1c81 去除了不必要的数据库字段 2024-05-20 10:50:56 +08:00
eccc437f18 更新工具库 2024-05-20 09:44:00 +08:00
ff2e5c7a2f 重写底层基础代码 2024-05-19 20:22:57 +08:00
ceafff572b 更新了下载提示信息 2024-05-01 10:03:15 +08:00
aa5674abad 更新了自动检查更新的提示信息
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m20s
2024-04-28 17:47:21 +08:00
987885720b 更新了自动检查更新的提示信息
All checks were successful
Java CI-CD with Maven / build (push) Successful in 6m4s
2024-04-28 17:41:39 +08:00
164b82f0b6 更新精简了readme 2024-04-24 16:16:39 +08:00
2f987f15fa 更新精简了readme
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m52s
2024-04-24 09:39:53 +08:00
51e79271d7 更新精简了readme 2024-04-23 11:48:27 +08:00
125b53c259 修复了因为输入非数字导致报错的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 11m53s
2024-04-20 21:49:08 +08:00
6d983cd055 新增版本更新检查功能
All checks were successful
Java CI-CD with Maven / build (push) Successful in 28m54s
2024-04-07 15:30:09 +08:00
7d01d95d55 完善日志输出
All checks were successful
Java CI-CD with Maven / build (push) Successful in 47m39s
2024-04-05 21:25:09 +08:00
b6fa012ed0 修复了sqlite报错问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 58m15s
2024-04-05 21:01:02 +08:00
4859c95b12 新增sqlite支持
All checks were successful
Java CI-CD with Maven / build (push) Successful in 13m57s
2024-04-05 20:05:23 +08:00
947d6bb3d4 update README.md 2024-03-28 11:13:53 +08:00
466feb9f26 update README.md & logo 2024-03-28 11:09:08 +08:00
0539667684 update README.md 2024-03-28 01:00:19 +08:00
b1d9264106 添加了bStats
All checks were successful
Java CI-CD with Maven / build (push) Successful in 6m37s
2024-03-28 00:43:35 +08:00
5098bae870 修改CI-CD go为国内镜像 2024-03-25 11:09:06 +08:00
e18a7da4d7 update README.md 2024-02-23 11:25:44 +08:00
315039abbf 新增自定义称号长度限制
All checks were successful
Java CI-CD with Maven / build (push) Successful in 34m11s
2024-02-20 16:42:44 +08:00
6ac28cc04c 修复了控制台motd错误
All checks were successful
Java CI-CD with Maven / build (push) Successful in 14m28s
2024-02-16 12:56:08 +08:00
60b28fe40a update motd
Some checks failed
Java CI-CD with Maven / build (push) Failing after 13m23s
2024-02-04 14:56:43 +08:00
00898f3ef3 add tab display
Some checks failed
Java CI-CD with Maven / build (push) Failing after 37m9s
2024-01-22 23:03:23 +08:00