Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024/07/02 更新 版本6.1.0 #105

Merged
merged 16 commits into from
Jul 2, 2024
Merged

2024/07/02 更新 版本6.1.0 #105

merged 16 commits into from
Jul 2, 2024

Conversation

wisdommen
Copy link
Contributor

  1. (feat) 添加了 Confirm 接口,用于快速向玩家发起确认请求。

  2. (impr) 为 OkCancelPage 添加了自定义按钮文本的方法。

  3. (impr) 在 TempListener 添加了 common 方法,以便更快速地创建监听器。

  4. (impr) 在 SimpleTempListener 添加了 filter 方法,用于过滤不需要处理的事件。

  5. (impr) 废弃 PlayerTempListener 及相关接口。

  6. Confirm 相关的某些类移动至 widgets 包内

  7. 添加了 Hologram 用于全息文字的生成

  8. 修复了paper-remapped文件夹无法加载依赖问题

  9. 添加了无法识别核心版本时退回到默认版本

  10. 修复了1.20.6无法加载version的问题

  11. 为UltiTools插件添加了SQLite数据存储方式,以提供更稳定的性能和数据保护。

  12. 更新 JsonStore 的刷新率以使用配置文件中的值。如果配置中未指定刷新率,则默认为 10。

  13. feat: 添加了 BukkitLogFactory 作为插件日志工具

  14. feat: 添加SQLite数据存储方式

  15. 将nexus-staging-maven-plugin升级到1.7.0

qianmo2233 and others added 15 commits June 5, 2024 18:58
1.(feat) 添加了 `Confirm` 接口,用于快速向玩家发起确认请求。

2.(impr) 为 `OkCancelPage` 添加了自定义按钮文本的方法。

3.(impr) 在 `TempListener` 添加了 `common` 方法,以便更快速地创建监听器。

4.(impr) 在 `SimpleTempListener` 添加了 `filter` 方法,用于过滤不需要处理的事件。

4.(impr) 废弃 `PlayerTempListener` 及相关接口。
2024/06/05 更新 版本6.1.0
将 `Confirm` 相关的某些类移动至 widgets 包内

添加了 `Hologram` 用于全息文字的生成
2024/06/12 更新 版本6.1.0
为UltiTools插件添加了SQLite数据存储方式,以提供更稳定的性能和数据保护。
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.
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.
为UltiTools插件添加了SQLite数据存储方式,以提供更稳定的性能和数据保护。
@wisdommen wisdommen requested a review from qianmo2233 July 2, 2024 09:16
@wisdommen wisdommen merged commit 1b42cd5 into main Jul 2, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants