Ling Bao
93f27564c0
Merge pull request #106 from UltiKits/alpha
...
2024/07/03 更新 版本6.1.1
2 years ago
Ling Bao
577a792c68
2024/07/03 更新 版本6.1.1
...
1. 修复了6.1.0插件无法下载依赖的问题
2. 修复了部分报错不可见的问题
2 years ago
Ling Bao
1b42cd5e09
Merge pull request #105 from UltiKits/alpha
...
2024/07/02 更新 版本6.1.0
2 years ago
Ling Bao
fcc49ea204
Merge branch 'main' into alpha
2 years ago
Ling Bao
2d3673b19f
将nexus-staging-maven-plugin升级到1.7.0
2 years ago
Ling Bao
7998e60e5d
feat: 添加SQLite数据存储方式
...
为UltiTools插件添加了SQLite数据存储方式,以提供更稳定的性能和数据保护。
2 years ago
Ling Bao
4e3052d4b6
feat: Add BukkitLogFactory for plugin logging
...
This commit adds a new class, `BukkitLogFactory`, which extends `LogFactory` from the `cn.hutool.log` package. This class is responsible for creating instances of `BukkitLog` for logging in the plugin. It overrides the `createLog` methods to return instances of `BukkitLog` based on the provided name or class. This change improves the logging functionality in the plugin by providing a custom logger implementation specifically designed for Bukkit.
2 years ago
Ling Bao
bb6a879e6b
chore: Update flush rate for JsonStore
...
Update the flush rate for JsonStore to use the value from the configuration file. If the flush rate is not specified in the configuration, default to 10.
2 years ago
Ling Bao
b7c27721a2
feat: 添加SQLite数据存储方式
...
为UltiTools插件添加了SQLite数据存储方式,以提供更稳定的性能和数据保护。
2 years ago
Ling Bao
546c18e6d7
修复了1.20.6无法加载version的问题
2 years ago
Ling Bao
25fcfbd56d
Update: 1. 修复了paper-remapped文件夹无法加载依赖问题 2. 添加了无法识别核心版本时退回到默认版本
2 years ago
Ling Bao
8709e9a62b
chore: Update project version to 6.1.0 in pom.xml
2 years ago
Ling Bao
1d705f83cd
chore: Clean up project files and update dependencies
2 years ago
Ling Bao
19f744d354
Merge pull request #104 from qianmo2233/main
...
2024/06/12 更新 版本6.1.0
2 years ago
Ling Bao
e1cbab4833
chore: Update .gitignore to ignore .vscode directory
2 years ago
qianmo
d7c6c4db0a
2024/06/12 更新 版本6.1.0
...
将 `Confirm` 相关的某些类移动至 widgets 包内
添加了 `Hologram` 用于全息文字的生成
2 years ago
Ling Bao
43d01fc372
Merge pull request #103 from qianmo2233/main
...
2024/06/05 更新 版本6.1.0
2 years ago
qianmo
5d86f544ae
清理代码
2 years ago
qianmo
26a63f679d
清理代码
2 years ago
qianmo
a7258ebdc6
2024/06/05 更新 版本6.1.0
...
1.(feat) 添加了 `Confirm` 接口,用于快速向玩家发起确认请求。
2.(impr) 为 `OkCancelPage` 添加了自定义按钮文本的方法。
3.(impr) 在 `TempListener` 添加了 `common` 方法,以便更快速地创建监听器。
4.(impr) 在 `SimpleTempListener` 添加了 `filter` 方法,用于过滤不需要处理的事件。
4.(impr) 废弃 `PlayerTempListener` 及相关接口。
2 years ago
Ling Bao
e5676fbde6
Merge pull request #102 from qianmo2233/patch-2
...
Update README.md
2 years ago
QianMo SAMA
6669308572
Update README.md
...
fix some error
2 years ago
Ling Bao
a85a4fe331
Update maven-ci.yml
2 years ago
Ling Bao
216a2ea1ba
Merge pull request #101 from UltiKits/alpha
...
Release 6.0.9
2 years ago
Ling Bao
c7b80d00f9
Update README.md
2 years ago
Ling Bao
3c6a46cd29
Update README.md
2 years ago
wisdommen
2b56e71ba4
UltiTools-API 6.0.9
...
1. 重构命令抽象类
2. 清理代码
3. 修复了无法获取云端插件信息的问题
2 years ago
wisdommen
3001b1abc2
UltiTools-API 6.0.9
...
1. 将模块代码从仓库中分离
2. 修复了初始化语言可能会报错的问题
3. 修复了墨端部分情况下无法加载模块的问题
4. 添加了通知服务
5. 内置了MySQL数据库支持
6. 删除了内置http服务器,换成了websocket连接
2 years ago
Ling Bao
cc26d6d794
Update README.md
2 years ago
wisdommen
5b9a780a0b
2024/01/28更新 API版本6.0.8
...
[MysqlConnector] 1.0.1
1. 适配了UltiTools-API 6.0.8
2 years ago
Ling Bao
386ebfab29
Merge pull request #100 from UltiKits/alpha
...
2024/01/28更新 API版本6.0.8
2 years ago
wisdommen
dba5db6d5e
2024/01/28更新 API版本6.0.8
...
[UltiTools-API] 6.0.8
1. parser添加了保存配置的serializer方法
2. Config部分添加了读取文件夹内所有配置文件的特性
3. 删除了StringListParser
4. 修复了不同系统内文件分隔符的问题
[MysqlConnector]
1. 适配了UltiTools-API 6.0.8
2 years ago
Ling Bao
329d03eebb
Merge pull request #99 from UltiKits/alpha
...
Release 6.0.7
2 years ago
Ling Bao
77d4563a84
Merge pull request #98 from UltiKits/75-ChatPrefix
...
2024/01/27更新 API版本6.0.7
2 years ago
wisdommen
9b31a99b95
2024/01/27更新 API版本6.0.7
...
[UltiTools-API] 6.0.7
1. 添加了Parser特性
2. ConfigEntry注解支持了Parser特性,可自定义数据类型解析器
[BasicFunction] 1.0.6
1. 添加了聊天前缀
2. 添加了@功能
2 years ago
Ling Bao
792f8ed562
Merge pull request #97 from UltiKits/96-connection-rest-issue
...
96 connection rest issue
2 years ago
wisdommen
eaf1f68f9f
2024/01/27更新 API版本6.0.7
...
[UltiTools-API]
1. 修复了由于网络问题无法获取UltiTools最新版本的问题
2 years ago
Ling Bao
c0c79070c8
Merge pull request #94 from UltiKits/alpha
...
UltiTools-API 6.0.7
2 years ago
wisdommen
47383ba489
UltiTools-API 6.0.7
...
1. 清理了代码
2 years ago
Ling Bao
39acf7cca4
Update maven-ci.yml
2 years ago
Ling Bao
98e1ed7eac
Merge pull request #93 from UltiKits/alpha
...
UltiTools-API 6.0.7
2 years ago
wisdommen
3d390416c2
UltiTools-API 6.0.7
...
1. 更新了pom文件中的url属性
2 years ago
Ling Bao
c244d50a70
Update maven-ci.yml
2 years ago
Ling Bao
546ecc4e09
UltiTools-API 6.0.7
...
修复了UPM和Ultitools命令消失的问题
修复了外部插件无法使用UltiTools-API的问题
修复了外部插件使用@AutoRegister注解不指定包就无法扫描的问题
删除了久的Javadoc文档
添加了新的Javadoc文档
添加了新的Controller
2 years ago
Ling Bao
b57a49fc65
Merge branch 'main' into alpha
2 years ago
wisdommen
92400743d6
UltiTools-API 6.0.7
...
1. 删除了久的Javadoc文档
2. 添加了新的Javadoc文档
3. 添加了新的Controller
2 years ago
Ling Bao
18c9eed81f
Update README.md
2 years ago
Ling Bao
a65e916f26
Update README.md
2 years ago
Ling Bao
c7974efe79
Update README.md
2 years ago
Ling Bao
1282dfaeef
Update maven-ci.yml
2 years ago