更新内容
AkariLevel 4.0.2
此版本的更新摘要列表:
全新功能
- 新增:
支持原版等级系统 由 @liangcha385 在 #2 中建议
- 更改: 调整了部分配置项的默认值
完整更新日志: v4.0.1...v4.0.2
- 原版等级系统
该功能开启后,将不会取消原版经验变化事件
Other languages:
What's Changed
AkariLevel 4.0.2
Summary of updates in this version:
New Features
- New:
Added the feature to retain the vanilla level system, suggested by @liangcha385 in #2
- Change: Adjusted the default values of some configuration settings.
Full Update Log: v4.0.1...v4.0.2
- Vanilla Level System
When enabled, vanilla experience change events will not be canceled.
注意:与旧版本相比,新版本的语言文件内容产生了些许改变,可能会导致消息中的变量错乱。建议您在安装新版本前对已有的 lang 文件夹进行备份,并重新生成新的语言文件。
更新内容
AkariLevel 4.0.1
此版本的更新摘要列表:
全新功能
- 新增:
将等级与经验上限由 2^31 - 1 修改至 2^63 - 1 (由 Int 变为 Long 类型) 由 @Zarkness 在 #8 中建议
- 新增: 支持在语言文件中使用等级组的展示名代替其编辑名 由 @Zarkness 在 #8 中建议
- 新增: 允许在使用命令修改玩家等级和经验时额外提供 source 参数
完整更新日志: v4.0.0...v4.0.1
- 暂无
Other languages:
Note: Compared to previous versions, the content of the language files has changed slightly in the new version, which may cause variable confusion in messages. It is recommended that you back up your existing lang folder before installing the new version and regenerate the language files.
What's Changed
AkariLevel 4.0.1
Summary of updates in this version:
New Features
- New:
Changed the level and experience cap from 2^31 - 1 to 2^63 - 1 (from Int to Long type), suggested by @Zarkness in #8
- New: Support for using the display name of level groups in language files instead of their edit names, suggested by @Zarkness in #8
- New: Allow providing an additional source parameter when using commands to modify player levels and experience
Full Update Log: v4.0.0...v4.0.1
- None
注意:与旧版本相比,新版本的数据结构产生了些许改变。建议您在安装新版本前对已有的数据进行备份,以便后续对其进行迁移。
更新内容
AkariLevel 4.0.0
此版本的更新摘要列表:
全新功能
- 新增:
支持同时自定义多个等级组 由 @Zarkness 与 @lipind 分别在 #5 和 #6 中建议
- 新增: 支持设置等级组的追踪条件及执行动作 由 @liangcha385 在 #2 中建议
- 新增: 支持在 levelup 命令中指定待升级的等级组 由 @Zarkness 在 #7 中建议
- 修复: 修复了玩家使用 levelup 命令无法升级相关问题 由 @Zarkness 在 #7 中指出
- 修复: 修复了 Kether 判断追踪及升级条件时出错相关问题 由 @Zarkness 在 #7 中指出
- 多等级组
创建多个等级组,并为其设置不同的升级经验、条件以及奖励。
- 经验条追踪
允许玩家在原版经验条上追踪不同的等级组,了解各种等级的升级进度。
- 经验来源订阅
为不同的等级组订阅指定来源的经验,避免意外的经验获取出现在特定的等级组中。
- 新的 PlaceholderAPI 变量及格式
您可以使用 %AkariLevel_等级组编辑名_XXX% 来获取玩家在各个等级组中的不同数据。
与此同时,若您想得到玩家正在追踪的等级组变量,您可以尝试 %AkariLevel_Trace_XXX%。
- 新的 MythicMobs 经验掉落格式
您可以使用 %AkariExp.等级组编辑名% 作为掉落物名称,在掉落触发时为指定的等级组添加 MYTHICMOBS_DROP_EXP 来源的经验。
- 新的 API 及自定义事件
新版本提供了丰富的 API 供开发者使用,您可以使用 AkariLevel 声明的方法来贡献各式各样的拓展插件。完整更新日志: master@{Jun 15, 2024} - master@{Jun 25, 2024}
您可以联系作者将您的附属插件相关信息上传至文档中。
Other languages:
Note: Compared to previous versions, the data structure has changed slightly in the new version. It is recommended that you back up your existing data before installing the new version to facilitate subsequent migration.
What's Changed
AkariLevel 4.0.0
Summary of updates in this version:
New Features
- New: Support for customizing multiple level groups simultaneously, suggested by @Zarkness and @lipind in #5 and #6
- New: Support for setting tracking conditions and actions for level groups, suggested by @liangcha385 in #2
- New: Support for specifying the level group to be upgraded in the levelup command, suggested by @Zarkness in #7
- Fix: Fixed the issue where players could not upgrade using the levelup command, pointed out by @Zarkness in #7
- Fix: Fixed the error when Kether was determining tracking and upgrading conditions, pointed out by @Zarkness in #7
Full Update Log: master@{Jun 15, 2024} - master@{Jun 25, 2024}
- Multiple Level Groups
Create multiple level groups and set different upgrade experiences, conditions, and rewards for them.
- Experience Bar Tracking
Allows players to track different level groups on the vanilla experience bar and understand the progress of various levels.
- Experience Source Subscription
Subscribe to specified sources of experience for different level groups to avoid unexpected experience gains in specific level groups.
- New PlaceholderAPI Variables and Formats
You can use %AkariLevel_LevelGroupEditName_XXX% to get different data of players in various level groups.
Additionally, if you want to get the variables of the level group the player is tracking, you can try %AkariLevel_Trace_XXX%.
- New MythicMobs Experience Drop Format
You can use %AkariExp.LevelGroupEditName% as the drop item name to add experience from the MYTHICMOBS_DROP_EXP source to the specified level group when the drop is triggered.
- New API and Custom Events
The new version provides a rich API for developers. You can use the methods declared by AkariLevel to contribute various expansion plugins.
You can contact the author to upload information about your affiliated plugins to the documentation.