-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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数据存储方式,以提供更稳定的性能和数据保护。
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(feat) 添加了
Confirm
接口,用于快速向玩家发起确认请求。(impr) 为
OkCancelPage
添加了自定义按钮文本的方法。(impr) 在
TempListener
添加了common
方法,以便更快速地创建监听器。(impr) 在
SimpleTempListener
添加了filter
方法,用于过滤不需要处理的事件。(impr) 废弃
PlayerTempListener
及相关接口。将
Confirm
相关的某些类移动至 widgets 包内添加了
Hologram
用于全息文字的生成修复了paper-remapped文件夹无法加载依赖问题
添加了无法识别核心版本时退回到默认版本
修复了1.20.6无法加载version的问题
为UltiTools插件添加了SQLite数据存储方式,以提供更稳定的性能和数据保护。
更新 JsonStore 的刷新率以使用配置文件中的值。如果配置中未指定刷新率,则默认为 10。
feat: 添加了 BukkitLogFactory 作为插件日志工具
feat: 添加SQLite数据存储方式
将nexus-staging-maven-plugin升级到1.7.0